Date: Wed, 23 Jun 2004 13:49:46 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c Message-ID: <200406231349.i5NDnk9L034095@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2004-06-23 13:49:46 UTC
FreeBSD src repository
Modified files:
sys/dev/pccbb pccbb.c
Log:
Improve the kludge assignment of sub-bus numbers a little by fixing an
off by one error. subbus must be > than pribus, so the right test is
<= not just <.
Reported by: Peter Losher
Revision Changes Path
1.114 +1 -1 src/sys/dev/pccbb/pccbb.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406231349.i5NDnk9L034095>
