freebsd-dev/sys/dev/vge
Pyun YongHyeon 7ba75dc4e9 Datasheet says vge(4) controllers support DAC but it seems that's
not true on old PCI based controllers.  DAC configuration is read
from EEPROM in device reset phase and driver can override DAC
configuration.  However I guess there is an undocumented reason why
EEPROM configuration does not enable DAC so do not blindly override
DAC configuration.  Recent PCIe based controllers are supposed to
support 64bit DMA so allow 64bit DMA only on PCIe based controllers.

PR:		kern/157184
MFC after:	1 week
2011-05-20 18:27:13 +00:00
..
if_vge.c Datasheet says vge(4) controllers support DAC but it seems that's 2011-05-20 18:27:13 +00:00
if_vgereg.h Correct fragment bit definition in comments. 2009-12-20 18:53:34 +00:00
if_vgevar.h Disable jumbo frame support for PCIe VT6130/VT6132 controllers. 2009-12-20 19:45:46 +00:00