freebsd-dev/sys/dev/my
John Baldwin bd295e68c6 - Remove pre-new-bus code under #if 0 and some other rotted code under
#if 0.
- Use pci_enable_busmaster() to enable busmastering instead of frobbing
  the command register directly.
- Don't check to see if memory or I/O can be enabled by writing to the
  command register.  The PCI bus driver's bus_alloc_resource() method
  already checks this and will fail if it can't enable the bit.
2005-08-10 20:21:29 +00:00
..
if_my.c - Remove pre-new-bus code under #if 0 and some other rotted code under 2005-08-10 20:21:29 +00:00
if_myreg.h - Use if_printf() and device_printf() instead of outputting my%d: 2005-08-10 20:15:56 +00:00