Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2002 04:43:12 -0700 (PDT)
From:      Willem van Engen <wvengen+pr@stack.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/38657: fujitsu c4110 lifebook crashes on resume from acpi-suspend
Message-ID:  <200205281143.g4SBhCIx044846@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         38657
>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<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
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: <null device, zero device>
random: <entropy source>
mem: <memory & I/O>
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: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <FUJ    RAINIER > 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: <CPU> on acpi0
acpi_tz0: <thermal zone> on acpi0
acpi_tz1: <thermal zone> on acpi0
acpi_pcib0: <Host-PCI bridge> 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: <PCI bus> on acpi_pcib0
agp0: <Intel 82443BX (440 BX) host to PCI bridge> mem 0xf8000000-0xfbffffff at device 0.0 on pci0
agp0: allocating GATT for aperture of size 64M
pcib1: <PCI-PCI bridge> 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: <PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
PCI-ISA bridge with incorrect subclass 0x80
PCI-ISA bridge with incorrect subclass 0x80
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 ATA33 controller> 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: <serial bus, USB> at device 7.2 (no driver attached)
intpm0: <Intel 82371AB Power management controller> port 0xff80-0xff8f irq 9 at device 7.3 on pci0
intpm0: I/O mapped ff80
intpm0: intr IRQ 9 enabled revision 0
smbus0: <System Management Bus> on intsmb0
smb0: <SMBus generic I/O> on smbus0
intpm0: PM I/O mapped ff00 
pcm0: <Yamaha DS-1E (YMF744)> 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: <simple comms> at device 16.0 (no driver attached)
pccbb0: <TI1225 PCI-CardBus Bridge> irq 9 at device 19.0 on pci0
cardbus0: <CardBus bus> on pccbb0
pccard0: <16-bit PCCard bus> on pccbb0
pccbb1: <TI1225 PCI-CardBus Bridge> irq 9 at device 19.1 on pci0
cardbus1: <CardBus bus> on pccbb1
pccard1: <16-bit PCCard bus> on pccbb1
acpi_acad0: <AC adapter> on acpi0
acpi_cmbat0: <Control method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_ec0: <embedded controller> port 0x66,0x62 on acpi0
psmcpnp0 irq 12 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> 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: <PS/2 Mouse> 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: <PLIP network interface> on ppbus0
bpf: lp0 attached
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
fdc0: <enhanced floppy controller (i82077, NE72065 or clone)> 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: <Option ROM> at iomem 0xc0000-0xcffff on isa0
adv0 failed to probe on isa0
aha0 failed to probe on isa0
aic0 failed to probe on isa0
bt0 failed to probe on isa0
cs0 failed to probe at port 0x300 on isa0
ed0 failed to probe at port 0x280 iomem 0xd8000 irq 10 on isa0
fe0 failed to probe at port 0x300 on isa0
ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0
le0 failed to probe at port 0x300 iomem 0xd0000 irq 5 on isa0
lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0
pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
pcic1: not probed (disabled)
pmtimer0 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0 failed to probe at port 0x300 irq 10 on isa0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x7007f
fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
fb0: init mode:24, bios mode:3, current mode:24
fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
vga0: vga: WARNING: video mode switching is not fully supported on this adapter
VGA parameters upon power-up
50 18 10 00 00 00 03 00 02 27 6b 4f 4f 8f 5c 8c 
aa 1f 00 4f 0d 0e 00 00 07 80 90 83 8f 28 1f 8f 
ab a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
VGA parameters in BIOS for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
EGA/VGA parameters to be used for mode 24
50 18 10 00 00 00 03 00 02 27 6b 4f 4f 8f 5c 8c 
aa 1f 00 4f 0d 0e 00 00 07 80 90 83 8f 28 1f 8f 
ab a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
vt0 failed to probe on isa0
isa_probe_children: probing PnP devices
BIOS Geometries:
 0:022def3f 0..557=558 cylinders, 0..239=240 heads, 1..63=63 sectors
 0 accounted for
Device configuration finished.
procfs registered
Timecounters tick every 10.000 msec
bpf: lo0 attached
bpf: ppp0 attached
acpi_cpu0: set speed to 100.0%
acpi_cpu: CPU throttling enabled, 8 steps from 100% to 12.5%
acpi_acad0: On Line
../../../vm/uma_core.c:1324: could sleep with "pccbb0" locked from ../../../dev/pccbb/pccbb.c:891
pccard0: CIS version PC Card Standard 5.0
pccard0: CIS info: Xircom, Ethernet Adapter, RE-10, 1.00
pccard0: Manufacturer code 0x105, product 0x10a
pccard0: function 0: network adapter, ccr addr 800 mask 3
pccard0: function 0, config table entry 1: I/O card; irq mask 8ebc; iomask 4, iospace 0-f; memspace 0-fff; powerdown
../../../vm/uma_core.c:1324: could sleep with "pccbb0" locked from ../../../dev/pccbb/pccbb.c:891
../../../vm/uma_core.c:1324: could sleep with "pccbb0" locked from ../../../dev/pccbb/pccbb.c:891
xe0: <Xircom CreditCard 10/100 Ethernet> at port 0x100-0x10f irq 9 function 0 config 1 on pccard0
../../../vm/uma_core.c:1324: could sleep with "pccbb0" locked from ../../../dev/pccbb/pccbb.c:891
xe0: Xircom CE3, bonding version 0x45, 100Mbps capable
xe0: DingoID = 0x444b, RevisionID = 0x1, VendorID = 0
xe0: Ethernet address 00:10:a4:ff:9d:44
../../../vm/uma_core.c:1324: could sleep with "pccbb0" locked from ../../../dev/pccbb/pccbb.c:891
../../../vm/uma_core.c:1324: could sleep with "pccbb0" locked from ../../../dev/pccbb/pccbb.c:891
../../../vm/uma_core.c:1324: could sleep with "pccbb0" locked from ../../../dev/pccbb/pccbb.c:891
bpf: xe0 attached
ad0: success setting UDMA2 on Intel chip
Creating DISK ad0
ar: FreeBSD check1 failed
ad0: <FUJITSU MHF2043AT/A521> ATA-4 disk at ata0-master
ad0: 4126MB (8452080 sectors), 8944 C, 15 H, 63 S, 512 B
ad0: 16 secs/int, 1 depth queue, UDMA33
ad0: piomode=4 dmamode=2 udmamode=2 cblid=0
ata1-master: piomode=4 dmamode=2 udmamode=-1 dmaflag=1
ata1-master: success setting PIO4 on generic chip
acd0: <TOSHIBA CD-ROM XM-1902B/1F16> CDROM drive at ata1 as master
acd0: read 4134KB/s (34515KB/s), 128KB buffer, PIO4
acd0: Reads: CD-R, CD-RW, CD-DA stream
acd0: Writes:
acd0: Audio: play, 16 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
Mounting root from ufs:/dev/ad0s1a
ad0s1: type 0xa5, start 63, end 
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205281143.g4SBhCIx044846>