From owner-cvs-sys Thu Sep 5 14:29:15 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA20935 for cvs-sys-outgoing; Thu, 5 Sep 1996 14:29:15 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA20866; Thu, 5 Sep 1996 14:28:59 -0700 (PDT) Date: Thu, 5 Sep 1996 14:28:59 -0700 (PDT) From: Stefan Esser Message-Id: <199609052128.OAA20866@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 se 96/09/05 14:28:57 Modified: sys/pci pci.c Log: Fix code that deals with multiple host to PCI bridges by making the next one use the highest seen bus number plus 1 as its starting point. Revision Changes Path 1.53 +2 -1 src/sys/pci/pci.c