From owner-freebsd-scsi@FreeBSD.ORG Tue May 6 18:51:13 2003 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 3F7CA37B401 for ; Tue, 6 May 2003 18:51:13 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D43543FA3 for ; Tue, 6 May 2003 18:51:12 -0700 (PDT) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2653.19) id ; Tue, 6 May 2003 21:51:11 -0400 Message-ID: From: Don Bowman To: "'nate@root.org'" , "'freebsd-scsi@freebsd.org'" Date: Tue, 6 May 2003 21:51:10 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Subject: re: aic7902: Ultra320 and ses with SEAGATE ST318452LW X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2003 01:51:13 -0000 On Sat, 3 May 2003, Nate Lawson wrote: >On Sat, 3 May 2003, Don Bowman wrote: >> I'm finding that I don't get any ses device with this > adapter. >> >> The system is a supermicro x5dpr motherboard, 2x 2.8GHz >> XEON with 533MHz FSB. The adaptec 7902 is onboard in this >> system. >> >Are you sure your drive is in an enclosure that offers SES? ses(4) only >attaches to devices that claim they are of type T_ENCLOSURE (see >ses_type() in sys/cam/scsi/scsi_ses.c). I don't see any devices >like that in your dmesg. > >-Nate Hmmm, you could be correct. This isn't an enclosure per se, just a drive in the case. I was confused since earlier similar systems i used supported ses on the drive or on the adapter on the motherboard, but this one doesn't seem to. Instead, this drive supports SMART. "The operating mode of S.M.A.R.T. is controlled by the DEXCPT bit and the PERF bit of the "Informational Exceptions Control Mode Page" (1Ch). The DEXCPT bit is used to enable or disable the S.M.A.R.T. process. Setting the DEXCPT bit will disable all S.M.A.R.T. functions. When enabled, S.M.A.R.T. will collect on-line data as the drive performs normal read/write operations. When the PERF bit is set, the drive is considered to be in "On-line Mode Only" and will not perform off-line functions." So I guess I will investigate that instead.