freebsd-dev/sys/dev/wpi
Marius Strobl da67681dd3 - Probe with BUS_PROBE_DEFAULT instead of 0.
- Nuke code setting PCI_POWERSTATE_D0; pci(4) already does that for type 0
  devices.
- There's no need to keep track of resource IDs.
- Quiesce the interrupt before actually detaching.
- Use DEVMETHOD_END.
- Use NULL instead of 0 for pointers.

MFC after:	1 week
2013-12-29 23:46:59 +00:00
..
if_wpi.c - Probe with BUS_PROBE_DEFAULT instead of 0. 2013-12-29 23:46:59 +00:00
if_wpireg.h Fix undefined behavior: (1 << 31) is not defined as 1 is an int and this 2013-11-30 22:17:27 +00:00
if_wpivar.h - Probe with BUS_PROBE_DEFAULT instead of 0. 2013-12-29 23:46:59 +00:00