Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2011 20:35:21 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r226860 - head/etc
Message-ID:  <201110272035.p9RKZLh3024140@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Thu Oct 27 20:35:21 2011
New Revision: 226860
URL: http://svn.freebsd.org/changeset/base/226860

Log:
  Update the example rules in devfs.conf to reflect the changes since ATA_CAM.
  While here, add another example rule, as many applications these days
  expect to find /dev/dvd instead.
  
  MFC after:	3 days

Modified:
  head/etc/devfs.conf

Modified: head/etc/devfs.conf
==============================================================================
--- head/etc/devfs.conf	Thu Oct 27 20:32:57 2011	(r226859)
+++ head/etc/devfs.conf	Thu Oct 27 20:35:21 2011	(r226860)
@@ -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



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