From owner-freebsd-questions Mon Mar 18 13: 7:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from imailg2.svr.pol.co.uk (imailg2.svr.pol.co.uk [195.92.195.180]) by hub.freebsd.org (Postfix) with ESMTP id EBD6437B484 for ; Mon, 18 Mar 2002 13:06:44 -0800 (PST) Received: from modem-3427.wolf.dialup.pol.co.uk ([217.134.93.99] helo=online247.fsworld.co.uk) by imailg2.svr.pol.co.uk with esmtp (Exim 3.35 #1) id 16n4L4-00057Q-00 for questions@freebsd.org; Mon, 18 Mar 2002 21:06:43 +0000 Received: from pcrlh.internet.point ([10.0.0.15]) by online247.fsworld.co.uk (8.11.6/8.11.1) with SMTP id g2IL5jY05026 for ; Mon, 18 Mar 2002 21:05:45 GMT (envelope-from rlh@online247.fsworld.co.uk) Message-ID: <006301c1cec0$c2feb680$0f00000a@internet.point> From: "Dr Richard Hesketh" To: Subject: Re: Compaq Smart Array 5300 controller Date: Mon, 18 Mar 2002 21:06:19 -0000 Organization: At Home MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Hello, > >The error your getting is "no disks found "? > >If so did you setup the raid drive ? What is the Raid's config? stripe size? >> I'm trying to install the latest release of FreeBSD on a Compaq Proliant >> 530 with Compaq Smart Array 5300 RAID controller. Sysinstall does not >> recognize the RAID controller. I've read everywhere but only found the >> following in the Hardware Release notes: I've come across this problem as well today. The RAID controller is not recognized by the kernel ("unknown pci device") as the PCI id appears to be different to any listed in /sys/dev/ida/ida_pci.c The "unknown device" is given as (from memory!): vendorid = 0x0e11 deviceid = 0xb060 My guess is that the board_id array in ida_pci.c needs to be populated with an appropriate set of ids. Not sure if its version 3 or 4 of the access functions though. I'm going to build some example kernels using the following different board_id settings: { 0xB0600E11, "Compaq SMART 5300 array controller", &ida_v4_access, 0 }, and { 0xB0600E11, "Compaq SMART 5300 array controller", &ida_v3_access, 0 }, and { 0xB0600E11, "Compaq SMART 5300 array controller", &ida_v4_access, IDA_FIRMWARE }, Does this sound reasonable? Thanks, Richard To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message