From owner-freebsd-current Thu Dec 20 8:46:32 2001 Delivered-To: freebsd-current@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 81D8E37B422; Thu, 20 Dec 2001 08:46:27 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id DAA22585; Fri, 21 Dec 2001 03:46:24 +1100 Date: Fri, 21 Dec 2001 03:46:23 +1100 (EST) From: Bruce Evans X-X-Sender: To: "Brian F. Feldman" Cc: Subject: Re: CD-ROM installation of -CURRENT broken? In-Reply-To: <200112201627.fBKGR6H40338@green.bikeshed.org> Message-ID: <20011221034203.X2138-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 20 Dec 2001, Brian F. Feldman wrote: > Bruce Evans wrote: > > The 'c' partition of acd0 devices was broken for the non-DEVFS case in > > rev.104 of atapi-cd.c. (The errno for this is ENXIO.) DEVFS is not > > in GENERIC and "make release" doesn't seem to add it. > > Well, really, all we should care about is the devfs case since anything else > is meant to be deprecated; I'd rather fix this at the source... DEVFS is no > longer optional, so it is in GENERIC for certain. Oops, DEVFS is in GENERIC, but not because it isn't optional. It is controlled by a bogus negative option (NODEVFS). The NODEVFS case has rotted a bit, but it isn't as broken as DEVFS yet. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message