Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Include rasops that are actually needed by this ...



details:   https://anonhg.NetBSD.org/src/rev/bee0069cdb1a
branches:  trunk
changeset: 784523:bee0069cdb1a
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Wed Jan 30 19:08:53 2013 +0000

description:
Include rasops that are actually needed by this driver.

diffstat:

 sys/dev/pci/files.pci |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 97309847d6a5 -r bee0069cdb1a sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Wed Jan 30 17:29:25 2013 +0000
+++ b/sys/dev/pci/files.pci     Wed Jan 30 19:08:53 2013 +0000
@@ -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 @@
 
 # 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   



Home | Main Index | Thread Index | Old Index