Date: Mon, 12 Jun 2006 13:58:33 -0400 From: John Baldwin <jhb@freebsd.org> To: Lars =?iso-8859-1?q?K=F6ller?= <lars.koeller@uni-bielefeld.de> Cc: freebsd-acpi@freebsd.org, Lars Koeller <lkoeller@freebsd.org> Subject: Re: Bug Report kern/98694 (please help) Message-ID: <200606121358.33702.jhb@freebsd.org> In-Reply-To: <200606091442.k59EgWT14574@rayadm.hrz.uni-bielefeld.de> References: <200606091442.k59EgWT14574@rayadm.hrz.uni-bielefeld.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 09 June 2006 10:42, Lars K=F6ller wrote: > ---------- >=20 > Hi John, >=20 > thanks for your help! >=20 > In reply to John Baldwin who wrote: > =20 > > > Sophos only supports FBSD 5 now, so we have no posibility to play aro= und > > > with 6.1. > > >=20 > > > It would be very nice if someone could give us som support, to fix th= e=20 > > problem. > > >=20 > > > Many thanks and best regards > >=20 > > The clock handling changes in 6 that would fix your problem are too big= to=20 > > backport to 5.x I'm afraid. I can look at your panic in the non-ACPI c= ase=20 if=20 >=20 > O.k. as stated above, it's not an option for us cause of the sophos=20 > support. No hotfix possible? ;-) No, not really. You'd be much better off using compat5x on 6.1 to run soph= os. > > you can capture a dmesg with ACPI disabled (including the panic message= s)=20 > > over a serial console. >=20 > No problem comming soon ...... >=20 > Copyright (c) 1992-2006 The FreeBSD Project. = =20 > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. > FreeBSD 5.5-RELEASE-p1 #3: Tue Jun 6 15:52:17 CEST 2006 > root@pmx2.hrz.uni-bielefeld.de:/opt/tmp/obj/usr/src/sys/PMX > Timecounter "i8254" frequency 1193182 Hz quality 0 > CPU: Intel(R) Xeon(TM) CPU 2.40GHz (2400.10-MHz 686-class CPU) > Origin =3D "GenuineIntel" Id =3D 0xf27 Stepping =3D 7 > =20 =46eatures=3D0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PG= E,MCA,C > MOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE> > Hyperthreading: 2 logical CPUs > real memory =3D 2147483648 (2048 MB) > avail memory =3D 2095943680 (1998 MB) > MPTable: <FSCD1409 PRIMERGY > > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > cpu0 (BSP): APIC ID: 6 > cpu1 (AP): APIC ID: 0 > ioapic0: Assuming intbase of 0 > ioapic1: Assuming intbase of 16 > ioapic0 <Version 1.1> irqs 0-15 on motherboard > ioapic1 <Version 1.1> irqs 16-31 on motherboard > npx0: <math processor> on motherboard > npx0: INT 16 interface > cpu0 on motherboard > cpu1 on motherboard > pcib0: <MPTable Host-PCI bridge> pcibus 0 on motherboard > pci0: <PCI bus> on pcib0 > pci0: <display, VGA> at device 4.0 (no driver attached) > atapci0: <ServerWorks CSB6 UDMA100 controller> port=20 0x1400-0x140f,0x376,0x170-0x > 177,0x3f6,0x1f0-0x1f7 at device 15.1 on pci0 > ata0: channel #0 on atapci0 > ata1: channel #1 on atapci0 > ohci0: <OHCI (generic) USB controller> mem 0xf8021000-0xf8021fff irq 9 at= =20 device > 15.2 on pci0 > usb0: OHCI version 1.0, legacy support > usb0: SMM does not respond, resetting > usb0: <OHCI (generic) USB controller> on ohci0 > usb0: USB revision 1.0 > uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > uhub0: 4 ports with 4 removable, self powered > isab0: <PCI-ISA bridge> at device 15.3 on pci0 > isa0: <ISA bus> on isab0 > pcib3: <MPTable Host-PCI bridge> pcibus 3 on motherboard > pci3: <PCI bus> on pcib3 > asr0: <Adaptec Caching SCSI RAID> mem=20 0xfc000000-0xfdffffff,0xfb000000-0xfbfffff > f,0xfa500000-0xfa5fffff irq 24 at device 8.0 on pci3 > asr0: ADAPTEC 2010S FW Rev. FS11, 2 channel, 256 CCBs, Protocol I2O > pcib4: <ServerWorks host to PCI bridge(unknown chipset)> pcibus 4 on=20 motherboard > pir0: <PCI Interrupt Routing Table: 16 Entries> on motherboard > $PIR: BIOS IRQ 24 for 3.8.INTA is not valid for link 0x18 > pci4: <PCI bus> on pcib4 >=20 >=20 > Fatal trap 9: general protection fault while in kernel mode > cpuid =3D 0; apic id =3D 06 > instruction pointer =3D 0x58:0x3a73 > stack pointer =3D 0x10:0xeda > frame pointer =3D 0x10:0xf16 > code segment =3D base 0xc00f0000, limit 0xffff, type 0x1b > =3D DPL 0, pres 1, def32 0, gran 0 > processor eflags =3D interrupt enabled, resume, IOPL =3D 0 > current process =3D 0 (swapper) > trap number =3D 9 > panic: general protection fault > cpuid =3D 0 > Uptime: 1s > Automatic reboot in 15 seconds - press a key on the console to abort >=20 >=20 > Have a nice weekend Hmm, this is a panic inside your BIOS. :( Generally these are rather hard = to=20 debug. =2D-=20 John Baldwin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606121358.33702.jhb>