# Sample /etc/devfsd.conf configuration file. # Richard Gooch 3-FEB-2000 # # Enable full compatibility mode for old device names. You may comment these # out if you don't use the old device names. Make sure you know what you're # doing! REGISTER .* MKOLDCOMPAT UNREGISTER .* RMOLDCOMPAT # You may comment out the above and uncomment the following if you've # configured your system to use the original "new" devfs names or the really # new names #REGISTER vc/.* MKOLDCOMPAT #UNREGISTER vc/.* RMOLDCOMPAT #REGISTER pty/.* MKOLDCOMPAT #UNREGISTER pty/.* RMOLDCOMPAT #REGISTER misc MKOLDCOMPAT #UNREGISTER misc RMOLDCOMPAT # Enable module autoloading. You may comment this out if you don't use # autoloading LOOKUP .* MODLOAD # You may comment these out if you don't use the original "new" names REGISTER .* MKNEWCOMPAT UNREGISTER .* RMNEWCOMPAT # # REGISTER floppy/* PERMISSIONS root.floppy rw-rw---- REGISTER sound/audio PERMISSIONS root.sound rw-rw---- REGISTER sound/dsp PERMISSIONS root.sound rw-rw---- REGISTER sound/dspW PERMISSIONS root.sound rw-rw---- REGISTER sound/mixer PERMISSIONS root.sound rw-rw---- REGISTER misc/psaux EXECUTE /bin/ln -s /dev/misc/psaux /dev/mouse REGISTER vcc/a* PERMISSIONS root.vcsa rw-rw---- REGISTER vcc/[0-9] PERMISSIONS root.tty rw-rw---- REGISTER ide/host0/bus1/target0/lun0/cd EXECUTE /bin/ln -s /dev/ide/host0/bus1/target0/lun0/cd /dev/cdrom