Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 13 Sep 2002 15:57:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 13 Sep 2002 15:57:20 -0400 Received: from [198.92.195.114] ([198.92.195.114]:19722 "EHLO meetpoint.home") by vger.kernel.org with ESMTP id ; Fri, 13 Sep 2002 15:57:19 -0400 Date: Fri, 13 Sep 2002 16:02:16 -0400 (EDT) From: Ken Ryan To: Linux Kernel Mailing List Subject: Re: PCI: device 00:00.0 has unknown header type 7f, ignoring. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 509 Lines: 14 According to the PCI 2.2 spec, bit 7 indicates a multifunction device (=0 or single function in your case), bits 6:0 indicate the header format. 00=normal device (standard layout), 01=PCI-PCI bridge, 02=CardBus bridge, all other values are Reserved. Ken Ryan - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/