From owner-cvs-sys Sun Jun 9 04:58:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA13212 for cvs-sys-outgoing; Sun, 9 Jun 1996 04:58:32 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA13147; Sun, 9 Jun 1996 04:58:22 -0700 (PDT) Date: Sun, 9 Jun 1996 04:58:22 -0700 (PDT) From: Satoshi Asami Message-Id: <199606091158.EAA13147@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/06/09 04:58:21 Modified: sys/pci pci.c Log: Scan PCI buses in order the BIOS has assigned them. This is sometimes necessary to boot from a SCSI disk connected to a twin-channel adapter, and you have multiple of them (disks and adapters). Reviewed by: se Revision Changes Path 1.51 +4 -2 src/sys/pci/pci.c