From owner-freebsd-stable@FreeBSD.ORG Fri Jul 11 08:48:58 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E895637B401 for ; Fri, 11 Jul 2003 08:48:58 -0700 (PDT) Received: from dmz2.unixjunkie.com (adsl-65-70-175-250.dsl.rcsntx.swbell.net [65.70.175.250]) by mx1.FreeBSD.org (Postfix) with ESMTP id E8F1743F3F for ; Fri, 11 Jul 2003 08:48:55 -0700 (PDT) (envelope-from strgout@unixjunkie.com) Received: from mail.unixjunkie.com (mail [10.253.254.36]) by dmz2.unixjunkie.com (8.12.6p2/8.12.6) with ESMTP id h6BG7eTT012854; Fri, 11 Jul 2003 11:07:40 -0500 (CDT) (envelope-from strgout@mail.unixjunkie.com) Received: from mail.unixjunkie.com (mail [10.253.254.36]) by mail.unixjunkie.com (8.12.6p2/8.12.6) with ESMTP id h6BG7eBk012851; Fri, 11 Jul 2003 11:07:40 -0500 (CDT) (envelope-from strgout@mail.unixjunkie.com) Received: (from strgout@localhost) by mail.unixjunkie.com (8.12.6p2/8.12.6/Submit) id h6BG7ca4012850; Fri, 11 Jul 2003 11:07:38 -0500 (CDT) (envelope-from strgout) Date: Fri, 11 Jul 2003 11:07:37 -0500 From: John To: ivailon@mobikom.com Message-ID: <20030711160737.GA12835@mail.unixjunkie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i cc: freebsd-stable@freebsd.org Subject: RE: abt Compaq Smart Array 642 (well HP really) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jul 2003 15:48:59 -0000 It should work, lets take a walk through src land.. cd /usr/src/sys/dev/ciss less ciss.c this is what we find. { 0x0e11, 0x4070, CISS_BOARD_SA5, "Compaq Smart Array 5300" }, { 0x0e11, 0x4080, CISS_BOARD_SA5B, "Compaq Smart Array 5i" }, { 0x0e11, 0x4082, CISS_BOARD_SA5B, "Compaq Smart Array 532" }, { 0x0e11, 0x4083, CISS_BOARD_SA5B, "HP Smart Array 5312" }, { 0x0e11, 0x409A, CISS_BOARD_SA5B, "HP Smart Array 641" }, { 0x0e11, 0x409B, CISS_BOARD_SA5B, "HP Smart Array 642" }, { 0x0e11, 0x409C, CISS_BOARD_SA5B, "HP Smart Array 6400" }, so yes, it "should" work :)