cvs commit: src/sys/dev/bge if_bge.c if_bgereg.h
Scott Long
scottl at FreeBSD.org
Mon Dec 11 21:11:13 PST 2006
scottl 2006-12-12 05:11:12 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c if_bgereg.h
Log:
Fix support for certain 575x/578x chips. This consists of the following:
- Use the appropriate register writing method when reseting the chip
- Program the descriptor DMA engine correctly.
- More reliably detect certain chips and their features.
Also add some low-level debugging tools to help future work on this driver.
Submitted by: David Christenson (proof of concept changes)
Sponsored by: www.UIA.net
Revision Changes Path
1.159 +263 -35 src/sys/dev/bge/if_bge.c
1.61 +11 -0 src/sys/dev/bge/if_bgereg.h
More information about the cvs-src
mailing list