freebsd-dev/sys/dev/ips
John Baldwin 8a9bc9c03b - Use the new resource_disabled() helper function to see if devices are
disabled.
- Change the apm driver to match the acpi driver's behavior by checking to
  see if the device is disabled in the identify routine instead of in the
  probe routine.  This way if the device is disabled it is never created.

Note that a few places (ips(4), Alpha SMP) used "disable" instead of
"disabled" for their hint names, and these hints must be changed to
"disabled".  If this is a big problem, resource_disabled() can always be
changed to honor both names.
2003-07-02 16:09:02 +00:00
..
ips_commands.c Mega busdma API commit. 2003-07-01 15:52:06 +00:00
ips_disk.c Fix pointer/int warnings so this compiles on amd64. The driver wants 2003-06-27 23:10:58 +00:00
ips_disk.h
ips_ioctl.c Mega busdma API commit. 2003-07-01 15:52:06 +00:00
ips_ioctl.h
ips_pci.c - Use the new resource_disabled() helper function to see if devices are 2003-07-02 16:09:02 +00:00
ips.c Mega busdma API commit. 2003-07-01 15:52:06 +00:00
ips.h - Zero the buffers used to hold configuration data from the card. Not doing 2003-06-26 00:03:59 +00:00