[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

kernel/1439: Driver request: No support for ncr53c1510D




>Number:         1439
>Category:       kernel
>Synopsis:       OpenBSD2.7 Has no support for ncr53c1510D SCSI Card.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    bugs
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Tue Oct 10 18:10:01 MDT 2000
>Last-Modified:
>Originator:     Robert Hansen
>Organization:
Global Crossing
Robert Hansen  rhansen@gblx.net		Global Crossing, Inc.
(602)416-6227  fax:(602)416-6322	Internet Security Administrator II
Verisign fingerprint: 2B:A3:92:B1:38:86:45:C7:21:25:19:5A:76:1E:B5:6C
>Release:        2.7
>Environment:
	
	System      : OpenBSD 2.7
	Architecture: OpenBSD.i386
	Machine     : i386
>Description:
	
No system support for the ncr53C1510D OnBoard SCSI provided with Compaq
ML370 Server.  (and probably other Compaq Servers.)
>How-To-Repeat:
	
Installation does not detect SCSI card and therefore does not detect SCSI HD's.
>Fix:
	
Developed kernel patch:

File: 0xx_ncr53c1510D.patch
===========================================================================
diff -u ncr.c.old ncr.c
--- sys/dev/pci/ncr.c.old   Sun Mar  5 14:34:42 2000
+++ sys/dev/pci/ncr.c       Fri Oct  6 17:28:24 2000
@@ -1510,0 +1510,1 @@
+#define NCR_1510D_ID    (0x000a1000ul)
@@ -3492,0 +3493,3 @@
+ FE_WIDE|FE_ULTRA2|FE_QUAD|FE_CACHE_SET|FE_DFS|FE_LDSTR|FE_PFEN|FE_RAM}
+ ,
+ {NCR_1510D_ID, 0x00,   7, 31, 7,
===========================================================================
diff -u pcidevs.old pcidevs
--- sys/dev/pci/pcidevs.old Tue Oct 10 13:10:59 2000
+++ sys/dev/pci/pcidevs     Fri Oct  6 17:46:35 2000
@@ -1217,0 +1217,1 @@
+product SYMBIOS 1510D           0x000a  53c1510D
===========================================================================
diff -u pcidevs_data.h.old pcidevs_data.h
--- sys/dev/pci/pcidevs_data.h.old  Tue Oct 10 13:12:38 2000
+++ sys/dev/pci/pcidevs_data.h      Tue Oct 10 13:14:05 2000
@@ -2903,0 +2903,6 @@
+            PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_1510D,
+            0,
+            "Symbios Logic",
+            "53c1510D",
+        },
+        {
===========================================================================

>Audit-Trail:
>Unformatted: