From owner-cvs-src@FreeBSD.ORG Fri Apr 1 09:01:06 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 0E0CF16A4CE; Fri, 1 Apr 2005 09:01:06 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B98843D39; Fri, 1 Apr 2005 09:01:05 +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 j3194dN5022062; Fri, 1 Apr 2005 02:04:39 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <424D0D55.5030106@samsco.org> Date: Fri, 01 Apr 2005 01:59:01 -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: Warner Losh References: <200504010715.j317FrOE005717@repoman.freebsd.org> In-Reply-To: <200504010715.j317FrOE005717@repoman.freebsd.org> 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 09:01:06 -0000 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. Scott