Date: Sun, 5 Sep 1999 14:01:04 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_sis.c if_sisreg.h src/share/man/man4/man4.i386 sis.4 Makefile src/sys/modules Makefile src/sys/modules/sis Makefile src/sys/alpha/conf GENERIC src/sys/i386/conf GENERIC LINT src/sys/i386/i386 userconfig.c ... Message-ID: <199909052101.OAA83850@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/09/05 14:01:03 PDT
Modified files:
share/man/man4/man4.i386 Makefile
sys/modules Makefile
sys/alpha/conf GENERIC
sys/i386/conf GENERIC LINT
sys/i386/i386 userconfig.c
release/sysinstall devices.c
release/texts/i386 HARDWARE.TXT RELNOTES.TXT
Added files:
sys/pci if_sis.c if_sisreg.h
share/man/man4/man4.i386 sis.4
sys/modules/sis Makefile
Log:
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.
Revision Changes Path
1.116 +3 -2 src/share/man/man4/man4.i386/Makefile
1.75 +2 -2 src/sys/modules/Makefile
1.40 +3 -2 src/sys/alpha/conf/GENERIC
1.187 +2 -1 src/sys/i386/conf/GENERIC
1.638 +7 -1 src/sys/i386/conf/LINT
1.157 +4 -3 src/sys/i386/i386/userconfig.c
1.103 +2 -1 src/release/sysinstall/devices.c
1.18 +3 -0 src/release/texts/i386/HARDWARE.TXT
1.30 +5 -0 src/release/texts/i386/RELNOTES.TXT
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909052101.OAA83850>
