Date: Wed, 31 Oct 2001 21:07:28 -0800 (PST) From: "Andrey A. Chernov" <ache@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c Message-ID: <200111010507.fA157SK72913@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
ache 2001/10/31 21:07:28 PST Modified files: sys/kern subr_bus.c Log: Add new interface function int devclass_find_free_unit(devclass_t dc, int unit); which return first free unit in given class starting from 'unit'. Revision Changes Path 1.93 +10 -0 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111010507.fA157SK72913>