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