From owner-freebsd-current Tue Sep 22 01:11:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id BAA14901 for freebsd-current-outgoing; Tue, 22 Sep 1998 01:11:23 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id BAA14892; Tue, 22 Sep 1998 01:11:18 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id SAA05183; Tue, 22 Sep 1998 18:10:27 +1000 Date: Tue, 22 Sep 1998 18:10:27 +1000 From: Bruce Evans Message-Id: <199809220810.SAA05183@godzilla.zeta.org.au> To: bde@zeta.org.au, sos@FreeBSD.ORG Subject: Re: DEVFS & SLICE? Cc: abial@nask.pl, current@FreeBSD.ORG, jkh@time.cdrom.com, peter@netplex.com.au Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> This could probably be done better by moving the creation of the whole >> disk devices to dsopen() and calling dsopen() for each device just before >> mounting root. > >Good idea, do you have a patch (hint hint) :) Now I remember why it is not such a good idea :-). Removable disks may not be there, and some disk drivers spew printfs when they are not there. This was especially annoying for floppy disks under SLICE. Keeping the list in userland allows better control. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message