From owner-freebsd-hackers Sat Jan 11 22:32:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id WAA12798 for hackers-outgoing; Sat, 11 Jan 1997 22:32:33 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id WAA12791 for ; Sat, 11 Jan 1997 22:32:28 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id RAA28317; Sun, 12 Jan 1997 17:29:03 +1100 Date: Sun, 12 Jan 1997 17:29:03 +1100 From: Bruce Evans Message-Id: <199701120629.RAA28317@godzilla.zeta.org.au> To: jfieber@indiana.edu, julian@whistle.com Subject: Re: sound driver/devfs change, round 2 Cc: hackers@freebsd.org Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >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