On Mon, May 15, 2006 at 01:35:21PM +0200, Didier Wiroth wrote:
> Hello,
> For those who might be interested.
> Here is the azalia panic output:

seems like codec list is being misprobed or smth...
i think if you can compile it w/ "#define AZALIA_DEBUG" uncommented
in azalia.h you should get it figured out better.

> boot> boot bsd.azalia
> booting hd0a:bsd.azalia: 5039360+868208 [52+259584+241088]=0x61c9d8
> entry point at 0x200120*
> [ using 501096 bytes of bsd ELF symbol table ]
> Copyright (c) 1982, 1986, 1989, 1991, 1993
>         The Regents of the University of California.  All rights reserved.
> Copyright (c) 1995-2006 OpenBSD. All rights reserved.  http://www.OpenBSD.org
> 
> OpenBSD 3.9-current (GENERIC_AZALIA_NTFS) #1: Mon May 15 12:16:55 CEST 2006
>     [EMAIL PROTECTED]:/usr/src/sys/arch/i386/compile/GENERIC_AZALIA_NTFS
> cpu0: Genuine Intel(R) CPU L2400 @ 1.66GHz ("GenuineIntel" 686-class) 1.67 GHz
> cpu0: 
> FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,VMX,EST,TM2
> cpu0: Enhanced SpeedStep 1000 MHz (1244 mV): unknown EST cpu, no changes 
> possible
> real mem  = 2137419776 (2087324K)
> avail mem = 1942114304 (1896596K)
> using 4256 buffers containing 106975232 bytes (104468K) of memory
> mainbus0 (root)
> bios0 at mainbus0: AT/286+(25) BIOS, date 03/13/06, BIOS32 rev. 0 @ 0xfd690, 
> SMB
> IOS rev. 2.4 @ 0xe0010 (67 entries)
> bios0: LENOVO 17025PG
> pcibios0 at bios0: rev 2.1 @ 0xfd620/0x9e0
> pcibios0: PCI IRQ Routing Table rev 1.0 @ 0xfdea0/272 (15 entries)
> pcibios0: PCI Interrupt Router at 000:31:0 ("Intel 82371FB ISA" rev 0x00)
> pcibios0: PCI bus #6 is the last bus
> bios0: ROM list: 0xc0000/0xe400! 0xce800/0x1000 0xcf800/0x1000 
> 0xdc000/0x4000! 0
> xe0000/0x10000
> cpu0 at mainbus0
> pci0 at mainbus0 bus 0: configuration mode 1 (no bios)
> pchb0 at pci0 dev 0 function 0 "Intel 82945GM MCH" rev 0x03
> vga1 at pci0 dev 2 function 0 "Intel 82945GM Video" rev 0x03: aperture at 
> 0xee10
> 0000, size 0x10000000
> wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
> wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
> "Intel 82945GM Video" rev 0x03 at pci0 dev 2 function 1 not configured
> azalia0 at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x02: irq 11
> azalia0: host: High Definition Audio rev. 1.0
> azalia0: codec: Analog Devices AD1981HD (rev. 2.0)
> azalia0: codec: High Definition Audio rev. 1.0
> uvm_fault(0xd06f37e0, 0x0, 0, 1) -> e
> kernel: page fault trap, code=0
> Stopped at      0:uvm_fault(0xd06f37e0, 0x0, 0, 1) -> e
>       kernel: page fault trap, code=0
> Stopped at      db_read_bytes+0x14:     movb    0(%edx),%al
> ddb>
> 
> ddb> ps
>    PID   PPID   PGRP    UID  S       FLAGS  WAIT       COMMAND
> *    0     -1      0      0  7     0x80204             swapper
> 
> ddb> trace
> db_read_bytes(0,1,d0822ae4,2,0) at db_read_bytes+0x14
> db_get_value(0,1,0,d06249c3,0) at db_get_value+0x19
> db_disasm(0,0,d0326dd0,0,0) at db_disasm+0x1d
> db_print_loc_and_inst(0,d0822b9c,d0822bc4,d0822ba4,0) at 
> db_print_loc_and_inst+0x2d
> db_trap(6,0,d0822bc4,d0326e65,0) at db_trap+0x75
> kdb_trap(6,0,d0822c2c,0) at kdb_trap+0xab
> trap() at trap+0xa9
> --- trap (number 6) ---
> (null)(d2aa504c,2e9b,d0822cd8,d056d195) at 0
> azalia_attach_intr(d2aa5000,d06eb2c0,4,3adc7c,1) at azalia_attach_intr+0xb1
> azalia_pci_attach(d2a8ff00,d2aa5000,d0822d80,0,8000d800) at 
> azalia_pci_attach+0x16c
> config_attach(d2a8ff00,d06b0d98,d0822d80,d0472178) at config_attach+0xef
> pci_probe_device(d2a8ff00,8000d800,0,0,0) at pci_probe_device+0x135
> pci_enumerate_bus(d2a8ff00,0,0,0,0) at pci_enumerate_bus+0xef
> config_attach(d2a8efc0,d06b0aec,d0822e80,d0471f08) at config_attach+0xef
> mainbus_attach(0,d2a8efc0,0,0,d0822ef0) at mainbus_attach+0x1ce
> config_attach(0,d06b0ac8,0,0,d06f38c0) at config_attach+0xef
> config_rootfound(d0647a1c,0,d0822f38,d04441b1) at config_rootfound+0x27
> cpu_configure(0,1,3,0,0) at cpu_configure+0x24
> main(0,0,0,0,0) at main+0x352
> 

-- 
    paranoic mickey       (my employers have changed but, the name has remained)

Reply via email to