diff options
author | gavin <gavin@FreeBSD.org> | 2011-10-27 20:35:21 +0000 |
---|---|---|
committer | gavin <gavin@FreeBSD.org> | 2011-10-27 20:35:21 +0000 |
commit | 7af043faeeb6d16cc3bedf0bab12eb3d66ddeadc (patch) | |
tree | 212ac29d6e78595ad80b17144d1fd2504f44f062 /etc | |
parent | 14cf79845855c13c0f3b8fda7863f6ba3d677e1b (diff) | |
download | FreeBSD-src-7af043faeeb6d16cc3bedf0bab12eb3d66ddeadc.zip FreeBSD-src-7af043faeeb6d16cc3bedf0bab12eb3d66ddeadc.tar.gz |
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
Diffstat (limited to 'etc')
-rw-r--r-- | etc/devfs.conf | 3 |
1 files changed, 2 insertions, 1 deletions
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 |