From owner-cvs-all@FreeBSD.ORG Sun Aug 15 00:25:39 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 242AA16A4CF; Sun, 15 Aug 2004 00:25:39 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82F5343D46; Sun, 15 Aug 2004 00:25:36 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.1.108] (142.147.171.66.subscriber.vzavenue.net [66.171.147.142]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i7F0PeiJ047383; Sat, 14 Aug 2004 18:25:41 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <411EACE1.4000406@samsco.org> Date: Sat, 14 Aug 2004 18:22:57 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marius Strobl References: <200408150011.i7F0B0lO063891@repoman.freebsd.org> In-Reply-To: <200408150011.i7F0B0lO063891@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) 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/conf files.sparc64 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: Sun, 15 Aug 2004 00:25:39 -0000 Marius Strobl wrote: > marius 2004-08-15 00:11:00 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.sparc64 > Log: > sio(4), which never really worked on sparc64, was removed in favour of > uart(4) in sparc64/conf/GENERIC revision 1.63 about 9 months ago. Remove > its source files here, too. > > Revision Changes Path > 1.58 +0 -2 src/sys/conf/files.sparc64 I'm pretty sure that sio(4) works on the Blade 100/150 and probably on a few Netras. It was certainly for me long before uart(4) came into existance. Scott