RE: Support for PERC4e/Di and 4e/Si

2004-12-22 Thread Clay_Cooper
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 = pci_read_config(dev, PCIR_COMMAND, 1);
  if ((pci_get_device(dev) == 0x1960) || (pci_get_device(dev) == 
0x0407) ||
-   (pci_get_device(dev) == 0x000e) || (pci_get_device(dev) == 
0x000f)) {
+   (pci_get_device(dev) == 0x000e) || (pci_get_device(dev) == 
0x000f) ||
+   (pci_get_device(dev) == 0x0013)) {
 /*
  * Make sure we are going to be able to talk to this board.
  */ 


Clay Cooper, RHCE
PG Custom Solutions Engineering
[EMAIL PROTECTED]
512.723.5951


-Original Message-
From: Martin Hepworth [mailto:[EMAIL PROTECTED] 
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. 
See the hnadbook for how to do this..

--
Martin Hepworth
Snr Systems Administrator
Solid State Logic
Tel: +44 (0)1865 842300


[EMAIL PROTECTED] wrote:
 Greetings,
 
 The amr driver man page @
 http://www.freebsd.org/cgi/man.cgi?query=amrapropos=0sektion=4manpa
 th
 =FreeBSD+4.10-stableformat=html
 Claims support for PERC4e/Di and Si in 4.10-stable.  
 
 However when I download the floppies from 

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 
 using or possibly a patch that I could apply?
 
 Thanks in advance for your assistance.  
 
 
 Clay Cooper
 PG Custom Solutions Engineering
 [EMAIL PROTECTED]
 
 
 ___
 freebsd-questions@freebsd.org mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]

**

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.

**

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Support for PERC4e/Di and 4e/Si

2004-12-16 Thread Martin Hepworth
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. 
See the hnadbook for how to do this..

--
Martin Hepworth
Snr Systems Administrator
Solid State Logic
Tel: +44 (0)1865 842300
[EMAIL PROTECTED] wrote:
Greetings,
The amr driver man page @
http://www.freebsd.org/cgi/man.cgi?query=amrapropos=0sektion=4manpath
=FreeBSD+4.10-stableformat=html
Claims support for PERC4e/Di and Si in 4.10-stable.  

However when I download the floppies from
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
using or possibly a patch that I could apply?
Thanks in advance for your assistance.  

Clay Cooper
PG Custom Solutions Engineering
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
**
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.
**
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Support for PERC4e/Di and 4e/Si

2004-12-15 Thread Clay_Cooper
Greetings,

The amr driver man page @
http://www.freebsd.org/cgi/man.cgi?query=amrapropos=0sektion=4manpath
=FreeBSD+4.10-stableformat=html
Claims support for PERC4e/Di and Si in 4.10-stable.  

However when I download the floppies from
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
using or possibly a patch that I could apply?

Thanks in advance for your assistance.  


Clay Cooper
PG Custom Solutions Engineering
[EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]