Searched refs:NOBUS (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/x86/x86/ |
H A D | mptable.c | 137 {1, 0, ISA, 255, NOBUS}, 138 {1, 0, EISA, 255, NOBUS}, 139 {1, 0, EISA, 255, NOBUS}, 140 {1, 0, MCA, 255, NOBUS}, 436 busses[i].bus_type = NOBUS; in mptable_setup_io() 802 case NOBUS: in mptable_parse_io_int()
|
/freebsd/sys/x86/include/ |
H A D | mptable.h | 32 NOBUS = 0, enumerator
|