In message <[EMAIL PROTECTED]>, 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.
Yes, I expected such issues. This means that the respective
drivers don't use make_dev() to generate a proper dev_t
for their use.
I will look at thost two drivers tonight, I'm just finishing
the floppy drivers clone() function.
If you want to take a shot at it yourself it's quite simple:
you need to call make_dev() somewhere, typically in *_attach
to generate and name the dev_t for the function.
--
Poul-Henning Kamp | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message