Re: [panic] panic during probe with a gcc 3.1 kernel

2002-05-12 Thread Ollivier Robert

According to Steve Kargl:
> I reported this earlier today.  I had
> hint.acpi.0.disable="1"
> in /boot/loader.conf to disable ACPI.
> If I comment out this hint, the system
> boots, but I end up with the following in dmesg.

Right, but if I want to be able to suspend / resume my laptop, I *need* to use
APM and not ACPI. So I'm fscked up...
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: [panic] panic during probe with a gcc 3.1 kernel

2002-05-11 Thread Steve Kargl

On Sun, May 12, 2002 at 01:28:29AM +0200, Ollivier Robert wrote:
> I just tried to compile and boot a new kernel. It has been compiled with
> gcc 3.1, just recently imported. Having -march=pentiumpro or not doesn't
> change anything.
> 
> I load 3 modules (if_wi, random, vesa).
> 
> It panics during probe inside bios16... Any idea?
> 
> ddb> trace
> bios16
> pnpbios_identify
> bus_generic_probe
> isa_probe_children
> configure
> mi_startup
> begin
> 

I reported this earlier today.  I had
hint.acpi.0.disable="1"
in /boot/loader.conf to disable ACPI.
If I comment out this hint, the system
boots, but I end up with the following in dmesg.

Using $PIR table, 9 entries at 0xc00f1720
  ACPI-0224: *** Warning: Invalid table signature \M-0\M^Q\M-~\M-G found
  ACPI-0181: *** Error: AcpiLoadTables: Could not load RSDT: AE_BAD_SIGNATURE
  ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: AE_BAD_SIGNATURE
ACPI: table load failed: AE_BAD_SIGNATURE

-- 
Steve

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



[panic] panic during probe with a gcc 3.1 kernel

2002-05-11 Thread Ollivier Robert

I just tried to compile and boot a new kernel. It has been compiled with
gcc 3.1, just recently imported. Having -march=pentiumpro or not doesn't
change anything.

I load 3 modules (if_wi, random, vesa).

May 12 01:16:21 sidhe kernel: cardbus0:  on pccbb0
May 12 01:16:21 sidhe kernel: pccard0: <16-bit PCCard bus> on pccbb0
May 12 01:16:21 sidhe kernel: pci_cfgintr_linked: linked (61) to hard-routed irq 9
May 12 01:16:21 sidhe kernel: pci_cfgintr: 0:12 INTA routed to irq 9
May 12 01:16:21 sidhe kernel: 
May 12 01:16:21 sidhe kernel: 
May 12 01:16:21 sidhe kernel: Fatal trap 21: FPU bounds check fault while in kernel 
mode
May 12 01:16:21 sidhe kernel: instruction pointer   = 0x8:0xc023e56c
May 12 01:16:21 sidhe kernel: stack pointer = 0x10:0xc039ac60
May 12 01:16:21 sidhe kernel: frame pointer = 0x10:0xc039ac7c
May 12 01:16:21 sidhe kernel: code segment  = base 0x0, limit 0xf, 
type 0x1b
May 12 01:16:21 sidhe kernel: = DPL 0, pres 1, def32 1, gran 1
May 12 01:16:21 sidhe kernel: processor eflags  = interrupt enabled, IOPL = 0
May 12 01:16:21 sidhe kernel: current process   = 0 (swapper)

It panics during probe inside bios16... Any idea?

ddb> trace
bios16
pnpbios_identify
bus_generic_probe
isa_probe_children
configure
mi_startup
begin

-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 5.0-CURRENT #80: Sun Jun  4 22:44:19 CEST 2000

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message