cvs commit: src/sys/dev/xe if_xe.c if_xe_pccard.c if_xereg.h
if_xevar.h
Scott Mitchell
rsm at FreeBSD.org
Tue Oct 14 15:51:36 PDT 2003
rsm 2003/10/14 15:51:35 PDT
FreeBSD src repository
Modified files:
sys/dev/xe if_xe.c if_xe_pccard.c if_xereg.h
if_xevar.h
Log:
Major update to xe driver:
- Make multicast work
- Fix (some of) the watchdog timeouts after card reset
- Add support for CE2, CEM28 and CEM33 cards
- General code cleanup
Any card that worked previously should still work, as well as a lot that
didn't.
The driver is not yet style(9) compliant; those changes are forthcoming,
once the functional changes are done.
PR: kern/50644
Reviewed by: imp
Approved by: imp
Revision Changes Path
1.39 +694 -547 src/sys/dev/xe/if_xe.c
1.11 +80 -32 src/sys/dev/xe/if_xe_pccard.c
1.6 +9 -2 src/sys/dev/xe/if_xereg.h
1.4 +4 -1 src/sys/dev/xe/if_xevar.h
More information about the cvs-src
mailing list