Date: Mon, 4 Nov 1996 14:16:11 -0800 (PST) From: Guido van Rooij <guido> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf files src/sys/dev/vx if_vx.c if_vxreg.h src/sys/i386/eisa if_vx_eisa.c src/sys/pci if_vx_pci.c if_vx.c if_vxreg.h src/sys/i386/conf files.i386 Message-ID: <199611042216.OAA05229@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
guido 96/11/04 14:16:09 Branch: sys/conf RELENG_2_1_0 sys/dev/vx RELENG_2_1_0 sys/i386/conf RELENG_2_1_0 sys/i386/eisa RELENG_2_1_0 sys/pci RELENG_2_1_0 Modified: sys/conf files sys/i386/conf files.i386 Added: sys/dev/vx if_vx.c if_vxreg.h sys/i386/eisa if_vx_eisa.c sys/pci if_vx_pci.c Removed: sys/pci if_vx.c if_vxreg.h Log: New vx driver for: 3COM 3C590 Etherlink III PCI, 3COM 3C595 Fast Etherlink PCI, 3COM 3C592 Etherlink III EISA, 3COM 3C590 Fast Etherlink EISA, 3COM 3C900 Etherlink XL PCI and 3COM 3C905 Fast Etherlink XL PCI. This driver is based on OpenBSD's driver. I modified it to run under FreeBSd and made it actually work usefully. Afterwards, nao@tom-yam.or.jp (HAMADA Naoki) added EISA support as well as early support for 3C900 Etherlink XL PCI and 3C905 Fast Etherlink XL PCI. He also split up the driver in a bus independant and bus dependant parts. Especially the 3c59X support should be pretty stable now. Submitted by: partly nao@tom-yam.or.jp (HAMADA Naoki) Obtained from:partly OpenBSD Revision Changes Path 1.41.4.9 +2 -1 src/sys/conf/files 1.98.4.12 +2 -1 src/sys/i386/conf/files.i386
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199611042216.OAA05229>