From owner-freebsd-scsi@FreeBSD.ORG Wed May 5 17:55:57 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 5E6E216A4CE; Wed, 5 May 2004 17:55:57 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id BDC8043D1D; Wed, 5 May 2004 17:55:56 -0700 (PDT) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2657.72) id ; Wed, 5 May 2004 20:55:56 -0400 Message-ID: From: Don Bowman To: "'noackjr@alumni.rice.edu'" , Scott Long Date: Wed, 5 May 2004 20:55:51 -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: Thu, 06 May 2004 00:55:57 -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. > > > > Scott > > Before this commit I could 'ln -s /dev/asr0 /dev/rdpti0' and > 'raidutil > -L all' would work. Now, it fails: > Engine connect failed: COMPATILITY number > osdIOrequest : File /dev/rdptr17 Could Not Be Opened > > Also, the soft link disappears after the above command. This did not > happen before. I put 'link asr0 rdpti0' in /etc/devfs.conf before > trying raidutil at all, but that doesn't appear to do anything (most > likely it is me not grokking devfs though). > I was able to ln -s asr0 rdpti0 and then raidutil worked. # ls -al /dev/rdpti0 lrwxr-xr-x 1 root wheel 4 May 5 09:51 /dev/rdpti0 -> asr0 # raidutil -L all RAIDUTIL Version: 3.04 Date: 9/27/2000 FreeBSD CLI Configuration Utility Adaptec ENGINE Version: 3.04 Date: 9/27/2000 Adaptec FreeBSD SCSI Engine # b0 b1 b2 Controller Cache FW NVRAM Serial Status --------------------------------------------------------------------------- d0 -- -- ADAP2010S 32MB 3B05 CHNL 1.1 BD0E40303FAOptimal ... --don