cvs commit: src/sys/dev/lge if_lge.c if_lgereg.h
John Baldwin
jhb at FreeBSD.org
Mon Oct 3 08:52:35 PDT 2005
jhb 2005-10-03 15:52:34 UTC
FreeBSD src repository
Modified files:
sys/dev/lge if_lge.c if_lgereg.h
Log:
- Use if_printf() and device_printf() and axe lge_unit from the softc.
- Don't bzero the softc first thing in attach.
- Cleanup error handling in attach() to avoid lots of duplication.
- Don't initialize the callout handle twice.
MFC after: 3 days
Revision Changes Path
1.43 +41 -57 src/sys/dev/lge/if_lge.c
1.6 +0 -1 src/sys/dev/lge/if_lgereg.h
More information about the cvs-src
mailing list