From owner-cvs-src@FreeBSD.ORG Mon Nov 15 16:29:58 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C63D16A590; Mon, 15 Nov 2004 16:29:58 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D6D343D1F; Mon, 15 Nov 2004 16:29:57 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id iAFGQagR058507; Mon, 15 Nov 2004 09:26:36 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 15 Nov 2004 09:26:50 -0700 (MST) Message-Id: <20041115.092650.47490564.imp@bsdimp.com> To: nyan@jp.FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20041115.223152.41703849.nyan@jp.FreeBSD.org> References: <200411150449.iAF4nLi7047810@repoman.freebsd.org> <20041115.223152.41703849.nyan@jp.FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/modules Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Nov 2004 16:29:58 -0000 In message: <20041115.223152.41703849.nyan@jp.FreeBSD.org> Takahashi Yoshihiro writes: : In article <200411150449.iAF4nLi7047810@repoman.freebsd.org> : Warner Losh writes: : : > imp 2004-11-15 04:49:20 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/modules Makefile : > Log: : > Add comment about why amd64 and ia64 don't build acpi modules. : : : @@ -317,7 +317,6 @@ : _pccard= pccard : _pcfclock= pcfclock : _pecoff= pecoff : -_ray= ray : _safe= safe : _sbni= sbni : _scsi_low= scsi_low : @@ -423,7 +424,6 @@ : _iir= iir : _mly= mly : _pccard= pccard : -_ray= ray : _scsi_low= scsi_low : _smbfs= smbfs : _sound= sound : : : Do you intend these changes? No. I'll add them back. Warner