Module Name:    src
Committed By:   christos
Date:           Fri Dec 30 18:20:46 UTC 2011

Modified Files:
        src/sys/dev/pci: ahd_pci.c

Log Message:
PR/45760: Henning Petersen: Add Adaptec29329LPE to ahd_pci.c


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/dev/pci/ahd_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ahd_pci.c
diff -u src/sys/dev/pci/ahd_pci.c:1.32 src/sys/dev/pci/ahd_pci.c:1.33
--- src/sys/dev/pci/ahd_pci.c:1.32	Wed Apr 21 17:38:47 2010
+++ src/sys/dev/pci/ahd_pci.c	Fri Dec 30 13:20:46 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: ahd_pci.c,v 1.32 2010/04/21 21:38:47 dyoung Exp $	*/
+/*	$NetBSD: ahd_pci.c,v 1.33 2011/12/30 18:20:46 christos Exp $	*/
 
 /*
  * Product specific probe and attach routines for:
@@ -50,7 +50,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ahd_pci.c,v 1.32 2010/04/21 21:38:47 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ahd_pci.c,v 1.33 2011/12/30 18:20:46 christos Exp $");
 
 #define AHD_PCI_IOADDR	PCI_MAPREG_START	/* I/O Address */
 #define AHD_PCI_MEMADDR	(PCI_MAPREG_START + 4)	/* Mem I/O Address */
@@ -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,

Reply via email to