From nobody@FreeBSD.org  Tue Oct 16 14:58:19 2007
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id C5D4316A46D
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2007 14:58:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 54AEC13C43E
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2007 14:57:27 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.1/8.14.1) with ESMTP id l9GEuBHE042929
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 16 Oct 2007 14:56:11 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.1/8.14.1/Submit) id l9GEuBgS042928;
	Tue, 16 Oct 2007 14:56:11 GMT
	(envelope-from nobody)
Message-Id: <200710161456.l9GEuBgS042928@www.freebsd.org>
Date: Tue, 16 Oct 2007 14:56:11 GMT
From: "geoff.buckingham" <geoffb@chuggalug.clues.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: PCI Ids missing from aac_pci.c
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         117243
>Category:       kern
>Synopsis:       [aac] [patch] PCI Ids missing from aac_pci.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    emaste
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 16 15:00:03 UTC 2007
>Closed-Date:    Tue Apr 08 14:46:02 UTC 2008
>Last-Modified:  Tue Apr 08 14:46:02 UTC 2008
>Originator:     geoff.buckingham
>Release:        All
>Organization:
>Environment:
FreeBSD
>Description:
The following is  missing from the list of PCI IDs


	{0x9005, 0x0285, 0x108e, 0x7aac, AAC_HWIF_I960RX, 0,
	 "Sun STK RAID REM"},


It will also be missing entries for "Sun STK RAID INT" and "Sun STK
RAID EXT" but I Don't have sub-system IDs for those ATM.
>How-To-Repeat:

>Fix:
add to aac_pci.c


	{0x9005, 0x0285, 0x108e, 0x7aac, AAC_HWIF_I960RX, 0,
	 "Sun STK RAID REM"},


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: emaste 
State-Changed-When: Tue Apr 8 14:45:20 UTC 2008 
State-Changed-Why:  
This PCI ID is in HEAD, RELENG_7, and RELENG_6 now. 


Responsible-Changed-From-To: freebsd-bugs->emaste 
Responsible-Changed-By: emaste 
Responsible-Changed-When: Tue Apr 8 14:45:20 UTC 2008 
Responsible-Changed-Why:  
Grab. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=117243 
>Unformatted:
