From owner-freebsd-scsi Wed Aug 11 17:20:17 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from panzer.kdm.org (panzer.kdm.org [216.160.178.169]) by hub.freebsd.org (Postfix) with ESMTP id DA5C914DF1 for ; Wed, 11 Aug 1999 17:20:04 -0700 (PDT) (envelope-from ken@panzer.kdm.org) Received: (from ken@localhost) by panzer.kdm.org (8.9.3/8.9.1) id SAA50620; Wed, 11 Aug 1999 18:18:53 -0600 (MDT) (envelope-from ken) Message-Id: <199908120018.SAA50620@panzer.kdm.org> Subject: Re: Adaptec 2944uw on 3.2r In-Reply-To: <37B2114B.EAE7B538@delanet.com> from "Stephen C. Comoletti" at "Aug 11, 1999 08:11:55 pm" To: stevec@delanet.com (Stephen C. Comoletti) Date: Wed, 11 Aug 1999 18:18:53 -0600 (MDT) Cc: freebsd-scsi@FreeBSD.ORG From: "Kenneth D. Merry" X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Stephen C. Comoletti wrote... > Ok..this produced interesting results. I used the snapshot for todays date. > DMESG output as follows: > > changing root device to fdda0 at ahc0 bus 0 target 5 lun 0 > da0: Fixed Direct Access SCSI-2 device > da0: 20.000MB/s transfers (20.000MHz, offset 15), Tagged Queueing Enabled > da0: 34652MB (70969088 512 byte sectors: 255h 63S/T 4417C) > rootfs is 2880 Kbyte compiled in MFS > da1 at isp0 bus 0 tatrget 0 lun 0 > da1: Fixed Direct Access SCSI-2 device > da1: 20.000MB/s transfers (10.000MHz, offset 8, 16bit), Tagged Queueing > Enabled > da1: 2007MB (4110480 512 byte sectors: 255H 63S/T 255C) > > > What the snapshot detected as da1 is currently da0 (my boot device) in the > system now. Am I correct in assuming I can update to this snapshot via > cvsup? And if so...what would I use instead of RELENG_3? or is that correct? > Other question is why only 20MB transfer rate on a drive capable of 40 (on > ahc0)? Yes, you can upgrade via cvsup. And yes, you'll want to use RELENG_3. Since you are at 3.2-R now, I assume you won't want to go to -current. (not if you're trying to build any sort of production box) Of course once you cvsup RELENG_3, you'll need to do a buildworld and installworld in addition to building a new kernel. The reason the device is reporting a 20MB/sec transfer rate is because it doesn't see da0 as a wide device for some reason. I'm not sure why. You'll want to make sure your cabling and termination are correct for that device, that could have an impact on whether it negotiates wide or not. If you would rather have da1 be da0, you may be able to accomplish it by swapping the Adaptec and QLogic controllers around. (i.e. swap slots) Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message