From owner-freebsd-hackers Tue Mar 14 13:55:59 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from kronos.alcnet.com (kronos.alcnet.com [63.69.28.22]) by hub.freebsd.org (Postfix) with ESMTP id ADDBD37B81F for ; Tue, 14 Mar 2000 13:55:55 -0800 (PST) (envelope-from kbyanc@posi.net) X-Provider: ALC Communications, Inc. http://www.alcnet.com/ Received: from localhost (kbyanc@localhost) by kronos.alcnet.com (8.9.3/8.9.3/antispam) with ESMTP id QAA92318; Tue, 14 Mar 2000 16:55:52 -0500 (EST) Date: Tue, 14 Mar 2000 16:55:52 -0500 (EST) From: Kelly Yancey X-Sender: kbyanc@kronos.alcnet.com To: joeo@cracktown.com Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Compaq Integrated Raid Array In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 14 Mar 2000 joeo@cracktown.com wrote: > I have some very short term access to a Compaq 8500. The integrated raid > array is supported under linux via it's smart array driver. I have a > feeling that it should just work with freesd's driver, but "scanpci" shows > it using a a vendor id of 0x1000 and a device id of 0x0010. Where in a > 4.0 kernel do I stick these so it know's to probe it as an ida device? > Try /sys/dev/ida/ida_pci.c. The device ID and vendor id are stored in the IDA_DEVICEID_SMART #define and currently the ida driver has it hardwired to 0xAE100E11. For quick & dirty hack (i.e. if you just want to know if the driver will work with your hardware), try changing the IDA_DEVICEID_SMART #define to 0x10000010. Kelly -- Kelly Yancey - kbyanc@posi.net - Richmond, VA Analyst / E-business Development, Bell Industries http://www.bellind.com/ Maintainer, BSD Driver Database http://www.posi.net/freebsd/drivers/ Coordinator, Team FreeBSD http://www.posi.net/freebsd/Team-FreeBSD/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message