From rb@gid.co.uk  Sat Mar 29 10:39:51 2003
Return-Path: <rb@gid.co.uk>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 63DF137B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Mar 2003 10:39:51 -0800 (PST)
Received: from gidgate.gid.co.uk (gid.co.uk [194.32.164.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4741543FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 29 Mar 2003 10:39:50 -0800 (PST)
	(envelope-from rb@gid.co.uk)
Received: (from rb@localhost)
	by gidgate.gid.co.uk (8.11.6/8.11.6) id h2TIdnw17585;
	Sat, 29 Mar 2003 18:39:49 GMT
	(envelope-from rb)
Message-Id: <4.3.2.7.2.20030329183241.0213e200@gid.co.uk>
Date: Sat, 29 Mar 2003 18:39:46 +0000
From: Bob Bishop <rb@gid.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [PATCH] typo in aic7xxx_pci.c

>Number:         50428
>Category:       kern
>Synopsis:       [PATCH] typo in aic7xxx_pci.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gibbs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 29 10:40:06 PST 2003
>Closed-Date:    Mon May 26 14:46:20 PDT 2003
>Last-Modified:  Mon May 26 14:46:20 PDT 2003
>Originator:     Bob Bishop <rb@gid.co.uk>
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
GID ltd
>Environment:
 System: FreeBSD spambox2.gid.co.uk 5.0-CURRENT FreeBSD 5.0-CURRENT #14: Wed 
 Mar 12 09:57:35 GMT 2003 
 rb@spambox2.gid.co.uk:/usr/src/sys/i386/compile/GENERIC i386

>Description:
 	The driver claims to support the Adaptec 2920, but in fact it
 	only supports the 2920C. The 2920 and 2920A use a Future Domain
 	chip, see related PR entitled "add support for PCI-connected
 	Future Domain controllers".
 
>How-To-Repeat:
>Fix:
 
 Index: aic7xxx_pci.c
 ===================================================================
 RCS file: /CVSROOT/src/sys/dev/aic7xxx/aic7xxx_pci.c,v
 retrieving revision 1.22
 diff -u -r1.22 aic7xxx_pci.c
 --- aic7xxx_pci.c       20 Jan 2003 20:44:55 -0000      1.22
 +++ aic7xxx_pci.c       27 Mar 2003 14:16:36 -0000
 @@ -247,7 +247,7 @@
          {
                  ID_AHA_2902_04_10_15_20_30C,
                  ID_ALL_MASK,
 -               "Adaptec 2902/04/10/15/20/30C SCSI adapter",
 +               "Adaptec 2902/04/10/15/20C/30C SCSI adapter",
                  ahc_aic785X_setup
          },
          /* aic7860 based controllers */
 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->freebsd-bugs 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Tue Apr 1 09:47:34 PST 2003 
Responsible-Changed-Why:  
Reassign misfiled PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50428 

From: Bob Bishop <rb@gid.co.uk>
To: freebsd-gnats-submit@FreeBSD.org, rb@gid.co.uk
Cc:  
Subject: Re: kern/50428: [PATCH] typo in aic7xxx_pci.c
Date: Sat, 12 Apr 2003 22:20:00 +0100

 The "related PR" referred to above is kern/50427.
 
 --
 Bob Bishop		    +44 (0)118 977 4017
 rb@gid.co.uk		fax +44 (0)118 989 4254
 
Responsible-Changed-From-To: freebsd-bugs->gibbs 
Responsible-Changed-By: njl 
Responsible-Changed-When: Wed May 14 15:56:51 PDT 2003 
Responsible-Changed-Why:  

This is an easy change but Justin should make it to the vendor sources 
before committing this. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=50428 

From: Bob Bishop <rb@gid.co.uk>
To: freebsd-gnats-submit@FreeBSD.org, rb@gid.co.uk
Cc:  
Subject: Re: kern/50428: [PATCH] typo in aic7xxx_pci.c
Date: Mon, 19 May 2003 13:20:42 +0100

 See also docs/52426
 
 --
 Bob Bishop		    +44 (0)118 977 4017
 rb@gid.co.uk		fax +44 (0)118 989 4254
 
State-Changed-From-To: open->closed 
State-Changed-By: gibbs 
State-Changed-When: Mon May 26 14:45:17 PDT 2003 
State-Changed-Why:  
Corrected in rev. 1.26 of aic7xxx_pci.c  

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