From owner-freebsd-scsi@FreeBSD.ORG Wed May 5 06:51:07 2004 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 646F816A4CE for ; Wed, 5 May 2004 06:51:07 -0700 (PDT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5C6243D2F for ; Wed, 5 May 2004 06:51:06 -0700 (PDT) (envelope-from scottl@freebsd.org) Received: from freebsd.org (junior-wifi.samsco.home [192.168.0.11]) by pooker.samsco.org (8.12.10/8.12.10) with ESMTP id i45DtHu6024743; Wed, 5 May 2004 07:55:17 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <4098F134.3090003@freebsd.org> Date: Wed, 05 May 2004 07:50:44 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040304 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-scsi@freebsd.org References: <200405050529.i455TJ6k009839@repoman.freebsd.org> In-Reply-To: <200405050529.i455TJ6k009839@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 Subject: Re: cvs commit: src/sys/dev/asr asr.c X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 13:51:07 -0000 Scott Long wrote: > scottl 2004/05/04 22:29:19 PDT > > FreeBSD src repository > > Modified files: > sys/dev/asr asr.c > Log: > Roto-till the ioctl code. Remove all the groping around in the x86 BIOS > segment, remove the groping around in the Option ROM segments, remove the > bogus tests for bcopy vs. copyout. There really is no reason for a > management app to know these things other than to create l33t info tables > for the user. > > Revision Changes Path > 1.60 +10 -109 src/sys/dev/asr/asr.c If this causes the raidctl management app to stop working, please let me know and I'll bump it up in my priority list. Scott