Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160162998
D38546.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
405 B
Referenced Files
None
Subscribers
None
D38546.diff
View Options
diff --git a/sys/dev/pci/vga_pci.c b/sys/dev/pci/vga_pci.c
--- a/sys/dev/pci/vga_pci.c
+++ b/sys/dev/pci/vga_pci.c
@@ -373,8 +373,7 @@
bus_generic_probe(dev);
- /* Always create a drm child for now to make it easier on drm. */
- device_add_child(dev, "drm", -1);
+ /* Always create a drmn child for now to make it easier on drm. */
device_add_child(dev, "drmn", -1);
bus_generic_attach(dev);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jun 22, 8:30 PM (8 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34210335
Default Alt Text
D38546.diff (405 B)
Attached To
Mode
D38546: vgapci: Don't create a drm helper.
Attached
Detach File
Event Timeline
Log In to Comment