From owner-freebsd-scsi@FreeBSD.ORG Sat Mar 6 15:28:56 2004 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 6A8CD16A4CE for ; Sat, 6 Mar 2004 15:28:56 -0800 (PST) Received: from smtp.mho.com (smtp.mho.net [64.58.4.5]) by mx1.FreeBSD.org (Postfix) with SMTP id 2116043D1F for ; Sat, 6 Mar 2004 15:28:56 -0800 (PST) (envelope-from scottl@freebsd.org) Received: (qmail 26333 invoked by uid 1002); 6 Mar 2004 23:28:53 -0000 Received: from unknown (HELO ?10.4.1.17?) (64.58.1.252) by smtp.mho.net with SMTP; 6 Mar 2004 23:28:53 -0000 Date: Sat, 6 Mar 2004 16:31:37 -0700 (MST) From: Scott Long X-X-Sender: scottl@pooker.samsco.home To: Don Bowman In-Reply-To: Message-ID: <20040306163013.K47218@pooker.samsco.home> References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: "'scsi@freebsd.org'" Subject: Re: GEM359 ses driver? 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: Sat, 06 Mar 2004 23:28:56 -0000 On Sat, 6 Mar 2004, Don Bowman wrote: > is anyone aware of a driver or software for freebsd > for a qlogic enclosure management device? I would > like to hook alarms up to my nagios installation. > > http://www.qlogic.com/products/gem/gem359.asp > > This device is present in e.g. supermicro raid > backplane devices. The CAM 'ses' driver should attach to this, at least in theory. Sample utilities that talk to this driver are in /usr/share/examples/ses. Scott