DragonFly commits List (threaded) for 2008-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/dev/netif Makefile src/share/man/man4 Makefile sln.4 src/sys/conf files src/sys/config LINT src/sys/dev/netif/sln Makefile if_sln.c if_slnreg.h if_slnvar.h
swildner 2008/02/28 10:39:20 PST
DragonFly src repository
Modified files:
sys/dev/netif Makefile
share/man/man4 Makefile
sys/conf files
sys/config LINT
Added files:
share/man/man4 sln.4
sys/dev/netif/sln Makefile if_sln.c if_slnreg.h if_slnvar.h
Log:
Add an experimental driver for NICs using Silan Microelectronics' SC92301
chip, some of which seem to be known as Rsltek [sic] 8139D. This is a port
of Silan's own FreeBSD 4.7 driver which was written by one 'gaoyonghong'.
It's up to the point where it works with the "Noganet KN-8139D" product,
but it still gives occasional errors/warnings on the console. Also, some
areas need to be brought more up to date.
Therefore, the if_sln.ko module is built, but the driver is not yet in
GENERIC.
Tested-by: Damian Vicino <dvicino@dc.uba.ar>
Revision Changes Path
1.31 +2 -2 src/sys/dev/netif/Makefile
1.78 +1 -0 src/share/man/man4/Makefile
1.206 +1 -0 src/sys/conf/files
1.150 +1 -0 src/sys/config/LINT
http://www.dragonflybsd.org/cvsweb/src/sys/dev/netif/Makefile.diff?r1=1.30&r2=1.31&f=u
http://www.dragonflybsd.org/cvsweb/src/share/man/man4/Makefile.diff?r1=1.77&r2=1.78&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.diff?r1=1.205&r2=1.206&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/config/LINT.diff?r1=1.149&r2=1.150&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]