Add an experimental driver for NICs using Silan Microelectronics' SC92301
authorSascha Wildner <swildner@dragonflybsd.org>
Thu, 28 Feb 2008 18:39:20 +0000 (18:39 +0000)
committerSascha Wildner <swildner@dragonflybsd.org>
Thu, 28 Feb 2008 18:39:20 +0000 (18:39 +0000)
commit3fabb1420c154bcc5f4eafcfc275b00ee7b7188f
tree97a5f9db7413c416a4ffb9121e3eb424c720d09b
parentb095e051f9384ab25c2fceeddda05183a07daa79
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>
share/man/man4/Makefile
share/man/man4/sln.4 [new file with mode: 0644]
sys/conf/files
sys/config/LINT
sys/dev/netif/Makefile
sys/dev/netif/sln/Makefile [new file with mode: 0644]
sys/dev/netif/sln/if_sln.c [new file with mode: 0644]
sys/dev/netif/sln/if_slnreg.h [new file with mode: 0644]
sys/dev/netif/sln/if_slnvar.h [new file with mode: 0644]