small devfs.conf patch

Alexander Best arundel at freebsd.org
Mon Oct 17 20:01:29 UTC 2011


hi there,

any thoughts regarding this change? with the ata subsystem dying, linking to
/dev/acd isn't really necessary any more. also a lot of ports nowadays depend
on /dev/dvd.

cheers.
alex
-------------- next part --------------
diff --git a/etc/devfs.conf b/etc/devfs.conf
index f7869fe..f3a270e 100644
--- a/etc/devfs.conf
+++ b/etc/devfs.conf
@@ -35,7 +35,8 @@
 #link	ttyv0	vga
 
 # Commonly used by many ports
-#link	acd0	cdrom
+#link	cd0	cdrom
+#link	cd0	dvd
 
 # Allow a user in the wheel group to query the smb0 device
 #perm	smb0	0660


More information about the freebsd-current mailing list