Searched refs:ISA_ORDER_SPECULATIVE (Results 1 – 18 of 18) sorted by relevance
| /freebsd-9-stable/sys/pc98/cbus/ |
| D | syscons_cbus.c | 57 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "sc", 0); in scidentify()
|
| D | gdc.c | 123 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, DRIVER_NAME, 0); in gdc_identify()
|
| /freebsd-9-stable/sys/isa/ |
| D | isahint.c | 54 order = ISA_ORDER_SPECULATIVE; in isa_hinted_child()
|
| D | isavar.h | 50 #define ISA_ORDER_SPECULATIVE 30 /* legacy non-sensitive hardware */ macro
|
| D | syscons_isa.c | 77 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "sc", 0); in scidentify()
|
| D | vga_isa.c | 156 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, VGA_DRIVER_NAME, 0); in isavga_identify()
|
| /freebsd-9-stable/sys/dev/pcf/ |
| D | pcf_isa.c | 95 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, PCF_NAME, 0); in pcf_isa_identify()
|
| /freebsd-9-stable/sys/dev/dpt/ |
| D | dpt_isa.c | 107 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "dpt", -1); in dpt_isa_identify()
|
| /freebsd-9-stable/sys/dev/aic7xxx/ |
| D | ahc_isa.c | 113 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, in ahc_isa_identify()
|
| /freebsd-9-stable/sys/dev/ex/ |
| D | if_ex_isa.c | 182 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "ex", -1); in ex_isa_identify()
|
| /freebsd-9-stable/sys/dev/ie/ |
| D | if_ie_isa.c | 157 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "ie", -1); in ie_isa_3C507_identify() 359 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "ie", -1); in ie_isa_ee16_identify()
|
| /freebsd-9-stable/sys/dev/aha/ |
| D | aha_isa.c | 332 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "aha", -1); in aha_isa_identify()
|
| /freebsd-9-stable/sys/dev/ep/ |
| D | if_ep_isa.c | 279 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "ep", -1); in ep_isa_identify()
|
| /freebsd-9-stable/sys/dev/amdsbwd/ |
| D | amdsbwd.c | 285 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "amdsbwd", -1); in amdsbwd_identify()
|
| /freebsd-9-stable/share/examples/drivers/ |
| D | make_device_driver.sh | 353 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "${1}", -1);
|
| /freebsd-9-stable/sys/dev/tpm/ |
| D | tpm.c | 243 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "tpm", 0);
|
| /freebsd-9-stable/sys/dev/ctau/ |
| D | if_ct.c | 375 child = BUS_ADD_CHILD (dev, ISA_ORDER_SPECULATIVE, "ct", in ct_identify()
|
| /freebsd-9-stable/sys/dev/cx/ |
| D | if_cx.c | 463 child = BUS_ADD_CHILD (dev, ISA_ORDER_SPECULATIVE, "cx", in cx_identify()
|