Subject: Re: kern/9611: Intel chipset i810E is not recognised
To: None <netbsd-bugs@netbsd.org>
From: IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>
List: netbsd-bugs
Date: 03/23/2000 23:30:30
I sent the following PR but didn't appear on this mailing list for
some reason. Could someone commit the patch and close the PR?


>Number:         9611
>Category:       kern
>Synopsis:       Intel chipset i810E is not recognised
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people (Kernel Bug People)
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Mar 13 00:39:01 2000
>Originator:     IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>
>Organization:
        Univ. of Tokyo
>Release:        today's -current
>Environment:
System: NetBSD yomogi.sat.t.u-tokyo.ac.jp 1.4U NetBSD 1.4U (YOMOGI) #4: Mon Mar 13 15:02:27 JST 2000 iwamoto@yomogi.sat.t.u-tokyo.ac.jp:/usr/src/syssrc/sys/arch/i386/compile/YOMOGI i386




>Description:
        i810E's product ID is not recognised
>How-To-Repeat:
        boot a netbsd kernel. The below is the dmesg output.
cpu0: family 6 model 8 step 1
cpu0: Intel Pentium III (E) (686-class)
total memory = 254 MB
avail memory = 231 MB
using 3284 buffers containing 13136 KB of memory
BIOS32 rev. 0 found at 0xfdb70
mainbus0 (root)
pnpbios0 at mainbus0: nodes 15, max len 114
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled
pchb0 at pci0 dev 0 function 0
pchb0: Intel product 0x7124 (rev. 0x03)
vga1 at pci0 dev 1 function 0: Intel product 0x7125 (rev. 0x03)


>Fix:
        apply the following patch and run make -f Makefile.pcidevs


Index: pcidevs
===================================================================
RCS file: /cvsroot/syssrc/sys/dev/pci/pcidevs,v
retrieving revision 1.196
diff -u -r1.196 pcidevs
--- pcidevs     2000/03/11 16:13:14     1.196
+++ pcidevs     2000/03/13 08:29:05
@@ -1038,6 +1038,8 @@
 product INTEL 82810_GC         0x7121  82810 Graphics Controller
 product INTEL 82810_DC100_MCH  0x7122  82810-DC100 Memory Controller Hub
 product INTEL 82810_DC100_GC   0x7123  82810-DC100 Graphics Controller
+product INTEL 82810E_MCH       0x7124  82810E Memory Controller Hub
+product INTEL 82810E_GC                0x7125  82810E Graphics Controller
 product INTEL 82443LX          0x7180  82443LX PCI AGP Controller (PAC)
 product INTEL 82443LX_AGP      0x7181  82443LX AGP Interface (PAC)
 product INTEL 82443BX          0x7190  82443BX Host Bridge/Controller
>Audit-Trail:
>Unformatted:


>Last-Modified: