On Sun, Dec 10, 2000 at 03:15:19AM -0800, Mike Smith wrote:
> msmith 2000/12/10 03:15:19 PST
>
> Modified files:
> sys/dev/pci isa_pci.c
> Log:
> The ICH2 reports itself as a PCI:ISA bridge, so don't special-case it
> here.
>
On a related(?) note, my 810 (ICH) hasn't seen pci devices for a few
days. By removing the ICH line from isa_pci.c, the warnings go away,
but nothing is seen. Full dmesg's can be found at:
http://www.fxp.org/~jedgar/FreeBSD/ICH/
--- dmesg.before Sun Dec 10 17:46:54 2000
+++ dmesg.after Sun Dec 10 17:48:23 2000
@@ -1,18 +1,17 @@
Copyright (c) 1992-2000 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
-FreeBSD 5.0-20001203-CURRENT #0: Sun Dec 3 08:04:02 GMT 2000
- [EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC
+FreeBSD 5.0-CURRENT #5: Sun Dec 10 17:45:49 EST 2000
+ [EMAIL PROTECTED]:/usr/src/sys/compile/ARTEMIS
Timecounter "i8254" frequency 1193182 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (598.19-MHz 686-class CPU)
Origin = "GenuineIntel" Id = 0x683 Stepping = 3
Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory = 65994752 (64448K bytes)
-avail memory = 59174912 (57788K bytes)
-Preloaded elf kernel "kernel" at 0xc04f6000.
+avail memory = 59691008 (58292K bytes)
+Preloaded elf kernel "kernel" at 0xc0477000.
Pentium Pro MTRR support enabled
md0: Malloc disk
-WARNING: Driver mistake: destroy_dev on 154/0
Using $PIR table, 8 entries at 0xc00fdf40
apm0: <APM BIOS> on motherboard
apm0: found APM BIOS v1.2, connected at v1.2
@@ -20,14 +19,14 @@
npx0: INT 16 interface
pcib0: <Intel 82810 (i810 GMCH) Host To Hub bridge> at pcibus 0 on motherboard
pci0: <PCI bus> on pcib0
-pci0: <Intel 82810 (i810 GMCH) SVGA controller> at 1.0 irq 10
-pcib1: <Intel 82801AA (ICH) Hub to PCI bridge> at device 30.0 on pci0
+vga_pci0: <VGA-compatible display device> mem
+0xf4000000-0xf407ffff,0xf8000000-0xfbffffff irq 10 at device 1.0 on pci0
+pcib1: <PCI-PCI bridge> at device 30.0 on pci0
pci1: <PCI bus> on pcib1
-pci1: <unknown card> (vendor=0x1013, dev=0x6005) at 9.0 irq 11
-pci1: <unknown card> (vendor=0x131f, dev=0x2030) at 13.0 irq 9
-fxp0: <Intel Pro 10/100B/100+ Ethernet> port 0x3000-0x301f mem
0xf4200000-0xf42fffff,0xf4300000-0xf4300fff irq 10 at device 14.0 on pci1
-fxp0: Ethernet address 00:90:27:3a:1c:89
-isab0: <Intel 82801AA (ICH) PCI to LPC bridge> at device 31.0 on pci0
+** REDUNDANT ISA BRIDGE MATCH FOR DEVICE 0x24108086
+** Please report to [EMAIL PROTECTED]
+** REDUNDANT ISA BRIDGE MATCH FOR DEVICE 0x24108086
+** Please report to [EMAIL PROTECTED]
+isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH ATA66 controller> port 0x1800-0x180f at device 31.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
@@ -37,7 +36,9 @@
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
-pci0: <unknown card> (vendor=0x8086, dev=0x2413) at 31.3 irq 9
+ichsmb0: <Intel 82801AA (ICH) SMBus controller> port 0x1810-0x181f irq 9 at device
+31.3 on pci0
+smbus0: <System Management Bus> on ichsmb0
+smb0: <SMBus general purpose I/O> on smbus0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
@@ -63,6 +64,7 @@
unknown: <PNP0501> can't assign resources
unknown: <PNP0700> can't assign resources
unknown: <PNP0401> can't assign resources
+IP Filter: v3.4.13 initialized. Default = pass all, Logging = enabled
ad0: 14598MB <SAMSUNG SV1533D> [29660/16/63] at ata0-master UDMA66
acd0: CDROM <SAMSUNG CD-ROM SC-140> at ata1-master using PIO4
Mounting root from ufs:/dev/ad0s2a
--
Chris D. Faulhaber - [EMAIL PROTECTED] - [EMAIL PROTECTED]
--------------------------------------------------------
FreeBSD: The Power To Serve - http://www.FreeBSD.org
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message