From owner-cvs-src@FreeBSD.ORG Fri Apr 1 17:01:07 2005 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 6522116A4CE; Fri, 1 Apr 2005 17:01:07 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3CF543D2D; Fri, 1 Apr 2005 17:01:04 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.21] (rat.samsco.home [192.168.254.21]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j31H4Xg4024447; Fri, 1 Apr 2005 10:04:33 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <424D7DD2.2050609@samsco.org> Date: Fri, 01 Apr 2005 09:58:58 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.5) Gecko/20050321 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <200504010715.j317FrOE005717@repoman.freebsd.org> <424D0D55.5030106@samsco.org> <20050401.084218.43408282.imp@bsdimp.com> In-Reply-To: <20050401.084218.43408282.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org 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-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: Fri, 01 Apr 2005 17:01:07 -0000 M. Warner Losh wrote: > 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 PCI-X or PCIe, and yes there is a BIOS. Scott