aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2012-05-23 17:09:14 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2012-05-23 17:09:14 +0000
commit3c216b739e9acbfad06bd9feff0688d91b79940a (patch)
tree1093324aa10f0091412790ef4fc6e711507fd619 /sys/dev
parent2aa7a9e686b6220bc1aee81d62eada7ccd736f0d (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/vga_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c
index fc96848285949..6d796c8cbe617 100644
--- a/sys/dev/pci/vga_pci.c
+++ b/sys/dev/pci/vga_pci.c
@@ -105,6 +105,7 @@ vga_pci_attach(device_t dev)
/* Always create a drm child for now to make it easier on drm. */
device_add_child(dev, "drm", -1);
+ device_add_child(dev, "drmn", -1);
bus_generic_attach(dev);
return (0);
}