Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 1997 17:29:03 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        jfieber@indiana.edu, julian@whistle.com
Cc:        hackers@freebsd.org
Subject:   Re: sound driver/devfs change, round 2
Message-ID:  <199701120629.RAA28317@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>Next question, currently there are unnumbered aliases for unit
>zero, eg audio -> audio0.  Should that also be left to a startup
>script?

Probably.  The aliases are only for confus^H^H^Hvenience.  If you
keep them, then they should have tokens.

>  #ifdef DEVFS
>  /* XXX */ /* should only create devices if that card has them */
>  #define SND_UID 0
>! #define SND_GID 0

These 0's are still magic.  They should be spelled as UID_ROOT and
GID_WHEEL.

Bruce



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