Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Oct 2011 20:01:29 +0000
From:      Alexander Best <arundel@freebsd.org>
To:        freebsd-current@freebsd.org
Subject:   small devfs.conf patch
Message-ID:  <20111017200129.GA13481@freebsd.org>

next in thread | raw e-mail | index | archive | help

--bp/iNruPH9dso1Pn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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

--bp/iNruPH9dso1Pn
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="devfs.conf.diff"

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

--bp/iNruPH9dso1Pn--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111017200129.GA13481>