NetBSD-Bugs archive

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

kern/46877: missing device definition in mfi-driver for SAS 9261-8i



>Number:         46877
>Category:       kern
>Synopsis:       missing device definition in mfi-driver for SAS 9261-8i
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Thu Aug 30 15:20:00 +0000 2012
>Originator:     Wolfgang Stukenbrock
>Release:        NetBSD 5_1_STABLE - also -current
>Organization:
Dr. Nagler & Company GmbH
>Environment:
        
        
System: NetBSD test-s0 4.0 NetBSD 4.0 (NSW-WS) #0: Tue Aug 17 17:28:09 CEST 
2010 wgstuken@test-s0:/usr/src/sys/arch/amd64/compile/NSW-WS amd64
Architecture: x86_64
Machine: amd64
>Description:
        In src/sys/dev/pci/mfi_pci.c there is a subdevice definition for the 
SAS 9261-8i
        controler missing. The controler is reported by vendor and procuct id 
in hex only.
>How-To-Repeat:
        Install such a controler and boot the system with mfi-driver enabled.
>Fix:
The following patch will add the missing defintion, so that it is printed 
correctly:

--- mfi_pci.c   2012/08/30 15:07:58     1.4
+++ mfi_pci.c   2012/08/30 15:08:57
@@ -78,6 +78,7 @@
 
 static const struct mfi_pci_subtype mfi_gen2_subtypes[] = {
        { PCI_VENDOR_SYMBIOS,   0x9261,         "SAS 9260-8i" },
+       { PCI_VENDOR_SYMBIOS,   0x9263,         "SAS 9261-8i" },
        { PCI_VENDOR_IBM,       0x03c7,         "IBM ServeRAID M5014 SAS/SATA" 
},
        { PCI_VENDOR_DELL,      0x1f15,         "Dell PERC H800 Adapter" },
        { PCI_VENDOR_DELL,      0x1f16,         "Dell PERC H700 Adapter" },

>Unformatted:
        
        


Home | Main Index | Thread Index | Old Index