From owner-freebsd-bugs Tue May 28 4:51: 2 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 315CA37B406 for ; Tue, 28 May 2002 04:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4SBo2O91364; Tue, 28 May 2002 04:50:02 -0700 (PDT) (envelope-from gnats) Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id 6D6CF37B403 for ; Tue, 28 May 2002 04:43:49 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g4SBhnhG044939 for ; Tue, 28 May 2002 04:43:49 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g4SBhnKG044938; Tue, 28 May 2002 04:43:49 -0700 (PDT) Message-Id: <200205281143.g4SBhnKG044938@www.freebsd.org> Date: Tue, 28 May 2002 04:43:49 -0700 (PDT) From: Willem van Engen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/38658: fujitsu c4110 lifebook crashes on resume from acpi-suspend Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 38658 >Category: kern >Synopsis: fujitsu c4110 lifebook crashes on resume from acpi-suspend >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue May 28 04:50:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Willem van Engen >Release: current >Organization: >Environment: FreeBSD foo 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed May 22 23:45:37 CEST 2002 wvengen@foo:/slurp/.current/src/sys/i386/compile/DEBUG i386 >Description: When resuming from suspended mode (acpiconf -s 3), the kernel panics. Console output (dots to be replaced with values on lines between '----', so three crashes are shown here). Following are console output, dmesg and remote gdb session. Console output ************** ====== acpi_printcpu() debug dump ====== gdt[0077:c038d920] idt[0407:c03f2e40] ldt[0028] tr[0028] efl[00000086] eax[00001627] ebx[c3ff7880] ecx[00000001] edx[bfc00004] esi[00000000] edi[........] ebp[........] esp[........] cr0[8005003b] cr2[........] cr3[........] cr4[00000091] cs[0008] ds[0010] es[0010] fs[0018] gs[002f] ss[0010] ====== acpi_printcpu() debug dump ====== gdt[0077:c038d920] idt[0407:c03f2e40] ldt[0028] tr[0028] efl[00000002] eax[00000001] ebx[c3ff7880] ecx[00000001] edx[........] esi[00000000] edi[........] ebp[........] esp[........] cr0[8005003b] cr2[........] cr3[........] cr4[00000091] cs[0008] ds[0010] es[0010] fs[0018] gs[002f] ss[0010] Fatal trap 1: privileged instruction fault while in kernel mode instruction pointer = 0x.:0x........ stack pointer = 0x10:0xcdb38ae4 frame pointer = 0x10:0xc3ff6a80 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = ... (acpiconf) kernel: type 1 trap, code=0 Stopped at 0x........: movb $0x49,0(%edx) db> -------------------- edi[c879368c] ebp[cdb38ae0] esp[cdb37aa8] cr2[0813d000] cr3[068d1000] 2nd edx[cd926a3c] instruction pointer = 0x8:0xcdb38b0c Stopped at 0xcdb37b0c: movb $0x49,0(%edx) -------------------- edi[c8793cac] ebp[cd858ae0] esp[cd858aa8] cr2[280a63ac] cr3[079de000] 2nd edx[cd926a3c] instruction pointer = 0x8:0xcd858b0c Stopped at 0xcd858b0c: movb $0x49,0(%edx) -------------------- edi[c87938d8] ebp[cd856ae0] esp[cd856aac] cr2[279a63ac] cr3[0774c000] 2nd edx[ccf6a728] instruction pointer = 0x8:0xcd856b0c Stopped at 0xcd856b0c: movb $0x49,0(%edx) -------------------- remote gdb session ****************** [just resumed from suspended mode with next in gdb] Program received signal SIGTRAP, Trace/breakpoint trap. acpi_sleep_machdep(sc=0xc3ff7880, state=3) at /slurp/.current/src/sys/i386/acpica/acpi_wakeup.c:289 289: } (gdb) bt #0 acpi_sleep_machdep (sc=0xc3ff7880, state=3) at /slurp/.current/src/sys/i386/acpica/acpi_wakeup.c:289 #1 0xc0490b5f in acpi_SetSleepState (sc=0xc3ff7880, state=3) at /slurp/.current/src/sys/dev/acpica/acpi.c:1368 #2 0xc04912c6 in acpiioctl (dev=0x0, cmd=1, addr=0xc3ff7880 "", flag=3, td=0xccf6a728) at /slurp/.current/src/sys/dev/acpica/acpi.c:1743 #3 0xc01aa8b7 in spec_ioctl (ap=0xcd858b70) at ../../../fs/specfs/spec_vnops.c:319 #4 0xc01aa4d8 in spec_vnoperate (ap=0x4) at ../../../fs/specfs/spec_vnops.c:121 #5 0xc022a6ea in vn_ioctl (fp=0xc3ff6a80, com=3437861632, data=0xcd858c54 "\003", td=0xccf6a728) at vnode_if.h:357 #6 0xc01f5427 in ioctl (td=0xccf6a728, uap=0xcd858d10) at file.h:196 #7 0xc02f7414 in syscall (frame= {tf_fs = 47, tf_es = 47, tf_ds = 47, tf_edi = 3, tf_esi = 3, tf_ebp = -1077936840, tf_isp = -846885516, tf_ebx = 3, tf_edx = 0, tf_ecx = -1077936752, tf_eax = 54, tf_trapno = 12, tf_err = 2, tf_eip = 671768371, tf_cs = 31, tf_eflags = 531, tf_esp = -1077936868, tf_ss = 47}) at ../../../i386/i386/trap.c:1019 #8 0xc02e8d2d in syscall_with_err_pushed () at {standard input}:128 #9 0x080488a3 in ? () #10 0x080485f9 in ?? () (gdb) info frame Stack level 0, frame at 0xcd858ae0: eip = 0xc0499b49 in acpi_sleep_machdep (/slurp/.current/src/sys/i386/acpica/acpi_wakeup.c:289); saved eip 0xc0490b5f called by frame at 0xcd858b08 source language c. Arglist at 0xcd858ae0, args: sc=0xc3ff7880, state=3 Locals at 0xcd858ae0, Previous frame's sp is 0x0 Saved registers: ebx at 0xcd858ad4, ebp at 0xcd858ae0, esi at 0xcd858ad8, edi at 0xcd858adc, eip at 0xcd858ae4 (gdb) step [ Console prints the following: Fatal trap 1: privileged instruction fault while in kernel mode instruction pointer = 0x8:0xcd858b0c stack pointer = 0x10:0xcd858ae4 frame pointer = 0x10:0xc3ff6a80 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL 0 current process = 38 (acpiconf) ] Program received signal SIGTRAP, Trace/breakpoint trap. 0xcd858b0c in ? () (gdb) bt #0 0xcd858b0c in ? () (gdb) info frame Stack level 0, frame at 0xc3ff6a80: eip = 0xcd858b0c; saved eip 0x0 Arglist at 0xc3ff6a80, args: Locals at 0xc3ff6a80, Previous frame's sp is 0x0 Saved registers: ebp at 0xc3ff6a80, eip at 0xc3ff6a84 (gdb) Dmesg ***** Copyright (c) 1992-2002 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 5.0-CURRENT #0: Wed May 22 23:45:37 CEST 2002 wvengen@foo:/slurp/.current/src/sys/i386/compile/DEBUG ../../../vm/uma_core.c:1324: could sleep with "eventhandler" locked from ../../../kern/subr_eventhandler.c:162 ../../../vm/uma_core.c:1324: could sleep with "eventhandler" locked from ../../../kern/subr_eventhandler.c:162 Preloaded elf kernel "/boot/kernel/kernel" at 0xc04af000. Preloaded elf module "/boot/kernel/acpi.ko" at 0xc04af0a8. Calibrating clock(s) ... TSC clock: 331825506 Hz, i8254 clock: 1193165 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz CLK_USE_TSC_CALIBRATION not specified - using old calibration method Timecounter "TSC" frequency 331831498 Hz CPU: Pentium II/Pentium II Xeon/Celeron (331.83-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x66a Stepping = 10 Features=0x183f9ff real memory = 134131712 (130988K bytes) Physical memory chunk(s): 0x00001000 - 0x0009efff, 647168 bytes (158 pages) 0x004d6000 - 0x07fe2fff, 129028096 bytes (31501 pages) avail memory = 125349888 (122412K bytes) bios32: Found BIOS32 Service Directory header at 0xc00f6910 bios32: Entry = 0xfd7d6 (c00fd7d6) Rev = 0 Len = 1 pcibios: PCI BIOS entry at 0xfd7c0+0x240 pnpbios: Found PnP BIOS data at 0xc00f6860 pnpbios: Entry = f0000:b507 Rev = 1.0 Other BIOS signatures found: ../../../vm/uma_core.c:1324: could sleep with "sf_bufs list lock" locked from ../../../kern/uipc_syscalls.c:1578 ../../../vm/uma_core.c:1324: could sleep with "sf_bufs list lock" locked from ../../../kern/uipc_syscalls.c:1578 ../../../vm/uma_core.c:1324: could sleep with "sf_bufs list lock" locked from ../../../kern/uipc_syscalls.c:1578 null: random: mem: Pentium Pro MTRR support enabled pci_open(1): mode 1 addr port (0x0cf8) is 0x8000005c pci_open(1a): mode1res=0x80000000 (0x80000000) pci_cfgcheck: device 0 [class=060000] [hdr=00] is there (id=71908086) Using $PIR table, 6 entries at 0xc00fdf60 npx0: on motherboard npx0: INT 16 interface acpi0: on motherboard acpi0: power button is handled as a fixed feature programming model. ACPI timer looks BAD min = 2, max = 16777213, width = 16777212 ACPI timer looks BAD min = 1, max = 5, width = 5 ACPI timer looks BAD min = 1, max = 5, width = 5 ACPI timer looks BAD min = 2, max = 5, width = 4 ACPI timer looks BAD min = 2, max = 6, width = 5 ACPI timer looks BAD min = 2, max = 5, width = 4 ACPI timer looks BAD min = 2, max = 5, width = 4 ACPI timer looks BAD min = 1, max = 5, width = 5 ACPI timer looks BAD min = 1, max = 16777215, width = 16777215 ACPI timer looks BAD min = 2, max = 5, width = 4 Timecounter "ACPI-safe" frequency 3579545 Hz acpi_timer0: <24-bit timer at 3.579545MHz> port 0xff08-0xff0b on acpi0 acpi_cpu0: on acpi0 acpi_tz0: on acpi0 acpi_tz1: on acpi0 acpi_pcib0: port 0xcf8-0xcff on acpi0 pci0: physical bus=0 map[10]: type 3, range 32, base f8000000, size 26, enabled found-> vendor=0x8086, dev=0x7190, revid=0x03 bus=0, slot=0, func=0 class=06-00-00, hdrtype=0x00, mfdev=0 found-> vendor=0x8086, dev=0x7191, revid=0x03 bus=0, slot=1, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 found-> vendor=0x8086, dev=0x7110, revid=0x02 bus=0, slot=7, func=0 class=06-80-00, hdrtype=0x00, mfdev=1 map[20]: type 4, range 32, base 0000f090, size 4, enabled found-> vendor=0x8086, dev=0x7111, revid=0x01 bus=0, slot=7, func=1 class=01-01-80, hdrtype=0x00, mfdev=0 map[20]: type 4, range 32, base 0000f0a0, size 5, enabled found-> vendor=0x8086, dev=0x7112, revid=0x01 bus=0, slot=7, func=2 class=0c-03-00, hdrtype=0x00, mfdev=0 intpin=d, irq=9 map[90]: type 4, range 32, base 0000ff80, size 4, enabled found-> vendor=0x8086, dev=0x7113, revid=0x02 bus=0, slot=7, func=3 class=06-80-00, hdrtype=0x00, mfdev=0 map[10]: type 1, range 32, base fedf8000, size 15, enabled map[14]: type 4, range 32, base 0000f0c0, size 6, enabled map[18]: type 4, range 32, base 0000f08c, size 2, enabled found-> vendor=0x1073, dev=0x0010, revid=0x02 bus=0, slot=13, func=0 class=04-01-00, hdrtype=0x00, mfdev=0 intpin=a, irq=9 powerspec 1 supports D0 D2 D3 current D0 map[10]: type 1, range 32, base fedf7c00, size 8, enabled map[14]: type 4, range 32, base 0000f080, size 3, enabled map[18]: type 4, range 32, base 0000f400, size 8, enabled found-> vendor=0x11c1, dev=0x044a, revid=0x01 bus=0, slot=16, func=0 class=07-80-00, hdrtype=0x00, mfdev=0 intpin=a, irq=9 powerspec 2 supports D0 D2 D3 current D0 found-> vendor=0x104c, dev=0xac1c, revid=0x01 bus=0, slot=19, func=0 class=06-07-00, hdrtype=0x02, mfdev=1 intpin=a, irq=9 powerspec 1 supports D0 D1 D2 D3 current D0 found-> vendor=0x104c, dev=0xac1c, revid=0x01 bus=0, slot=19, func=1 class=06-07-00, hdrtype=0x02, mfdev=1 intpin=b, irq=9 powerspec 1 supports D0 D1 D2 D3 current D0 pci0: on acpi_pcib0 agp0: mem 0xf8000000-0xfbffffff at device 0.0 on pci0 agp0: allocating GATT for aperture of size 64M pcib1: at device 1.0 on pci0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xe000-0xefff pcib1: memory decode 0xfd000000-0xfecfffff pcib1: prefetched decode 0xfff00000-0xfffff pci1: physical bus=1 map[10]: type 1, range 32, base fd000000, size 24, enabled map[14]: type 4, range 32, base 0000e800, size 8, enabled map[18]: type 1, range 32, base fecfe000, size 12, enabled found-> vendor=0x1002, dev=0x4c4d, revid=0x64 bus=1, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=0 intpin=a, irq=9 powerspec 1 supports D0 D1 D2 D3 current D0 pci1: on pcib1 pci1: at device 0.0 (no driver attached) PCI-ISA bridge with incorrect subclass 0x80 PCI-ISA bridge with incorrect subclass 0x80 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf090-0xf09f at device 7.1 on pci0 ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0xf090 ata0: mask=03 ostat0=50 ostat2=00 ata0-master: ATAPI 00 00 ata0-slave: ATAPI 00 00 ata0: mask=03 stat0=50 stat1=00 ata0-master: ATA 01 a5 ata0: devices=01 ata0: at 0x1f0 irq 14 on atapci0 ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0xf098 ata1: mask=03 ostat0=50 ostat2=00 ata1-master: ATAPI 14 eb ata1-slave: ATAPI ff ff ata1: mask=03 stat0=00 stat1=00 ata1: devices=04 ata1: at 0x170 irq 15 on atapci0 pci0: at device 7.2 (no driver attached) intpm0: port 0xff80-0xff8f irq 9 at device 7.3 on pci0 intpm0: I/O mapped ff80 intpm0: intr IRQ 9 enabled revision 0 smbus0: on intsmb0 smb0: on smbus0 intpm0: PM I/O mapped ff00 pcm0: port 0xf08c-0xf08f,0xf0c0-0xf0ff mem 0xfedf8000-0xfedfffff irq 9 at device 13.0 on pci0 ds1: setmap (42000, 3de4), nseg=1, error=0 pcm0: ac97 codec id 0x414b4d02 (Asahi Kasei AK4543) pcm0: ac97 codec features headphone, 18 bit DAC, 18 bit ADC, 5 bit master volume, AKM 3D Audio ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0:fake" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0:fake" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0:fake" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0:fake" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0:fake" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/channel.c:677 pcm0: sndbuf_setmap 7b4e000, 1000; 0xc8e0d000 -> 7b4e000 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 pcm0: sndbuf_setmap 7b4c000, 1000; 0xc8e0b000 -> 7b4c000 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:2" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:2" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:2" locked from ../../../dev/sound/pcm/channel.c:677 pcm0: sndbuf_setmap 7b4a000, 1000; 0xcce89000 -> 7b4a000 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:2" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:3" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:3" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:3" locked from ../../../dev/sound/pcm/channel.c:677 pcm0: sndbuf_setmap 7b48000, 1000; 0xcce87000 -> 7b48000 ../../../vm/uma_core.c:1324: could sleep with "pcm0:play:3" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0:record:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:record:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:record:0" locked from ../../../dev/sound/pcm/channel.c:677 pcm0: sndbuf_setmap 7ae5000, 1000; 0xcce84000 -> 7ae5000 ../../../vm/uma_core.c:1324: could sleep with "pcm0:record:0" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 ../../../vm/uma_core.c:1324: could sleep with "pcm0:record:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:record:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0:record:1" locked from ../../../dev/sound/pcm/channel.c:677 pcm0: sndbuf_setmap 7ac3000, 1000; 0xcce82000 -> 7ac3000 ../../../vm/uma_core.c:1324: could sleep with "pcm0:record:1" locked from ../../../dev/sound/pcm/channel.c:677 ../../../vm/uma_core.c:1324: could sleep with "pcm0" locked from ../../../dev/sound/pcm/sound.c:134 pci0: at device 16.0 (no driver attached) pccbb0: irq 9 at device 19.0 on pci0 cardbus0: on pccbb0 pccard0: <16-bit PCCard bus> on pccbb0 pccbb1: irq 9 at device 19.1 on pci0 cardbus1: on pccbb1 pccard1: <16-bit PCCard bus> on pccbb1 acpi_acad0: on acpi0 acpi_cmbat0: on acpi0 acpi_lid0: on acpi0 acpi_button0: on acpi0 acpi_ec0: port 0x66,0x62 on acpi0 psmcpnp0 irq 12 on acpi0 atkbdc0: port 0x64,0x60 irq 1 on acpi0 atkbd0: flags 0x1 irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0047 atkbd: keyboard ID 0x54ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000 ../../../vm/uma_core.c:1324: could sleep with "rman" locked from ../../../kern/subr_rman.c:194 psm0: current command byte:0047 psm0: irq 12 on atkbdc0 psm0: model GlidePoint, device ID 0-00, 2 buttons psm0: config:00000000, flags:00000000, packet size:3 psm0: syncmask:c0, syncbits:00 sio0: irq maps: 0x1 0x11 0x1 0x1 sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1: irq maps: 0x1 0x9 0x1 0x1 sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A unknown: not probed (disabled) unknown: not probed (disabled) ppc0: using extended I/O port range ppc0: ECP SPP ECP+EPP SPP ppc0 port 0x778-0x77b,0x378-0x37f irq 7 drq 1 on acpi0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/15 bytes threshold plip0: on ppbus0 bpf: lp0 attached lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 fdc0: port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) unknown: not probed (disabled) ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it ppc: ppc0 already exists; skipping it sio: sio0 already exists; skipping it sio: sio1 already exists; skipping it Trying Read_Port at 203 Trying Read_Port at 243 Trying Read_Port at 283 Trying Read_Port at 2c3 Trying Read_Port at 303 Trying Read_Port at 343 Trying Read_Port at 383 Trying Read_Port at 3c3 sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: