| Summary: | Toshiba Satellite 2105CDS won't boot FreeBSD releases after 4.1R | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Joshua Coombs <predius> |
| Component: | i386 | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
After some heavy mucking, I was able to use a 4.1 install to fetch -STABLE from 11/7 and compile that. As long as I leave the pccard code out, it runs fine. As soon as I link the pccard code into the kernel, I get the exact same behavior as before with the GENERIC kernel. Joshua Coombs Tried using pcic_pci.c and pcic_pci.h from -CURRENT as suggested in the stable mailing list awhile back to see if the new ToPIC code would help, but unfortunatly I run into the exact same problems with it. Near as I can tell, if someone recalls there being any major changes in the pccard code between 4.1 and 4.1.1 that's what my problem is. Unfortuatly without some guidance from someone more experience at this point I'm stuck. Joshua Coombs State Changed From-To: open->feedback Have you tried more recent releases on this machine? State Changed From-To: feedback->closed Feedback timeout |
The laptop has no qualms about booting and running off of the generic kernel from 4.0-Rel and 4.1-Rel. Any attempt to try later kernels (via the released install floppies) results in the system locking when trying to mount the ramdisk or crashing mid device probing. It is consistant in how it crashes with each different version, ie 4.4 always hangs mounting the ramdisk after the kernel finishes probing devices. dmesg from 4.0 on the affected system: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-RELEASE #0: Mon Mar 20 22:50:22 GMT 2000 root@monster.cdrom.com:/usr/src/sys/compile/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D processor (400.91-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x58c Stepping = 12 Features=0x8021bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,PGE,MMX> AMD Features=0x80000800<SYSCALL,3DNow!> real memory = 167575552 (163648K bytes) avail memory = 158429184 (154716K bytes) Preloaded elf kernel "kernel" at 0xc03c0000. md0: Malloc disk npx0: <math processor> on motherboard npx0: INT 16 interface pcib0: <Host to PCI bridge> on motherboard pci0: <PCI bus> on pcib0 pci0: <unknown card> (vendor=0x11c1, dev=0x0441) at 7.0 irq 3 pci0: <S3 ViRGE MX graphics accelerator> at 8.0 pci0: <NEC uPD 9210 USB controller> at 11.0 irq 11 chip1: <ESS Technology Maestro 2E Audio controller> port 0xff00-0xffff irq 11 at device 12.0 on pci0 atapci0: <Unknown PCI ATA controller (generic mode)> port 0x1800-0x180f at device 16.0 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pcic-pci0: <Toshiba ToPIC97 PCI-CardBus Bridge> at device 19.0 on pci0 pcic-pci1: <Toshiba ToPIC97 PCI-CardBus Bridge> at device 19.1 on pci0 eisa0: <EISA bus> on motherboard eisa0: unknown card @@@0000 (0x00000000) at slot 1 isa0: <ISA bus> on motherboard fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: <keyboard controller (i8042)> at port 0x60-0x6f on isa0 atkbd0: <AT Keyboard> irq 1 on atkbdc0 psm0: <PS/2 Mouse> irq 12 on atkbdc0 psm0: model GlidePoint, device ID 0 vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: <System console> on isa0 sc0: VGA <16 virtual consoles, flags=0x200> pcic0: <Intel i82365> at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 10 pccard0: <PC Card bus -- kludge version> on pcic0 pccard1: <PC Card bus -- kludge version> on pcic0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1: configured irq 3 not in bitmap of probed irqs 0 ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0 ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/8 bytes threshold ppi0: <Parallel I/O> on ppbus0 lpt0: <Printer> on ppbus0 lpt0: Interrupt-driven port plip0: <PLIP network interface> on ppbus0 isa_compat: didn't get irq for lnc ad0: 4126MB <TOSHIBA MK4313MAT> [8944/15/63] at ata0-master using BIOSDMA acd0: CDROM <CD-224E-B> at ata1-master using PIO4 Mounting root from ufs:/dev/ad0s1a How-To-Repeat: Use the standard boot floppies from 4.0 or 4.1 to see a clean boot, use any later releases to observe the various failure modes.