Date: Wed, 17 May 2006 21:25:23 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.i386 files.pc98 src/sys/dev/le if_le_cbus.c if_le_isa.c src/sys/i386/conf GENERIC.hints NOTES src/sys/modules/le Makefile src/sys/pc98/conf GENERIC.hints NOTES Message-ID: <200605172125.k4HLPNaG063356@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2006-05-17 21:25:23 UTC
FreeBSD src repository
Modified files:
sys/conf files.i386 files.pc98
sys/i386/conf GENERIC.hints NOTES
sys/modules/le Makefile
sys/pc98/conf GENERIC.hints NOTES
Added files:
sys/dev/le if_le_cbus.c if_le_isa.c
Log:
- Add C-bus and ISA front-ends for le(4) so it can actually replace
lnc(4) on PC98 and i386. The ISA front-end supports the same non-PNP
network cards as lnc(4) did and additionally a couple of PNP ones.
Like lnc(4), the C-bus front-end of le(4) only supports C-NET(98)S
and is untested due to lack of such hardware, but given that's it's
based on the respective lnc(4) and not too different from the ISA
front-end it should be highly likely to work.
- Remove the descriptions of le(4), which where converted from lnc(4),
from sys/i386/conf/NOTES and sys/pc98/conf/NOTES as there's a common
one in sys/conf/NOTES.
Revision Changes Path
1.561 +1 -0 src/sys/conf/files.i386
1.343 +1 -0 src/sys/conf/files.pc98
1.1 +444 -0 src/sys/dev/le/if_le_cbus.c (new)
1.1 +509 -0 src/sys/dev/le/if_le_isa.c (new)
1.16 +5 -0 src/sys/i386/conf/GENERIC.hints
1.1227 +5 -2 src/sys/i386/conf/NOTES
1.2 +12 -2 src/sys/modules/le/Makefile
1.26 +5 -0 src/sys/pc98/conf/GENERIC.hints
1.77 +4 -2 src/sys/pc98/conf/NOTES
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605172125.k4HLPNaG063356>
