cvs commit: src/sys/dev/sn if_sn.c if_sn_isa.c if_sn_pccard.c
if_snvar.h
Warner Losh
imp at FreeBSD.org
Wed Jul 6 15:59:50 GMT 2005
imp 2005-07-06 15:59:47 UTC
FreeBSD src repository
Modified files:
sys/dev/sn if_sn.c if_sn_isa.c if_sn_pccard.c
if_snvar.h
Log:
Add support for Farallon EtherMAC PC Card.
Move ethernet MAC address setting into pccard attachment
Fix panic from IFP2ENADDR() use prior to if_alloc
Remove OLDCARD compat support. This should work still on oldcard, however.
sn_attach now requires that the resources be activated now, so adjust.
Approved by: re (scottl)
Revision Changes Path
1.44 +15 -28 src/sys/dev/sn/if_sn.c
1.14 +14 -5 src/sys/dev/sn/if_sn_isa.c
1.29 +34 -30 src/sys/dev/sn/if_sn_pccard.c
1.8 +1 -2 src/sys/dev/sn/if_snvar.h
More information about the cvs-src
mailing list