Home
last modified time | relevance | path

Searched refs:ISA_ORDER_SPECULATIVE (Results 1 – 18 of 18) sorted by relevance

/freebsd-9-stable/sys/pc98/cbus/
Dsyscons_cbus.c57 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "sc", 0); in scidentify()
Dgdc.c123 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, DRIVER_NAME, 0); in gdc_identify()
/freebsd-9-stable/sys/isa/
Disahint.c54 order = ISA_ORDER_SPECULATIVE; in isa_hinted_child()
Disavar.h50 #define ISA_ORDER_SPECULATIVE 30 /* legacy non-sensitive hardware */ macro
Dsyscons_isa.c77 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "sc", 0); in scidentify()
Dvga_isa.c156 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, VGA_DRIVER_NAME, 0); in isavga_identify()
/freebsd-9-stable/sys/dev/pcf/
Dpcf_isa.c95 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, PCF_NAME, 0); in pcf_isa_identify()
/freebsd-9-stable/sys/dev/dpt/
Ddpt_isa.c107 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "dpt", -1); in dpt_isa_identify()
/freebsd-9-stable/sys/dev/aic7xxx/
Dahc_isa.c113 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, in ahc_isa_identify()
/freebsd-9-stable/sys/dev/ex/
Dif_ex_isa.c182 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "ex", -1); in ex_isa_identify()
/freebsd-9-stable/sys/dev/ie/
Dif_ie_isa.c157 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/
Daha_isa.c332 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "aha", -1); in aha_isa_identify()
/freebsd-9-stable/sys/dev/ep/
Dif_ep_isa.c279 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "ep", -1); in ep_isa_identify()
/freebsd-9-stable/sys/dev/amdsbwd/
Damdsbwd.c285 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "amdsbwd", -1); in amdsbwd_identify()
/freebsd-9-stable/share/examples/drivers/
Dmake_device_driver.sh353 child = BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "${1}", -1);
/freebsd-9-stable/sys/dev/tpm/
Dtpm.c243 BUS_ADD_CHILD(parent, ISA_ORDER_SPECULATIVE, "tpm", 0);
/freebsd-9-stable/sys/dev/ctau/
Dif_ct.c375 child = BUS_ADD_CHILD (dev, ISA_ORDER_SPECULATIVE, "ct", in ct_identify()
/freebsd-9-stable/sys/dev/cx/
Dif_cx.c463 child = BUS_ADD_CHILD (dev, ISA_ORDER_SPECULATIVE, "cx", in cx_identify()