| Summary: | [ACPI] [REGRESSION] 6.0-STABLE needs ACPI disabled but 5.4-RELEASE didn't | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Mark Hannon <markhannon> |
| Component: | i386 | Assignee: | freebsd-acpi (Nobody) <acpi> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 6.0-STABLE | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
Mark Hannon
2005-10-17 12:30:13 UTC
Hello,
One of my very old machines seems to suffer from the same problem 5.4 was
fine, but 6.0 only works with ACPI off. Below you can find dmesg for
the bootup sequence. I dont know the motherboard make and model butI
could open the box and find out if this is of use to you.
regards,
Patrick
Copyright (c) 1992-2005 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 6.0-STABLE #0: Thu Nov 10 14:59:10 UTC 2005
root@ws3.spacesurfer.com:/usr/obj/usr/src/sys/WS3_DEBUG
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) processor (750.03-MHz 686-class CPU)
Origin = "AuthenticAMD" Id = 0x642 Stepping = 2
Features=0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
AMD Features=0xc0440800<SYSCALL,<b18>,MMX+,3DNow+,3DNow>
real memory = 805240832 (767 MB)
avail memory = 782938112 (746 MB)
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
cpu0 on motherboard
pcib0: <Host to PCI bridge> pcibus 0 on motherboard
pir0: <PCI Interrupt Routing Table: 9 Entries> on motherboard
pci0: <PCI bus> on pcib0
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pci1: <PCI bus> on pcib1
$PIR: ROUTE_INTERRUPT failed.
pci1: <display, VGA> at device 0.0 (no driver attached)
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <VIA 82C686A UDMA66 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xa000-0xa00f at device 7.1 on pci0
ata0: <ATA channel 0> on atapci0
ata1: <ATA channel 1> on atapci0
pci0: <serial bus, USB> at device 7.2 (no driver attached)
pci0: <serial bus, USB> at device 7.3 (no driver attached)
viapropm0: SMBus I/O base at 0x5000
viapropm0: SMBus I/O base at 0x5000
viapropm0: <VIA VT82C686A Power Management Unit> port 0x5000-0x500f at device 7.4 on pci0
viapropm0: SMBus revision code 0x0
smbus0: <System Management Bus> on viapropm0
smb0: <SMBus generic I/O> on smbus0
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xac00-0xac7f mem 0xeb000000-0xeb00007f irq 10 at device 13.0 on pci0
miibus0: <MII bus> on xl0
xlphy0: <3c905C 10/100 internal PHY> on miibus0
xlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: Ethernet address: 00:01:02:af:71:7b
atapci1: <HighPoint HPT370 UDMA100 controller> port
0xb000-0xb007,0xb400-0xb403,0xb800-0xb807,0xbc00-0xbc03,0xc000-0xc0ff irq 11 at device 19.0 on pci0
ata2: <ATA channel 0> on atapci1
ata3: <ATA channel 1> on atapci1
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xc7fff,0xcd000-0xcd7ff on isa0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
unknown: <PNP0303> can't assign resources (port)
unknown: <PNP0c01> can't assign resources (memory)
unknown: <PNP0a03> can't assign resources (port)
Timecounter "TSC" frequency 750032364 Hz quality 800
Timecounters tick every 1.000 msec
ad4: 38166MB <Seagate ST340810A 3.60> at ata2-master UDMA100
ad5: 14649MB <IBM DTLA-307015 TX2OA60A> at ata2-slave UDMA100
ad6: 38166MB <Seagate ST340810A 3.60> at ata3-master UDMA100
ad7: 14649MB <IBM DTLA-307015 TX2OA60A> at ata3-slave UDMA100
Trying to mount root from ufs:/dev/ad5s1a
--
Patrick Mackinlay patrick@spacesurfer.com
http://patrick.spacesurfer.com/ tel: +44.7050699851
Yahoo messenger: patrick00_uk fax: +44.7050699852
SpaceSurfer Limited http://www.spacereg.com/
We need more details (such as a dmesg from 6.x and a dmesg from 5.4) to investigate further. Also, can you clarify what you mean by "doesn't install?" Does sysinstall not see any hard drives, does it not boot at all, does it boot part way and then hang, etc.? -- John Baldwin Responsible Changed From-To: freebsd-i386->freebsd-acpi The PR mentions acpi and also a workaround that disables acpi. Set the PR to the acpi guys to they can look into this. I also modified the Synopsis a bit to directly note that is going on. I'm sorry I no longer have FreeBSD installed on this machine. The
symptoms were a hang part way through the install (sysinstall would see
the drives etc). If I installed with ACPI off and then booted the
installed OS with it on again then I would get a hard hang within a
minute. Disabling ACPI helped, disabling the APIC also helped.
Regards/Mark
On Mon, 2006-10-16 at 12:53 -0400, John Baldwin wrote:
> We need more details (such as a dmesg from 6.x and a dmesg from 5.4) to
> investigate further. Also, can you clarify what you mean by "doesn't
> install?" Does sysinstall not see any hard drives, does it not boot at all,
> does it boot part way and then hang, etc.?
>
State Changed From-To: open->closed No longer able to test the box. |