cvs commit: src/sys/dev/hatm if_hatm.c if_hatm_ioctl.c
if_hatm_tx.c src/sys/dev/fatm if_fatm.c src/sys/dev/patm
if_patm_attach.c if_patm_tx.c
Hartmut Brandt
harti at FreeBSD.org
Fri Jul 1 10:45:03 GMT 2005
harti 2005-07-01 10:45:02 UTC
FreeBSD src repository
Modified files:
sys/dev/hatm if_hatm.c if_hatm_ioctl.c if_hatm_tx.c
sys/dev/fatm if_fatm.c
sys/dev/patm if_patm_attach.c if_patm_tx.c
Log:
Fix another fallout from the ifnet change that assumed that a softc
starts with an ifatm which in turns has an ifnet. Remove also a couple
of unneccessary casts that could hide such things in the future.
Approved by: re
Revision Changes Path
1.19 +2 -2 src/sys/dev/fatm/if_fatm.c
1.24 +3 -3 src/sys/dev/hatm/if_hatm.c
1.12 +1 -1 src/sys/dev/hatm/if_hatm_ioctl.c
1.13 +1 -1 src/sys/dev/hatm/if_hatm_tx.c
1.11 +1 -1 src/sys/dev/patm/if_patm_attach.c
1.9 +1 -1 src/sys/dev/patm/if_patm_tx.c
More information about the cvs-src
mailing list