From owner-freebsd-scsi Fri Oct 2 15:05:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA12994 for freebsd-scsi-outgoing; Fri, 2 Oct 1998 15:05:46 -0700 (PDT) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA12983; Fri, 2 Oct 1998 15:05:43 -0700 (PDT) (envelope-from gibbs@narnia.plutotech.com) Received: (from gibbs@localhost) by narnia.plutotech.com (8.9.1/8.7.3) id PAA12488; Fri, 2 Oct 1998 15:58:55 -0600 (MDT) Date: Fri, 2 Oct 1998 15:58:55 -0600 (MDT) From: "Justin T. Gibbs" Message-Id: <199810022158.PAA12488@narnia.plutotech.com> To: "FreeBSD SCSI Users' list" cc: scsi@FreeBSD.ORG Subject: Re: ahc & CAM: strange diagnostic Newsgroups: pluto.freebsd.scsi In-Reply-To: <19980929082453.A328@nagual.pp.ru> <19980930011432.B15508@keltia.freenix.fr> <19980930154002.A14288@matti.ee> <19980930235134.B24498@keltia.freenix.fr> <19981002153211.A13506@matti.ee> <19981002220353.A17421@keltia.freenix.fr> User-Agent: tin/pre-1.4-971204 (UNIX) (FreeBSD/3.0-BETA (i386)) Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> ncr0: rev 0x03 int a irq 9 on pci0.9.0 >> da0 at ncr0 bus 0 target 5 lun 0 >> da0: Fixed Direct Access SCSI2 device >> da0: 40.0MB/s transfers (20.0MHz, offset 16, 16bit), Tagged Queueing Enabled >> da0: 4350MB (8910423 512 byte sectors: 255H 63S/T 554C) > > Funny. My IBM drives report an offset of 15 with the ASUS and my new > VikingII reports 8 on the built-in 7880 UW board... The aic7880 can only handle a sync offset of 15 bytes in narrow mode and 8 bytes in wide mode. This is a restriction of the chip, not the drive. > What is the exact meaning of "offset" ? In synchronous SCSI, the devices of a connection negotiate the clock rate at which data transations occur as well as the size of the sliding data "window" of unacknowledged transactions. The offset is the SCSI term for the window size. So, if a device says it has an offset of 8, it has said that it has buffer space to recieve 8, unacknowledged transactions. This provides some slack for transmission and processing latencies. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message