From owner-cvs-all@FreeBSD.ORG Thu Sep 11 18:38:48 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE45E16A4BF for ; Thu, 11 Sep 2003 18:38:48 -0700 (PDT) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 7416543FE5 for ; Thu, 11 Sep 2003 18:38:46 -0700 (PDT) (envelope-from tmoestl@gmx.net) Received: (qmail 27875 invoked by uid 65534); 12 Sep 2003 01:38:45 -0000 Received: from p508E4EF8.dip.t-dialin.net (EHLO timesink.dyndns.org) (80.142.78.248) by mail.gmx.net (mp016) with SMTP; 12 Sep 2003 03:38:45 +0200 Received: by galatea (Postfix, from userid 1001) id 81342CD; Fri, 12 Sep 2003 03:39:31 +0200 (CEST) Date: Fri, 12 Sep 2003 03:39:31 +0200 From: Thomas Moestl To: Poul-Henning Kamp Message-ID: <20030912013930.GB691@timesink.dyndns.org> Mail-Followup-To: Poul-Henning Kamp , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <20030911235214.GA691@timesink.dyndns.org> <1329.1063325413@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1329.1063325413@critter.freebsd.dk> User-Agent: Mutt/1.4.1i cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/cam/scsi scsi_cd.c src/sys/dev/ata atapi-cd.c atapi-cd.h src/sys/isa fd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2003 01:38:49 -0000 On Fri, 2003/09/12 at 02:10:13 +0200, Poul-Henning Kamp wrote: > In message <20030911235214.GA691@timesink.dyndns.org>, Thomas Moestl writes: > > >The cloning handlers in the CD-ROM drivers used to be required to > >mount root from CD-ROM, which is e.g. required for the bootable > >sparc64 distribution disks. Have things changed so that they are no > >longer needed while I wasn't watching, or does this change break that > >case? > > Wouldn't that just be a matter of fixing the '/' line in /etc/fstab ? I don't think so. The cloning handler is used exclusively to determine rootdev, so devices which do not use disk_create() and thus do not get that for free need to implement their own handler, or they will be ignored. The made-up 'a' and 'c' partitions which also happen to be cloned (or in the cd(4) case are the only ones that are cloned, which probably needs to be fixed) are a separate issue. - Thomas -- Thomas Moestl http://www.tu-bs.de/~y0015675/ http://people.FreeBSD.org/~tmm/ PGP fingerprint: 1C97 A604 2BD0 E492 51D0 9C0F 1FE6 4F1D 419C 776C