Searched refs:BUS_PROBE_LOW_PRIORITY (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/sys/dev/vx/
H A Dif_vx_pci.c115 return (BUS_PROBE_LOW_PRIORITY);
119 return (BUS_PROBE_LOW_PRIORITY);
/freebsd-9.3-release/sys/dev/sio/
H A Dsio_puc.c96 return ((error > 0) ? error : BUS_PROBE_LOW_PRIORITY);
/freebsd-9.3-release/sys/dev/mii/
H A Dbmtphy.c138 rval = mii_phy_dev_probe(dev, bmtphys_lp, BUS_PROBE_LOW_PRIORITY);
H A Dgentbi.c151 return (BUS_PROBE_LOW_PRIORITY);
/freebsd-9.3-release/sys/dev/le/
H A Dif_le_pci.c285 return (BUS_PROBE_LOW_PRIORITY);
289 return (BUS_PROBE_LOW_PRIORITY);
/freebsd-9.3-release/sys/pc98/cbus/
H A Dpcrtc.c144 return (BUS_PROBE_LOW_PRIORITY);
/freebsd-9.3-release/sys/x86/isa/
H A Datrtc.c235 return (BUS_PROBE_LOW_PRIORITY);
H A Dclock.c673 return (BUS_PROBE_LOW_PRIORITY);
/freebsd-9.3-release/sys/dev/mpt/
H A Dmpt_pci.c231 rval = BUS_PROBE_LOW_PRIORITY;
/freebsd-9.3-release/sys/sys/
H A Dbus.h533 * tree should return this value. BUS_PROBE_LOW_PRIORITY are for drivers that
549 #define BUS_PROBE_LOW_PRIORITY (-40) /* Older, less desirable drivers */ macro
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dich.c874 return (BUS_PROBE_LOW_PRIORITY);
H A Demu10k1.c2062 return BUS_PROBE_LOW_PRIORITY;
/freebsd-9.3-release/sys/dev/nve/
H A Dif_nve.c311 return (BUS_PROBE_LOW_PRIORITY);
/freebsd-9.3-release/sys/dev/de/
H A Dif_de.c4719 return BUS_PROBE_LOW_PRIORITY;
/freebsd-9.3-release/sys/dev/sym/
H A Dsym_hipd.c8393 BUS_PROBE_LOW_PRIORITY : BUS_PROBE_DEFAULT;

Completed in 181 milliseconds