Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci PR/45760: Henning Petersen: Add Adaptec29329LPE ...
details: https://anonhg.NetBSD.org/src/rev/38e4867826fe
branches: trunk
changeset: 772351:38e4867826fe
user: christos <christos%NetBSD.org@localhost>
date: Fri Dec 30 18:20:46 2011 +0000
description:
PR/45760: Henning Petersen: Add Adaptec29329LPE to ahd_pci.c
diffstat:
sys/dev/pci/ahd_pci.c | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (39 lines):
diff -r 5db4e6e9599b -r 38e4867826fe sys/dev/pci/ahd_pci.c
--- a/sys/dev/pci/ahd_pci.c Fri Dec 30 18:01:20 2011 +0000
+++ b/sys/dev/pci/ahd_pci.c Fri Dec 30 18:20:46 2011 +0000
@@ -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 @@
#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 @@
"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