From owner-freebsd-scsi@FreeBSD.ORG Sat May 8 07:28:12 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 7FDC616A4CE; Sat, 8 May 2004 07:28:12 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id B277943D2D; Sat, 8 May 2004 07:28:11 -0700 (PDT) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Sat, 8 May 2004 10:28:10 -0400 Message-ID: From: Don Bowman To: Scott Long Date: Sat, 8 May 2004 10:28:10 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain; charset="iso-8859-1" cc: freebsd-scsi@freebsd.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: Sat, 08 May 2004 14:28:12 -0000 From: Jon Noack [mailto:noackjr@alumni.rice.edu] > Scott Long wrote: > > 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. > > One small bug, camcontrol inq fails on this now. # camcontrol inq pass0 pass0: Fixed Direct Access SCSI-2 device pass0: Serial Number + camcontrol: error getting transfer settings # It would be super if there were an 'asrp' like there is aacp :)