From nobody@FreeBSD.org  Tue Oct 23 09:11:09 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id DCB2137B401
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 23 Oct 2001 09:11:08 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f9NGB8u29857;
	Tue, 23 Oct 2001 09:11:08 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200110231611.f9NGB8u29857@freefall.freebsd.org>
Date: Tue, 23 Oct 2001 09:11:08 -0700 (PDT)
From: NOKUBI Hirotaka <nokubi@ff.iij4u.or.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Register number definition for AMD PCnet driver is wrong.
X-Send-Pr-Version: www-1.0

>Number:         31456
>Category:       kern
>Synopsis:       [pcn] [patch] register number definition for AMD PCnet driver is wrong.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 23 09:20:00 PDT 2001
>Closed-Date:    Sun Nov 05 18:20:31 GMT 2006
>Last-Modified:  Sun Nov 05 18:20:31 GMT 2006
>Originator:     NOKUBI Hirotaka
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD fifthluna.nokubi.or.jp 4.3-STABLE FreeBSD 4.3-STABLE #9: Sun Jul 22 01:53:49 JST 2001 h-nokubi@fifthluna.nokubi.or.jp:/usr/src/sys/compile/FIFTH
LUNA i386
>Description:
Register number definition in sys/pci/if_pcnreg.h is wrong.
PCN_PCI_MINLAT is 0x3f, not 0x0f.
>How-To-Repeat:

>Fix:
--- if_pcnreg.h 2001/02/09 06:11:20     1.7
+++ if_pcnreg.h 2001/10/23 15:53:36
@@ -495,7 +495,7 @@
 #define PCN_PCI_INTLINE                0x3C
 #define PCN_PCI_INTPIN         0x3D
 #define PCN_PCI_MINGNT         0x3E
-#define PCN_PCI_MINLAT         0x0F
+#define PCN_PCI_MINLAT         0x3F
 #define PCN_PCI_RESETOPT       0x48
 #define PCN_PCI_EEPROM_DATA    0x4C
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: marius 
State-Changed-When: Sun Nov 5 18:19:10 UTC 2006 
State-Changed-Why:  

Close; this was fixed as part of src/sys/pci/if_pcnreg.h rev. 1.9. 

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