From owner-cvs-sys Mon Nov 4 14:16:41 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA05356 for cvs-sys-outgoing; Mon, 4 Nov 1996 14:16:41 -0800 (PST) Received: (from guido@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA05297; Mon, 4 Nov 1996 14:16:21 -0800 (PST) Date: Mon, 4 Nov 1996 14:16:21 -0800 (PST) From: Guido van Rooij Message-Id: <199611042216.OAA05297@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf files Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk guido 96/11/04 14:16:20 Modified: sys/conf files 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.81 +2 -1 src/sys/conf/files