From owner-freebsd-scsi@FreeBSD.ORG Wed May 5 16:52:31 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 184F616A4D0 for ; Wed, 5 May 2004 16:52:31 -0700 (PDT) Received: from cmsrelay03.mx.net (cmsrelay03.mx.net [165.212.11.112]) by mx1.FreeBSD.org (Postfix) with SMTP id BC17243D45 for ; Wed, 5 May 2004 16:52:30 -0700 (PDT) (envelope-from noackjr@alumni.rice.edu) Received: from uadvg129.cms.usa.net (165.212.11.129) by cmsoutbound.mx.net with SMTP; 5 May 2004 23:52:29 -0000 Received: from optimator.noacks.org [66.140.16.119] by uadvg129.cms.usa.net (ASMTP/noackjr@usa.net) via mtad (C8.MAIN.3.13N) with ESMTP id 286ieeX1A0080M29; Wed, 05 May 2004 23:52:26 GMT X-USANET-Auth: 66.140.16.119 AUTH noackjr@usa.net optimator.noacks.org Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id A943A610C; Wed, 5 May 2004 18:52:25 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 06706-03; Wed, 5 May 2004 18:52:24 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 9794760E7; Wed, 5 May 2004 18:52:24 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i45NqOJS004833; Wed, 5 May 2004 18:52:24 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40997E38.8080708@alumni.rice.edu> Date: Wed, 05 May 2004 18:52:24 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.6 (X11/20040504) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Long References: <200405050529.i455TJ6k009839@repoman.freebsd.org> <4098F134.3090003@freebsd.org> In-Reply-To: <4098F134.3090003@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org 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 Reply-To: noackjr@alumni.rice.edu List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 May 2004 23:52:31 -0000 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). Jon Noack