From owner-freebsd-commit Sat Feb 17 15:57:31 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06242 for freebsd-commit-outgoing; Sat, 17 Feb 1996 15:57:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06233 for cvs-all-outgoing; Sat, 17 Feb 1996 15:57:26 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06205 Sat, 17 Feb 1996 15:57:06 -0800 (PST) Date: Sat, 17 Feb 1996 15:57:06 -0800 (PST) From: Stefan Esser Message-Id: <199602172357.PAA06205@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c pcisupport.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk se 96/02/17 15:57:06 Modified: sys/pci pci.c pcisupport.c Log: Add generic PCI to PCI bridge support. Improve verbose boot messages for unidentified chips. Revision Changes Path 1.45 +68 -21 src/sys/pci/pci.c 1.32 +41 -4 src/sys/pci/pcisupport.c