From owner-freebsd-commit Sat Jan 27 12:14:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29068 for freebsd-commit-outgoing; Sat, 27 Jan 1996 12:14:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29059 for cvs-all-outgoing; Sat, 27 Jan 1996 12:14:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29049 for cvs-sys-outgoing; Sat, 27 Jan 1996 12:14:36 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29042 Sat, 27 Jan 1996 12:14:34 -0800 (PST) Date: Sat, 27 Jan 1996 12:14:34 -0800 (PST) From: Garrett Wollman Message-Id: <199601272014.MAA29042@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci pci.c pcisupport.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 96/01/27 12:14:34 Modified: sys/pci pci.c pcisupport.c Log: Decode configuration for the IDE part of the Triton chipset. This includes a hack in the probe code: the 82371FB is a multifuction device, but doesn't properly set the configuration bit which indicates this. So, we just hard-wire all 82371FBs as multifunction devices. This does not actually make the bus-master IDE stuff work, although if anyone wants to work on that, I have the databooks that tell how to use it. Revision Changes Path 1.43 +8 -1 src/sys/pci/pci.c 1.30 +30 -10 src/sys/pci/pcisupport.c