From owner-cvs-all Fri Jan 17 15: 7:45 2003 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 B9E6B37B401; Fri, 17 Jan 2003 15:07:44 -0800 (PST) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A03D43F13; Fri, 17 Jan 2003 15:07:43 -0800 (PST) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA08008; Sat, 18 Jan 2003 10:07:41 +1100 Date: Sat, 18 Jan 2003 10:08:54 +1100 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Poul-Henning Kamp Cc: cvs-committers@FreeBSD.org, Subject: Re: cvs commit: src/sys/conf files.ia64 In-Reply-To: <200301172209.h0HM9CDK097754@repoman.freebsd.org> Message-ID: <20030118100149.T9442-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 17 Jan 2003, Poul-Henning Kamp wrote: > phk 2003/01/17 14:09:12 PST > > Modified files: > sys/conf files.ia64 > Log: > ia64 didn't need subr_diskslice.c and subr_diskmbr.c either. > > Revision Changes Path > 1.44 +0 -2 src/sys/conf/files.ia64 These files are not machine-dependent. If I had an ia64, then they would be needed for the fd and cd drivers, since my versions of the fd driver uses subr_diskslice.c directly and my version of the cd driver uses the disk mini-layer which uses subr_diskmbr.c in the NOGEOM case. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message