diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2012-05-23 17:09:14 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2012-05-23 17:09:14 +0000 |
| commit | 3c216b739e9acbfad06bd9feff0688d91b79940a (patch) | |
| tree | 1093324aa10f0091412790ef4fc6e711507fd619 /sys/dev | |
| parent | 2aa7a9e686b6220bc1aee81d62eada7ccd736f0d (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/vga_pci.c | 1 |
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); } |
