| Summary: | [f: 4.4] pcic detection causes Fatal trap 12 under 4.4-RC | ||
|---|---|---|---|
| Product: | Base System | Reporter: | jedgar <jedgar> |
| Component: | kern | Assignee: | Warner Losh <imp> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
jedgar
2001-08-25 04:00:00 UTC
Responsible Changed From-To: freebsd-bugs->imp Over to Mr. Laptop On Fri, Aug 24, 2001 at 10:57:45PM -0400, Chris D.Faulhaber wrote: > > >Number: 30065 > >Category: kern > Update: with the updated ISA routing commit(s) and setting hw.pcic.intr_path=1 and hw.pcic.irq=0, the system now boots. After syncing world everything seems to attach properly except that the network card does not seem to function, only returns timeouts. Diff of the 20010810 working dmesg and dmesg from this morning (custom kernel) follows: -FreeBSD 4.3-20010810-STABLE #0: Fri Aug 10 14:22:39 GMT 2001 - root@usw3.freebsd.org:/usr/src/sys/compile/GENERIC +FreeBSD 4.4-RC #0: Sun Aug 26 08:49:56 EDT 2001 + jedgar@droopy.wanmine.com:/usr/src/sys/compile/DROOPY ... -pcic-pci0: <TI PCI-1131 PCI-CardBus Bridge> at device 10.0 on pci0 -pcic-pci0: TI113X PCI Config Reg: [clkrun irq 12][speaker enable][CSC serial isa irq] -pcic-pci1: <TI PCI-1131 PCI-CardBus Bridge> at device 10.1 on pci0 -pcic-pci1: TI113X PCI Config Reg: [clkrun irq 12][speaker enable][CSC serial isa irq] +pcic0: <TI PCI-1131 PCI-CardBus Bridge> at device 10.0 on pci0 +pcic0: PCI Memory allocated: 0x44000000 +pcic0: Polling mode +pcic0: TI113X PCI Config Reg: [clkrun irq 12][speaker enable][CSC serial isa irq] +pccard0: <PC Card bus (classic)> on pcic0 +pcic1: <TI PCI-1131 PCI-CardBus Bridge> at device 10.1 on pci0 +pcic1: PCI Memory allocated: 0x44001000 +pcic1: Polling mode +pcic1: TI113X PCI Config Reg: [clkrun irq 12][speaker enable][CSC serial isa irq] +pccard1: <PC Card bus (classic)> on pcic1 ... -pcic0: <Intel i82365SL-DF> at port 0x3e0 iomem 0xd0000 on isa0 -pcic0: Polling mode -pccard0: <PC Card bus (classic)> on pcic0 -pccard1: <PC Card bus (classic)> on pcic0 ... ed1 at port 0x300-0x31f irq 3 slot 0 on pccard0 -ed1: address 00:e0:98:04:d5:68, type Linksys (16 bit) +ed0 at port 0x300-0x31f irq 11 slot 0 on pccard0 +ed0: address 00:e0:98:04:d5:68, type Linksys (16 bit) lxtphy0: <LXT970 10/100 media interface> on miibus0 lxtphy0: 100baseFX, 100baseFX-FDX, 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto -ed1: device timeout +ed0: device timeout +ed0: device timeout Unfortunately the old kernel with a newer pccardd will not properly attach the network card: droopy# pccard: card inserted, slot 0 Aug 26 12:58:53 droopy /kernel.GENERIC: pccard: card inserted, slot 0 Aug 26 12:58:53 droopy /kernel.GENERIC: pccard: card inserted, slot 0 Aug 26 12:58:59 droopy pccardd[219]: Card "Linksys"("EtherFast 10/100 PC Card (PCMPC100)") [] [(null)] matched "Linksys" ("/Ether[Ff]ast 10/100 PC Card \(PCMPC100.*\)/") [(null)] [(null)] Aug 26 12:58:59 droopy pccardd[219]: Card "Linksys"("EtherFast 10/100 PC Card (PCMPC100)") [] [(null)] matched "Linksys" ("/Ether[Ff]ast 10/100 PC Card \(PCMPC100.*\)/") [(null)] [(null)] Aug 26 12:58:59 droopy pccardd[219]: Card "Linksys"("EtherFast 10/100 PC Card (PCMPC100)") [] [(null)] matched "Linksys" ("/Ether[Ff]ast 10/100 PC Card \(PCMPC100.*\)/") [(null)] [(null)] Aug 26 12:58:59 droopy pccardd[219]: Failed to allocate IRQ for Linksys Aug 26 12:58:59 droopy pccardd[219]: Failed to allocate IRQ for Linksys Aug 26 12:58:59 droopy pccardd[219]: Failed to allocate IRQ for Linksys So I am stuck with cut'n'pasting this over serial. --- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org I have the same ata controller and I see the same thing (Fatal trap 12 under 4.4-RC) on a desktop. I have many crash dumps, from GENERIC, GENERIC with the olicom t/r adapter, and a stripped down version. I can do any diagnosis anyone would like. The hardware is dell optiplex GX1, 500 mhz. I'm going to look for a bios update now. Thanks for your time. Geff P.S. Sorry about the Outlook express thing. I was hope submit follup wouldn't make me configure this thing just to send one email. :) ----- atapci0: <Intel PIIX4 ATA33 controller> port 0xffa0-0xffaf at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 State Changed From-To: open->closed jedgar says that I fixed this. |