, Andrew Doran <ad@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: current-users
Date: 01/09/2001 15:43:17
On Tue, Jan 09, 2001 at 03:19:01PM -0800, Jason R Thorpe wrote:
> 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.
Actually, I did get the RAM size wrong. Try this one, instead (thew
in 895a for kicks...)
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:38:28
***************
*** 152,157 ****
--- 152,175 ----
SF_BUS_ULTRA2 | SF_BUS_WIDE,
7, 31, 7, 62, 8192
},
+ { PCI_PRODUCT_SYMBIOS_895A,
+ 0x00,
+ "Symbios Logic 53c895a (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
+ },
+ { 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, 4096
+ },
{ 0,
0x00,
NULL,
--
-- Jason R. Thorpe <thorpej@zembu.com>