From owner-cvs-all Sat Feb 19 1:44:17 2000 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 AEA5D37BB29; Sat, 19 Feb 2000 01:44:09 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA73904; Sat, 19 Feb 2000 01:44:09 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <200002190944.BAA73904@freefall.freebsd.org> From: Doug Rabson Date: Sat, 19 Feb 2000 01:44:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci pci.c pcisupport.c pcivar.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 2000/02/19 01:44:08 PST Modified files: sys/pci pci.c pcisupport.c pcivar.h Log: Remove the vga-pci driver. It serves no purpose and it hides the hardware from useful drivers such as the 3D DRI drivers I will be porting for hardware accelerated OpenGL. The hardware will still be reported during boot using the nomatch system. Approved by: jkh Revision Changes Path 1.140 +4 -5 src/sys/pci/pci.c 1.151 +2 -49 src/sys/pci/pcisupport.c 1.41 +2 -1 src/sys/pci/pcivar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message