9.0-STABLE custom kernel interrupt storm irq10

2012-01-07 Thread Bas Smeelen
Hi all,

After updating the sources to 9.0-STABLE and building a custom kernel I
get a interrupt storm on irq10, from messages I get that different devices use 
irq10.
It starts after loading ums0 and wlan0 and ath0 times out then.

Rebuilding the GENERIC kernel en booting does not give this interrupt
storm.

In the messages from GENERIC I see that the devices sing irq10 with the custom 
kernel 
use different irq,s

What device or option did I comment out in the custom kernel that
triggers this?

In /etc/make.conf I have
MODULES_OVERRIDE= cd9660 cd9660_iconv msdosfs msdosfs_iconv linux linprocfs
so only the modules I (might) use are being build.

The uname -a without this problem
$ uname -a
FreeBSD mpw 9.0-STABLE FreeBSD 9.0-STABLE #0: Sat Jan  7 12:41:51 CET
2012 root@mpw:/usr/obj/usr/src/sys/GENERIC  i386

$ vmstat -i
interrupt  total   rate
irq1: atkbd01793  2
irq9: acpi021373 27
irq14: ata010404 13
irq18: ath0 uhci2  17219 22
irq19: uhci1   10129 13
irq20: hpet0 cbb0 156521202
irq23: uhci0 ehci0 2  0
irq256: hdac0   2020  2
Total 219461283

This is with the GENERIC kernel, nothing is using irq10.
Below you find output of pciconf, the custom kernel config and output of
messages. Thanks in advance

$ pciconf -lv
hostb0@pci0:0:0:0:  class=0x06 card=0x01101025
chip=0x27a08086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation'
device = 'Mobile 945GM/PM/GMS, 943/940GML and 945GT Express
Memory Controller Hub' class  = bridge
subclass   = HOST-PCI
vgapci0@pci0:0:2:0: class=0x03 card=0x01101025
chip=0x27a28086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation'
device = 'Mobile 945GM/GMS, 943/940GML Express Integrated
Graphics Controller' class  = display
subclass   = VGA
vgapci1@pci0:0:2:1: class=0x038000 card=0x01101025
chip=0x27a68086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation'
device = 'Mobile 945GM/GMS/GME, 943/940GML Express Integrated
Graphics Controller' class  = display
hdac0@pci0:0:27:0:  class=0x040300 card=0x01101025
chip=0x27d88086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation'
device = 'N10/ICH 7 Family High Definition Audio Controller'
class  = multimedia
subclass   = HDA
pcib1@pci0:0:28:0:  class=0x060400 card=0x01101025
chip=0x27d08086 rev=0x02 hdr=0x01 vendor = 'Intel Corporation'
device = 'N10/ICH 7 Family PCI Express Port 1'
class  = bridge
subclass   = PCI-PCI
pcib2@pci0:0:28:1:  class=0x060400 card=0x01101025
chip=0x27d28086 rev=0x02 hdr=0x01 vendor = 'Intel Corporation'
device = 'N10/ICH 7 Family PCI Express Port 2'
class  = bridge
subclass   = PCI-PCI
pcib3@pci0:0:28:2:  class=0x060400 card=0x01101025
chip=0x27d48086 rev=0x02 hdr=0x01 vendor = 'Intel Corporation'
device = 'N10/ICH 7 Family PCI Express Port 3'
class  = bridge
subclass   = PCI-PCI
uhci0@pci0:0:29:0:  class=0x0c0300 card=0x01101025
chip=0x27c88086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation'
device = 'N10/ICH 7 Family USB UHCI Controller'
class  = serial bus
subclass   = USB
uhci1@pci0:0:29:1:  class=0x0c0300 card=0x01101025
chip=0x27c98086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation'
device = 'N10/ICH 7 Family USB UHCI Controller'
class  = serial bus
subclass   = USB
uhci2@pci0:0:29:2:  class=0x0c0300 card=0x01101025
chip=0x27ca8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation'
device = 'N10/ICH 7 Family USB UHCI Controller'
class  = serial bus
subclass   = USB
uhci3@pci0:0:29:3:  class=0x0c0300 card=0x01101025
chip=0x27cb8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation'
device = 'N10/ICH 7 Family USB UHCI Controller'
class  = serial bus
subclass   = USB
ehci0@pci0:0:29:7:  class=0x0c0320 card=0x01101025
chip=0x27cc8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation'
device = 'N10/ICH 7 Family USB2 EHCI Controller'
class  = serial bus
subclass   = USB
pcib4@pci0:0:30:0:  class=0x060401 card=0x01101025
chip=0x24488086 rev=0xe2 hdr=0x01 vendor = 'Intel Corporation'
device = '82801 Mobile PCI Bridge'
class  = bridge
subclass   = PCI-PCI
isab0@pci0:0:31:0:  class=0x060100 card=0x01101025
chip=0x27b98086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation'
device = '82801GBM (ICH7-M) LPC Interface Bridge'
class  = bridge
subclass   = PCI-ISA
atapci0@pci0:0:31:1:class=0x01018a card=0x01101025
chip=0x27df8086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation'
device = '82801G (ICH7 Family) IDE Controller'
class  = mass storage
subclass   = ATA

Re: 9.0-STABLE custom kernel interrupt storm irq10

2012-01-07 Thread Bas Smeelen
On Sat, 7 Jan 2012 13:17:01 +0100
Bas Smeelen b.smee...@ose.nl wrote:

 Hi all,
 
 After updating the sources to 9.0-STABLE and building a custom kernel
 I get a interrupt storm on irq10, from messages I get that different
 devices use irq10. It starts after loading ums0 and wlan0 and ath0
 times out then.

I guess 
device apic
is mandatory



Disclaimer: http://www.ose.nl/email

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org