Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131872878
D38546.id117052.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.id117052.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
Sun, Oct 12, 9:05 PM (3 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23622236
Default Alt Text
D38546.id117052.diff (405 B)
Attached To
Mode
D38546: vgapci: Don't create a drm helper.
Attached
Detach File
Event Timeline
Log In to Comment