From owner-cvs-all Sun Sep 5 14: 2: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C1B61540D; Sun, 5 Sep 1999 14:01:56 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA83850; Sun, 5 Sep 1999 14:01:04 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199909052101.OAA83850@freefall.freebsd.org> From: Bill Paul Date: Sun, 5 Sep 1999 14:01:04 -0700 (PDT) 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 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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