Date: Sat, 12 Jul 2003 14:59:09 -0700 From: Paul Saab <ps@mu.org> To: John <strgout@unixjunkie.com> Cc: freebsd-stable@freebsd.org Subject: Re: abt Compaq Smart Array 642 (well HP really) Message-ID: <20030712215909.GA43993@elvis.mu.org> In-Reply-To: <20030711160737.GA12835@mail.unixjunkie.com> References: <20030711160737.GA12835@mail.unixjunkie.com>
next in thread | previous in thread | raw e-mail | index | archive | help
it has never been tested though. John (strgout@unixjunkie.com) wrote: > 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 :) -- -ps
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030712215909.GA43993>