From owner-cvs-all@FreeBSD.ORG Fri Apr 1 15:51:30 2005 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 EE01816A4CE; Fri, 1 Apr 2005 15:51:30 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 871DA43D46; Fri, 1 Apr 2005 15:51:30 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.3/8.13.1) with ESMTP id j31Fg7Ri004197; Fri, 1 Apr 2005 08:45:52 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 01 Apr 2005 08:42:18 -0700 (MST) Message-Id: <20050401.084218.43408282.imp@bsdimp.com> To: scottl@samsco.org From: "M. Warner Losh" In-Reply-To: <424D0D55.5030106@samsco.org> References: <200504010715.j317FrOE005717@repoman.freebsd.org> <424D0D55.5030106@samsco.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/dev/arcmsr arcmsr.c 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, 01 Apr 2005 15:51:31 -0000 In message: <424D0D55.5030106@samsco.org> Scott Long writes: : Warner Losh wrote: : > imp 2005-04-01 07:15:52 UTC : > : > FreeBSD src repository : > : > Modified files: : > sys/dev/arcmsr arcmsr.c : > Log: : > arcmsr_make_timespec, and arcmsr_getcmos_time appear to be unused, and : > reference functions that don't exist on at least pc98. #if 0 them : > out. This should fix the pc98 tinderbox breakage. Tested only on : > i386 and pc98. : > : > Revision Changes Path : > 1.2 +4 -0 src/sys/dev/arcmsr/arcmsr.c : : There's probably no good reason to have this module built for pc98 anyways. What kind of card is this? PCI pr PCI Express? Does it have a BIOS on the card? If PCI Express and/or the BIOS has to run, chances are you are right. Warner