jkim 2006-12-18 16:40:04 UTC
FreeBSD src repository
Modified files:
sys/dev/bge if_bge.c if_bgereg.h
Log:
- Remove stale VPD support and its comment and get device name from VPD API.
- Do not repeatedly read vendor/device IDs while probing.
- Remove redundant bzero(3) for softc. device_get_softc(9) does it for
free[1].
Reviewed by: glebius
Suggested by: glebius[1]
Revision Changes Path
1.166 +19 -23 src/sys/dev/bge/if_bge.c
1.63 +0 -25 src/sys/dev/bge/if_bgereg.h
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"