NetBSD Problem Report #45760

From www@NetBSD.org  Fri Dec 30 08:24:39 2011
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by www.NetBSD.org (Postfix) with ESMTP id 6805E63DD57
	for <gnats-bugs@gnats.NetBSD.org>; Fri, 30 Dec 2011 08:24:39 +0000 (UTC)
Message-Id: <20111230082438.BA8DB63D7AE@www.NetBSD.org>
Date: Fri, 30 Dec 2011 08:24:38 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Add Adaptec29329LPE to ahd_pci.c
X-Send-Pr-Version: www-1.0

>Number:         45760
>Category:       kern
>Synopsis:       Add Adaptec29329LPE to ahd_pci.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 30 08:25:00 +0000 2011
>Closed-Date:    Sat Dec 31 23:26:59 +0000 2011
>Last-Modified:  Sat Dec 31 23:26:59 +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,

>Release-Note:

>Audit-Trail:
From: "Christos Zoulas" <christos@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/45760 CVS commit: src/sys/dev/pci
Date: Fri, 30 Dec 2011 13:20:46 -0500

 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.

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sat, 31 Dec 2011 23:26:59 +0000
State-Changed-Why:
Committed, thanks.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.