From owner-freebsd-scsi Mon Dec 11 10:46:11 2000 From owner-freebsd-scsi@FreeBSD.ORG Mon Dec 11 10:46:09 2000 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from search.sparks.net (search.sparks.net [208.5.188.60]) by hub.freebsd.org (Postfix) with ESMTP id E0E5137B400 for ; Mon, 11 Dec 2000 10:46:08 -0800 (PST) Received: by search.sparks.net (Postfix, from userid 100) id D594BDC74; Mon, 11 Dec 2000 13:44:32 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by search.sparks.net (Postfix) with ESMTP id CAE57D93D for ; Mon, 11 Dec 2000 13:44:32 -0500 (EST) Date: Mon, 11 Dec 2000 13:44:32 -0500 (EST) From: David Miller To: freebsd-scsi@freebsd.org Subject: LUN 1 on 3.2-R? 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 Hi All:) I'm stumped. I have a 3.2R system with an attached external SCSI-SCSI RAID controller. I had a nice 10 drive array last year with 36 GB drives, and this year I'm adding on another nice array. I have this in my config file: # SCSI peripherals # Only one of each of these is needed, they are dynamically allocated. controller scbus0 # SCSI bus (required) # device da0 # Direct Access (disks) disk da0 at scbus0 target 2 unit 0 disk da1 at scbus0 target 2 unit 1 device sa0 # Sequential Access (tape etc) device cd0 # CD device pass0 # Passthrough device (direct SCSI) But in dmesg I get: Waiting 5 seconds for SCSI devices to settle pass1 at ahc0 bus 0 target 2 lun 1 pass1: Fixed Processor SCSI-2 device pass1: 80.000MB/s transfers (40.000MHz, offset 127, 16bit), Tagged Queueing Enabled pass2 at ahc0 bus 0 target 2 lun 2 pass2: Fixed Processor SCSI-2 device pass2: 80.000MB/s transfers (40.000MHz, offset 127, 16bit) da0 at ahc0 bus 0 target 2 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 80.000MB/s transfers (40.000MHz, offset 127, 16bit), Tagged Queueing Enabled da0: 279097MB (571591680 512 byte sectors: 255H 63S/T 35579C) changing root device to wd0s1a camcontrol devlist: su-2.03# camcontrol devlist at scbus0 target 2 lun 0 (pass0,da0) at scbus0 target 2 lun 1 (pass1) at scbus0 target 2 lun 2 (pass2) The associated da* and pass* devices seem to exist. What am I missing? Thanks in advance, --- David To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message