On Sunday, July 16, 2000, Coleman Kane wrote:
> This is a great idea. We need a good, well drawn out description of
> what DEVFS is supposed to accomplish and how we'd like it to work. I
> will be glad to help out, and perhaps we can get some movement on this.
> Personally, I'd like to see DEVFS completely replace the current system
> of nodes in /dev.

   That's the point of it, or so I've heard.

> One nice feature would also be to be able to define aliases of certain
> devices, such as cdrom, modem, etc... I suppose these could get handled
> in rc/rc.conf.

   Probably using symlinks:

if [ "X$default_modem_device" != "X" ]
then
        ln -sf /dev/defaultmodem ${default_modem_device}
fi

if [ "X$default_cdrom_device" != "X" ]
then
        ln -sf /dev/cdrom ${default_cdrom_device}
fi

...

   I would like to point out that if anyone does this, my advance
suggestion is that you differentiate between data and audio
CDROM.

-- 
|Chris Costello <[EMAIL PROTECTED]>
|Swap read error.  You lose your mind.
`-------------------------------------


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to