Date: Sat, 19 Aug 2000 21:26:24 +0200 From: Poul-Henning Kamp <phk@critter.freebsd.dk> To: Robert Drehmel <robd@gmx.net> Cc: current@FreeBSD.ORG Subject: Re: PATCH: devfs mkIII test & review please. Message-ID: <86835.966713184@critter> In-Reply-To: Your message of "Sat, 19 Aug 2000 21:05:07 %2B0200." <399EDA63.E23C5FE8@gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <399EDA63.E23C5FE8@gmx.net>, Robert Drehmel writes: >In <86054.966696645@critter>, Poul-Henning Kamp wrote: > >> Ok, I belive this one is fixed now, please try again. > >Yes, it boots. But when using a kernel with ``options DEVFS'', >there is no /dev/audio or /dev/mouse, for example; devfs has >mounted itself to /dev. Ahh, right, this is something else than I thought: These are symlinks in the normal case, for instance: /dev/audio -> /dev/audio0 I have not coded the solution for the automagic for these yet, for now you can create them by hand using the standard "ln -s ..." command. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86835.966713184>