Module Name:    src
Committed By:   rkujawa
Date:           Wed Jan 30 19:08:53 UTC 2013

Modified Files:
        src/sys/dev/pci: files.pci

Log Message:
Include rasops that are actually needed by this driver.


To generate a diff of this commit:
cvs rdiff -u -r1.362 -r1.363 src/sys/dev/pci/files.pci

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.362 src/sys/dev/pci/files.pci:1.363
--- src/sys/dev/pci/files.pci:1.362	Tue Jan  1 12:13:28 2013
+++ src/sys/dev/pci/files.pci	Wed Jan 30 19:08:53 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: files.pci,v 1.362 2013/01/01 12:13:28 macallan Exp $
+#	$NetBSD: files.pci,v 1.363 2013/01/30 19:08:53 rkujawa Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -1125,6 +1125,6 @@ file	dev/pci/lynxfb.c	lynxfb needs-flag
 
 # 3Dfx Voodoo Graphics
 defflag	opt_tdvfb.h		TDVFB_CONSOLE
-device	tdvfb: wsemuldisplaydev, rasops8, vcons, videomode
+device	tdvfb: wsemuldisplaydev, rasops16, rasops32, vcons, videomode
 attach	tdvfb at pci
 file	dev/pci/tdvfb.c		tdvfb	

Reply via email to