Date: Sat, 3 Jun 2006 20:41:55 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/dc if_dc.c if_dcreg.h Message-ID: <200606032041.k53KftGb083559@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-06-03 20:41:55 UTC
FreeBSD src repository
Modified files:
sys/dev/dc if_dc.c if_dcreg.h
Log:
- 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
Revision Changes Path
1.182 +88 -121 src/sys/dev/dc/if_dc.c
1.49 +6 -84 src/sys/dev/dc/if_dcreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606032041.k53KftGb083559>
