NetBSD-Bugs archive

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

kern/45760: Add Adaptec29329LPE to ahd_pci.c



>Number:         45760
>Category:       kern
>Synopsis:       Add Adaptec29329LPE to ahd_pci.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 30 08:25:00 +0000 2011
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Add Adaptec 29320LPE to ahd_pci.c .
Only tested with 4Gb memory.
>How-To-Repeat:

>Fix:
diff -u -p -B -r1.32 ahd_pci.c
--- sys/dev/pci/ahd_pci.c       21 Apr 2010 21:38:47 -0000      1.32
+++ sys/dev/pci/ahd_pci.c       23 Dec 2011 05:53:50 -0000
@@ -80,6 +80,7 @@ ahd_compose_id(u_int device, u_int vendo
 #define ID_AIC7901                     0x800F9005FFFF9005ull
 #define ID_AHA_29320A                  0x8000900500609005ull
 #define ID_AHA_29320ALP                        0x8017900500449005ull
+#define ID_AHA_29320LPE                        0x8017900500459005ull
 
 #define ID_AIC7901A                    0x801E9005FFFF9005ull
 #define ID_AHA_29320LP                 0x8014900500449005ull
@@ -143,6 +144,12 @@ static struct ahd_pci_identity ahd_pci_i
                "Adaptec 29320ALP Ultra320 SCSI adapter",
                ahd_aic7901_setup
        },
+       {
+               ID_AHA_29320LPE,
+               ID_ALL_MASK,
+               "Adaptec 29320LPE Ultra320 SCSI adapter",
+               ahd_aic7901_setup
+       },
        /* aic7901A based controllers */
        {
                ID_AHA_29320LP,



Home | Main Index | Thread Index | Old Index