freebsd-dev/sys/dev/dc
John Baldwin 1e2e70b1d6 - Switch on the full 32-bit device ID to avoid collisions between the
vendor-specific device ids across vendors.
- Include the revision in the dc_devs[] array instead of special casing
  the revid handling in dc_devtype().
- Use PCI bus accessors to read registers instead of pci_read_config()
  where possible.
- Use an 8-bit write to update the latency timer.
- Use PCIR_xxx constants and remove unused DC_xxx related to standard
  PCI config registers.

MFC after:	1 week
2006-06-03 20:41:55 +00:00
..
dcphy.c Use PCI bus accessors rather than reading config registers directly to 2006-06-03 20:37:56 +00:00
if_dc.c - Switch on the full 32-bit device ID to avoid collisions between the 2006-06-03 20:41:55 +00:00
if_dcreg.h - Switch on the full 32-bit device ID to avoid collisions between the 2006-06-03 20:41:55 +00:00
pnphy.c Make dc compile after repo-copy. 2005-10-18 06:09:42 +00:00