From owner-freebsd-scsi Mon Aug 7 16:59:21 2000 Delivered-To: freebsd-scsi@freebsd.org Received: from teapot.egroups.net (teapot.egroups.net [63.204.207.250]) by hub.freebsd.org (Postfix) with SMTP id E0C1137B89F for ; Mon, 7 Aug 2000 16:59:16 -0700 (PDT) (envelope-from kbyanc@egroups.net) Received: (qmail 753 invoked from network); 7 Aug 2000 23:59:15 -0000 Received: (QMFILT: 1.0); 08 Aug 2000 00:59:15 -0000 Received: from unknown (HELO dhcp147.corp.ONElist.com) (192.168.10.147) by teapot with SMTP; 7 Aug 2000 23:59:14 -0000 Date: Mon, 7 Aug 2000 16:59:14 -0700 (PDT) From: Kelly Yancey X-Sender: kbyanc@kbyanc.corp.ONElist.com To: mjacob@freebsd.org Cc: freebsd-scsi@freebsd.org Subject: Using the ses driver Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We're trying to configure a 4.1-stable box with the ses driver to talk to a Chaparrel RAID. However, after rebuilding the kernel with the ses driver and MAKEDEV'ing a few ses devices, we still get: # pwd /usr/share/examples/ses/getencstat # ./getencstat /dev/ses0 /dev/ses0: Device not configured There is nothing in the dmesg about ses. All we have is: Waiting 5 seconds for SCSI devices to settle (noperiph:sym0:0:-1:-1): SCSI BUS reset delivered. (probe0:sym0:0:0:0): INQUIRY. CDB: 12 1 80 0 ff 0 (probe0:sym0:0:0:0): ILLEGAL REQUEST asc:24,0 (probe0:sym0:0:0:0): Invalid field in CDB (probe0:sym0:0:0:1): Vendor Specific Command. CDB: 1a 20 a 0 14 0 (probe0:sym0:0:0:1): ILLEGAL REQUEST asc:20,0 (probe0:sym0:0:0:1): Invalid command operation code (probe0:sym0:0:0:1): INQUIRY. CDB: 12 21 80 0 ff 0 (probe0:sym0:0:0:1): ILLEGAL REQUEST asc:24,0 (probe0:sym0:0:0:1): Invalid field in CDB Creating DISK da0 pt0 at sym0 bus 0 target 0 lun 1 pt0: Fixed Processor SCSI-2 device pt0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled pt1 at sym0 bus 0 target 5 lun 0 pt1: Fixed Processor SCSI-2 device pt1: Serial Number 1 pt1: 3.300MB/s transfers pass0 at sym0 bus 0 target 0 lun 0 pass0: Fixed Direct Access SCSI-2 device pass0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabl ed pass1 at sym0 bus 0 target 0 lun 1 pass1: Fixed Processor SCSI-2 device pass1: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabl ed pass2 at sym0 bus 0 target 5 lun 0 pass2: Fixed Processor SCSI-2 device pass2: Serial Number 1 pass2: 3.300MB/s transfers da0 at sym0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 80.000MB/s transfers (40.000MHz, offset 31, 16bit), Tagged Queueing Enabled da0: 277227MB (567761920 512 byte sectors: 255H 63S/T 35341C) What are we missing? Thanks, Kelly To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message