Re: small devfs.conf patch

2011-10-19 Thread Alexander Best
On Tue Oct 18 11, Andriy Gapon wrote:
 on 17/10/2011 23:01 Alexander Best said the following:
  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.
 
 IMO, go for it.

unfortunately i don't own a commit bit.

 
 -- 
 Andriy Gapon
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: small devfs.conf patch

2011-10-18 Thread Andriy Gapon
on 17/10/2011 23:01 Alexander Best said the following:
 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.

IMO, go for it.

-- 
Andriy Gapon
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


small devfs.conf patch

2011-10-17 Thread Alexander Best
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
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  acd0cdrom
+#link  cd0 cdrom
+#link  cd0 dvd
 
 # Allow a user in the wheel group to query the smb0 device
 #perm  smb00660
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org