From owner-cvs-all Tue Jan 18 18:51:35 2000 Delivered-To: cvs-all@freebsd.org Received: from green.dyndns.org (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 67B3D14EFA; Tue, 18 Jan 2000 18:51:29 -0800 (PST) (envelope-from green@FreeBSD.org) Received: from localhost (green@localhost) by green.dyndns.org (8.9.3/8.9.3) with ESMTP id VAA06709; Tue, 18 Jan 2000 21:51:26 -0500 (EST) (envelope-from green@FreeBSD.org) X-Authentication-Warning: green.dyndns.org: green owned process doing -bs Date: Tue, 18 Jan 2000 21:51:25 -0500 (EST) From: Brian Fundakowski Feldman X-Sender: green@green.dyndns.org To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-disk.h atapi-all.c atapi-all.h atapi-cd.c atapi-cd.h atapi-fd.c atapi-tape.c In-Reply-To: <200001182103.NAA23974@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Tue, 18 Jan 2000, Søren Schmidt wrote: > sos 2000/01/18 13:03:01 PST > > Modified files: > sys/dev/ata ata-all.c ata-all.h ata-disk.c ata-disk.h > atapi-all.c atapi-all.h atapi-cd.c > atapi-cd.h atapi-fd.c atapi-tape.c The smushing together of ata and atapi broke building of of the ATA driver without any ATAPI devices. My current workaround is, of course, to add the atapicd driver :) but the problem is with atapi_attach not being compiled in, unless there's an ATAPI driver there, but ata-all.c unconditionally calls it. -- Brian Fundakowski Feldman \ FreeBSD: The Power to Serve! / green@FreeBSD.org `------------------------------' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message