Bug 31456

Summary: [pcn] [patch] register number definition for AMD PCnet driver is wrong.
Product: Base System Reporter: NOKUBI Hirotaka <nokubi>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-STABLE   
Hardware: Any   
OS: Any   

Description NOKUBI Hirotaka 2001-10-23 17:20:00 UTC
Register number definition in sys/pci/if_pcnreg.h is wrong.
PCN_PCI_MINLAT is 0x3f, not 0x0f.

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
Comment 1 Marius Strobl freebsd_committer freebsd_triage 2006-11-05 18:19:10 UTC
State Changed
From-To: open->closed


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