Module Name:    src
Committed By:   kiyohara
Date:           Sat Oct  8 00:19:14 UTC 2011

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

Log Message:
Fix panic when boot time.  Require attribute drm to voodoofb.


To generate a diff of this commit:
cvs rdiff -u -r1.348 -r1.349 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.348 src/sys/dev/pci/files.pci:1.349
--- src/sys/dev/pci/files.pci:1.348	Wed Aug 31 16:47:31 2011
+++ src/sys/dev/pci/files.pci	Sat Oct  8 00:19:14 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.pci,v 1.348 2011/08/31 16:47:31 macallan Exp $
+#	$NetBSD: files.pci,v 1.349 2011/10/08 00:19:14 kiyohara Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -826,7 +826,7 @@ attach	machfb at pci
 file	dev/pci/machfb.c		machfb
 
 # 3Dfx Voodoo3 framebuffer console driver
-device	voodoofb: wsemuldisplaydev, rasops8, vcons, videomode
+device	voodoofb: wsemuldisplaydev, rasops8, vcons, videomode, drm
 attach	voodoofb at pci
 file	dev/pci/voodoofb.c		voodoofb
 

Reply via email to