Skip site navigation (1)Skip section navigation (2)
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:   kern/31456: Register number definition for AMD PCnet driver is wrong.
Message-ID:  <200110231611.f9NGB8u29857@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         31456
>Category:       kern
>Synopsis:       Register number definition for AMD PCnet driver is wrong.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 23 09:20:00 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110231611.f9NGB8u29857>