Subject: Re: Booting a Compaq ProLiant ML370
To: Mark Davies <mark@MCS.VUW.AC.NZ>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 01/09/2001 15:19:01
On Wed, Jan 10, 2001 at 11:37:29AM +1300, Mark Davies wrote:
> Thats problem 1 and 2 taken care of. Anyone got suggestions for 3 and 4?
For the SCSI, update your sys/dev/pci/pcidevs* files, and try
the following patch. Note, I only cloned this from the 53c895
entry -- I don't know if the RAM size is correct or if the various
other parameters are correct.
--
-- Jason R. Thorpe <thorpej@zembu.com>
Index: siop_pci_common.c
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/pci/siop_pci_common.c,v
retrieving revision 1.5
diff -c -r1.5 siop_pci_common.c
*** siop_pci_common.c 2000/12/28 22:59:15 1.5
--- siop_pci_common.c 2001/01/09 23:17:05
***************
*** 152,157 ****
--- 152,166 ----
SF_BUS_ULTRA2 | SF_BUS_WIDE,
7, 31, 7, 62, 8192
},
+ { PCI_PRODUCT_SYMBIOS_1510D,
+ 0x00,
+ "Symbios Logic 53c1510d (ultra2-wide scsi)",
+ SF_PCI_RL | SF_PCI_CLS | SF_PCI_WRI | SF_PCI_RM |
+ SF_CHIP_FIFO | SF_CHIP_PF | SF_CHIP_RAM | SF_CHIP_QUAD |
+ SF_CHIP_LS | SF_CHIP_10REGS |
+ SF_BUS_ULTRA2 | SF_BUS_WIDE,
+ 7, 31, 7, 62, 8192
+ },
{ 0,
0x00,
NULL,