From owner-cvs-all Mon Nov 6 16:56:17 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD69437B4CF; Mon, 6 Nov 2000 16:56:14 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA90929; Mon, 6 Nov 2000 16:56:14 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <200011070056.QAA90929@freefall.freebsd.org> From: Bill Paul Date: Mon, 6 Nov 2000 16:56:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vx if_vx.c if_vx_eisa.c if_vx_pci.c if_vxreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG wpaul 2000/11/06 16:56:14 PST Modified files: sys/dev/vx if_vx.c if_vx_eisa.c if_vx_pci.c if_vxreg.h Log: Update the vortex driver so that it no longer needs the PCI compat interface. In addition to using newbus, it also uses bus_space rather than inb/outb to make it MI. The grody static softc allocation stuff has been removed as well. Revision Changes Path 1.31 +70 -112 src/sys/dev/vx/if_vx.c 1.15 +9 -7 src/sys/dev/vx/if_vx_eisa.c 1.22 +96 -61 src/sys/dev/vx/if_vx_pci.c 1.7 +22 -4 src/sys/dev/vx/if_vxreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message