freebsd-dev/sys/modules
Bill Paul 9555e59a1e This commit adds driver support for the Silicon Integrated Systems
SiS 900 and SiS 7016 PCI fast ethernet chipsets. Full manuals for the
SiS chips can be found at www.sis.com.tw.

This is a fairly simple chipset. The receiver uses a 128-bit multicast
hash table and single perfect entry for the station address. Transmit and
receive DMA and FIFO thresholds are easily tuneable. Documentation is
pretty decent and performance is not bad, even on my crufty 486. This
driver uses newbus and miibus and is supported on both the i386 and
alpha architectures.
1999-09-05 21:01:03 +00:00
..
atapi $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ax $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
bktr add vnode_if.h 1999-08-31 11:13:47 +00:00
ccd $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
cd9660 $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
coda $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
coff $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fdesc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fdescfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fpu $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fxp $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
gnufpu $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ibcs2 Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin. 1999-09-05 05:19:08 +00:00
if_disc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
if_ppp $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
if_sl $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
if_tun $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ip_mroute_mod $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ipfw $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
joy $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
kernfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
linux Install linux.sh in /usr/sbin and not in /usr/bin. 1999-09-03 07:15:38 +00:00
mfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
mii Add a driver for the internal PHY in the RealTek 8139. 1999-08-31 14:43:30 +00:00
msdos $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
msdosfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
mx $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nfsclient $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nfsserver $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ntfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
nullfs Don't generate opt_debug_nullfs.h. It is no longer necessary. 1999-09-04 12:40:07 +00:00
pcic $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pn $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
portal $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
portalfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
procfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
rl Convert the RealTek 8139 driver to newbus and miibus in one swell foop. 1999-08-31 14:45:51 +00:00
sf Convert the Adaptec and Winbond drivers to miibus. 1999-08-30 23:08:32 +00:00
sis This commit adds driver support for the Silicon Integrated Systems 1999-09-05 21:01:03 +00:00
sk $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
splash $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ste $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
streams $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
svr4 Install {ibcs2,svr4}.sh in /usr/sbin and not in /usr/bin. 1999-09-05 05:19:08 +00:00
syscons $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ti $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
tl $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
umapfs Backed out the quick fix in the previous commit. Depending on opt_ddb.h 1999-09-04 12:01:32 +00:00
union $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
unionfs $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vesa $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vinum $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vn $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vr $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
wb Convert the Adaptec and Winbond drivers to miibus. 1999-08-30 23:08:32 +00:00
xl Convert the 3Com XL driver to miibus. This one is a little tricky 1999-08-29 15:52:19 +00:00
Makefile This commit adds driver support for the Silicon Integrated Systems 1999-09-05 21:01:03 +00:00
Makefile.inc $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00