cvs commit: src/sys/dev/en midway.c src/sys/net if_atm.h
if_atmsubr.c src/sys/pci if_en_pci.c
Hartmut Brandt
harti at FreeBSD.org
Tue Apr 29 01:07:46 PDT 2003
harti 2003/04/29 01:07:45 PDT
FreeBSD src repository
Modified files:
sys/dev/en midway.c
sys/net if_atm.h if_atmsubr.c
sys/pci if_en_pci.c
Log:
Add module data and version to the atm_subr and reference this info from the
(currently) only consumer (en).
Add a sysctl node hw.atm where the atm drivers will hook on their hardware
sysctl sub-trees.
Make atm_ifattach call if_attach and remove the corresponding call to if_attach
from en. Create atm_ifdetach and use that in en.
While the last change actually changes the interface this is not a problem in
practice because the only other consumer of this API is an older LANAI driver
on the net, that is not ready for current anyway.
Reviewed by: -atm
Revision Changes Path
1.38 +2 -3 src/sys/dev/en/midway.c
1.7 +1 -0 src/sys/net/if_atm.h
1.25 +25 -1 src/sys/net/if_atmsubr.c
1.22 +5 -2 src/sys/pci/if_en_pci.c
More information about the cvs-src
mailing list