From owner-cvs-all Wed Jul 19 2:19: 1 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EBBE37B575; Wed, 19 Jul 2000 02:18:50 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA25340; Wed, 19 Jul 2000 02:18:50 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <200007190918.CAA25340@freefall.freebsd.org> From: Alan Cox Date: Wed, 19 Jul 2000 02:18:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2000/07/19 02:18:50 PDT Modified files: (Branch: RELENG_4) sys/kern subr_bus.c Log: MFC: [rev 1.66] If devclass_alloc_unit() is called with a wired unit #, and this # is busy, only search upwards for a free slot to use. This broke unit numbering on ATA systems where PCI attached controllers come before the mainboard ones. Revision Changes Path 1.54.2.4 +8 -13 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message