From owner-freebsd-hackers Wed Dec 16 10:40:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA23304 for freebsd-hackers-outgoing; Wed, 16 Dec 1998 10:40:25 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA23289 for ; Wed, 16 Dec 1998 10:40:20 -0800 (PST) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from bmcgover-pc.cisco.com (localhost.pa.dtd.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.9.1/8.9.1) with ESMTP id NAA00283 for ; Wed, 16 Dec 1998 13:40:07 -0500 (EST) (envelope-from bmcgover@bmcgover-pc.cisco.com) Message-Id: <199812161840.NAA00283@bmcgover-pc.cisco.com> To: hackers@FreeBSD.ORG Subject: Support for multifunction PCI devices... Date: Wed, 16 Dec 1998 13:40:07 -0500 From: Brian McGovern Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I have a multi function (2 functions - 1 bridge, 1 memory controller) PCI card trying to run under FreeBSD 3.0. Apparently, FreeBSD isn't looking at the header type record to see that its a multi function (actually, the PCI code seems to be masking out the 0x80). So, I guess the questions are thus: a.) Does FreeBSD [3.0] support multifunction PCI adapters? b.) If so, where should I continue poking (pci.c?) to see why my second function is not made available as a pci device? -Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message