kern/124202: [PATCH] Add Adaptec 39320LPE to list of known devices

Andre Albsmeier Andre.Albsmeier at siemens.com
Mon Jun 2 10:00:07 UTC 2008


>Number:         124202
>Category:       kern
>Synopsis:       [PATCH] Add Adaptec 39320LPE to list of known devices
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 02 10:00:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Andre Albsmeier
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:

System: All FreeBSD systems

>Description:

	aic79xx_pci.c does not know the Adpatec 39320LPE controller

>How-To-Repeat:

	grep 0x8017900500459005 /usr/src/sys/dev/aic7xxx/aic79xx_pci.c

>Fix:

--- aic79xx_pci.c.ORI	2008-06-02 11:15:47.000000000 +0200
+++ aic79xx_pci.c	2008-06-02 11:15:47.000000000 +0200
@@ -89,6 +89,7 @@
 #define ID_AHA_39320D_B			0x801C900500419005ull
 #define ID_AHA_39320D_HP		0x8011900500AC0E11ull
 #define ID_AHA_39320D_B_HP		0x801C900500AC0E11ull
+#define ID_AHA_39320LPE			0x8017900500459005ull
 #define ID_AIC7902_PCI_REV_A4		0x3
 #define ID_AIC7902_PCI_REV_B0		0x10
 #define SUBID_HP			0x0E11
@@ -204,6 +205,12 @@
 		"Adaptec (HP OEM) 39320D Ultra320 SCSI adapter",
 		ahd_aic7902_setup
 	},
+	{
+		ID_AHA_39320LPE,
+		ID_ALL_MASK,
+		"Adaptec 39320LPE Ultra320 SCSI adapter",
+		ahd_aic7902_setup
+	},
 	/* Generic chip probes for devices we don't know 'exactly' */
 	{
 		ID_AIC7901 & ID_9005_GENERIC_MASK,

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list