From owner-cvs-all Fri May 26 6:59:11 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 D1E8437B5BE; Fri, 26 May 2000 06:59:05 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: (from sos@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA00796; Fri, 26 May 2000 06:59:05 -0700 (PDT) (envelope-from sos@FreeBSD.org) Message-Id: <200005261359.GAA00796@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 26 May 2000 06:59:05 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG sos 2000/05/26 06:59:05 PDT Modified files: sys/kern subr_bus.c Log: If devclass_alloc_unit() is called with a wired unit #, and this is buzy, 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... Reviewed by: dfr Revision Changes Path 1.66 +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