From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 17:23:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D0A5516A4CE for ; Wed, 22 Dec 2004 17:23:41 +0000 (GMT) Received: from ausc60pc101.us.dell.com (ausc60pc101.us.dell.com [143.166.85.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 707DD43D3F for ; Wed, 22 Dec 2004 17:23:41 +0000 (GMT) (envelope-from Clay_Cooper@Dell.com) Received: from ausx2kcps315.aus.amer.dell.com (143.166.3.50) by ausc60pc101.us.dell.com with ESMTP; 22 Dec 2004 11:23:41 -0600 X-Ironport-AV: i="3.88,81,1102312800"; d="scan'208"; a="165734687:sNHT40140424" X-MimeOLE: Produced By Microsoft Exchange V6.0.6527.0 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Date: Wed, 22 Dec 2004 11:23:24 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Support for PERC4e/Di and 4e/Si Thread-Index: AcTjVBTMSFKZjR7QS+SCAW94qTlb2AE80x9A From: To: X-OriginalArrivalTime: 22 Dec 2004 17:23:25.0461 (UTC) FILETIME=[F1C43C50:01C4E84A] cc: freebsd-questions@freebsd.org Subject: RE: Support for PERC4e/Di and 4e/Si X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2004 17:23:42 -0000 Martin and all, Thanks for your help. I found a patch in the freebsd-stable mailing list archive that adds the PCI-IDs to amr_pci.c. For some reason the patch would not apply correctly to my 4.10-stable-20040818-jpsnap source, but I was able to make the changes manually and compile a new kernel. The new kernel recognized the PERC4e/Di and PERC4e/Si, and the amr driver loaded and worked with the newer PERCs. For everyone's reference, here is the patch as copied from the mailing list: --- 4.10-rel/amr_pci.c Wed Oct 27 18:15:12 2004 +++ amr_pci.c Wed Oct 27 18:15:12 2004 @@ -128,6 +128,7 @@ {0x1000, 0x1960, PROBE_SIGNATURE}, {0x1000, 0x0407, 0}, {0x1028, 0x000e, PROBE_SIGNATURE}, /* perc4/di i960 */ + {0x1028, 0x0013, 0}, /* perc4e/Si */ {0x1028, 0x000f, 0}, /* perc4/di Verde*/ {0, 0, 0} }; @@ -180,7 +181,8 @@ */ command =3D pci_read_config(dev, PCIR_COMMAND, 1); if ((pci_get_device(dev) =3D=3D 0x1960) || (pci_get_device(dev) = =3D=3D=20 0x0407) || - (pci_get_device(dev) =3D=3D 0x000e) || (pci_get_device(dev) = =3D=3D=20 0x000f)) { + (pci_get_device(dev) =3D=3D 0x000e) || (pci_get_device(dev) = =3D=3D=20 0x000f) || + (pci_get_device(dev) =3D=3D 0x0013)) { /* * Make sure we are going to be able to talk to this board. */=20 Clay Cooper, RHCE PG Custom Solutions Engineering Clay_Cooper@Dell.com 512.723.5951 -----Original Message----- From: Martin Hepworth [mailto:martinh@solid-state-logic.com]=20 Sent: Thursday, December 16, 2004 3:05 AM To: Cooper, Clay Cc: freebsd-questions@freebsd.org Subject: Re: Support for PERC4e/Di and 4e/Si Clay have you tried booting from the first CD. I think the floppy based kernel is cut down a little to save space, so it may not have the required driver on it. If you can't boot from the CD (like bios won't support it), you'll have to build you own floppy images with the perc 4e driver in that kernel.=20 See the hnadbook for how to do this.. -- Martin Hepworth Snr Systems Administrator Solid State Logic Tel: +44 (0)1865 842300 Clay_Cooper@Dell.com wrote: > Greetings, >=20 > The amr driver man page @ > = http://www.freebsd.org/cgi/man.cgi?query=3Damr&apropos=3D0&sektion=3D4&ma= npa > th > =3DFreeBSD+4.10-stable&format=3Dhtml > Claims support for PERC4e/Di and Si in 4.10-stable. =20 >=20 > However when I download the floppies from=20 > ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/4.10-STABLE-20 > 041117-JPSNAP/floppies/ and boot from them, the hardware is not > recognized. Is there a minimum version of 4.10-stable I need to be=20 > using or possibly a patch that I could apply? >=20 > Thanks in advance for your assistance. =20 >=20 >=20 > Clay Cooper > PG Custom Solutions Engineering > Clay_Cooper@Dell.com >=20 >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list=20 > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. This footnote confirms that this email message has been swept for the presence of computer viruses and is believed to be clean. **********************************************************************