Date: Sat, 29 Mar 2003 05:36:41 -0800 (PST) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files src/sys/dev/ie if_ie.c if_ie_isa.c if_iereg.h if_ievar.h src/sys/i386/conf GENERIC NOTES Message-ID: <200303291336.h2TDafT7058259@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2003/03/29 05:36:41 PST
FreeBSD src repository
Modified files:
sys/conf files
sys/dev/ie if_ie.c if_iereg.h
sys/i386/conf GENERIC NOTES
Added files:
sys/dev/ie if_ie_isa.c if_ievar.h
Log:
- Move driver to newbus.
- Provide identify methods for EtherExpress and 3c507 cards; this
means these cards no longer need wired configs.
- Provide a detach method.
Revision Changes Path
1.773 +2 -1 src/sys/conf/files
1.94 +138 -530 src/sys/dev/ie/if_ie.c
1.1 +885 -0 src/sys/dev/ie/if_ie_isa.c (new)
1.6 +1 -1 src/sys/dev/ie/if_iereg.h
1.1 +91 -0 src/sys/dev/ie/if_ievar.h (new)
1.380 +1 -0 src/sys/i386/conf/GENERIC
1.1082 +5 -9 src/sys/i386/conf/NOTES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303291336.h2TDafT7058259>
