Date: Wed, 22 Dec 2004 11:23:24 -0600 From: <Clay_Cooper@Dell.com> To: <martinh@solid-state-logic.com> Cc: freebsd-questions@freebsd.org Subject: RE: Support for PERC4e/Di and 4e/Si Message-ID: <D74A58FD0DC39745ABA340E4EB98BDB007ADCD@ausx2kmps304.aus.amer.dell.com>
next in thread | raw e-mail | index | archive | help
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. **********************************************************************
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?D74A58FD0DC39745ABA340E4EB98BDB007ADCD>