Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Fix panic when boot time. Require attribute drm...
details: https://anonhg.NetBSD.org/src/rev/510ab517b001
branches: trunk
changeset: 770206:510ab517b001
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Sat Oct 08 00:19:14 2011 +0000
description:
Fix panic when boot time. Require attribute drm to voodoofb.
diffstat:
sys/dev/pci/files.pci | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2c3ceee52d89 -r 510ab517b001 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci Fri Oct 07 23:24:14 2011 +0000
+++ b/sys/dev/pci/files.pci Sat Oct 08 00:19:14 2011 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index