From owner-cvs-all@FreeBSD.ORG Fri Jul 16 18:43:51 2004 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 E461116A4CE; Fri, 16 Jul 2004 18:43:51 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96ED443D1D; Fri, 16 Jul 2004 18:43:51 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6GIhora001044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Jul 2004 11:43:51 -0700 Message-ID: <40F82198.8060400@root.org> Date: Fri, 16 Jul 2004 11:42:32 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.6 (X11/20040518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, src-committers@FreeBSD.org References: <20040716183704.95A8916A543@hub.freebsd.org> In-Reply-To: <20040716183704.95A8916A543@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/modules/fdc Makefile 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, 16 Jul 2004 18:43:52 -0000 Nate Lawson wrote: > njl 2004-07-16 18:37:00 UTC > > FreeBSD src repository > > Modified files: > sys/modules/fdc Makefile > Log: > Fix the alpha (and others) module build by only building fdc_acpi.c on > i386 and amd64. The only other ACPI machine (ia64) doesn't support > floppy drives. Tested by: make MACHINE={pc98,i386,amd64,alpha,sparc64} > > Revision Changes Path > 1.12 +9 -7 src/sys/modules/fdc/Makefile Pointed out by: gallatin