View | Details | Raw Unified | Return to bug 177495
Collapse All | Expand All

(-)sys/sys/bus.h (working copy) (-1 / +1 lines)
Lines 538-544 Link Here
538
 * is for drivers that wish to have a generic form and a specialized form,
538
 * is for drivers that wish to have a generic form and a specialized form,
539
 * like is done with the pci bus and the acpi pci bus.  BUS_PROBE_HOOVER is
539
 * like is done with the pci bus and the acpi pci bus.  BUS_PROBE_HOOVER is
540
 * for those busses that implement a generic device place-holder for devices on
540
 * for those busses that implement a generic device place-holder for devices on
541
 * the bus that have no more specific river for them (aka ugen).
541
 * the bus that have no more specific driver for them (aka ugen).
542
 * BUS_PROBE_NOWILDCARD or lower means that the device isn't really bidding
542
 * BUS_PROBE_NOWILDCARD or lower means that the device isn't really bidding
543
 * for a device node, but accepts only devices that its parent has told it
543
 * for a device node, but accepts only devices that its parent has told it
544
 * use this driver.
544
 * use this driver.

Return to bug 177495