From owner-freebsd-current Sat Aug 19 12:17:52 2000 Delivered-To: freebsd-current@freebsd.org Received: from critter.freebsd.dk (beachchick.freebsd.dk [212.242.32.208]) by hub.freebsd.org (Postfix) with ESMTP id 633A437B423 for ; Sat, 19 Aug 2000 12:17:47 -0700 (PDT) Received: from critter (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id VAA86787; Sat, 19 Aug 2000 21:17:44 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Robert Drehmel Cc: current@FreeBSD.ORG Subject: Re: PATCH: devfs mkIII test & review please. In-Reply-To: Your message of "Sat, 19 Aug 2000 21:05:07 +0200." <399EDA63.E23C5FE8@gmx.net> Date: Sat, 19 Aug 2000 21:17:44 +0200 Message-ID: <86785.966712664@critter> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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. 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 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