Jan Stary wrote:
Jan Stary wrote:
/bsd panics when booting when ACPI is enabled; boots and works just fine
once ACPI is disabled (via UKC). See full dmesgs below.


What puzzles me is that /bsd.rd (who does the install) has ACPI enabled,
yet runs fine - unlike the /bsd that in installs (see the full dmesg
of bsd.rd below, too):

Looking at the differing ACPI and cpu lines in the dmesgs
of /bsd and /bsd.rd, I see that /bsd has more ACPI parts
(lines missing from a full diff, obviously):

Could it be that one of these (acpicpu, acpibat, ...) that /bsd has
but /bsd.rd has not makes /bsd panic while booting? Is there any
point in trying to disable them one after another in UKC?


On Jan 22 14:28:24, Pawlowski Marcin Piotr wrote:
I've HP ELiteBook 2530p and I'm having panic too when using kernel
with acpi. While I was tracing that I've found that kernel with
disabled acpiec works

I don't know if that would help in Your's case but it's worth trying.


Thank you Marcin, acpiec was the guilty one.
Below is a dmesg of -current with acpiec diabled that boots fine.

As man acpiec says,
        On many systems which have an acpiec device, other ACPI
        devices such as acpiac(4), acpibat(4), and acpitz(4)
        implicitly depend on the acpiec device.

and indeed, my acpibat and acpiac are confused
(battery is in fact present, and AC is not online just now):

        acpibat0 at acpi0: BAT0 not present
        acpibat1 at acpi0: BAT1 not present
        acpiac0 at acpi0: AC unit online

With acpi enabled, I can run apmd now.  Runs fine, except
that it is confused about AC and the battery, understandably.
apm -A, -C, -L, -H all work; -S (standby) and -z (suspend)
do nothing, though.

Also, after disabling acpiec, my processor's C3 state is back:

        acpicpu0 at acpi0: C3, C2, C1, PSS
        acpicpu1 at acpi0: C3, C2, C1, PSS


Is there anything I can do to help find out what
exactly is wrong with acpiec on this machine?

Try to get trace while in ddb mode after panic...
And I think that kernel wit ACPI_DEBUG option would be good place to start tracking that bug...

If acpidump is working for You that would be helpful too (in my case
it's coredumping).

Cheers,
pmp

P.S.
As it is with my Elitebook:
I'm getting kernel protection fault:

copyvalue: 1f5480Store to default type! 1eeb80

743e Called: \_SB_.PCI0.LPCB.EC0_.RPPC
local0:  0xffff800000201788 cnt:01 stk:60 integer:2
local1:  0xffff800000201b88 cnt:01 stk:61 integer:0
local2:  0xffff800000204208 cnt:02 stk:62 objref: 0xffff8000001dfd88 index:0 
opcode:CondRef
kernel: protection fault trap, code=0
Stopped at    aml_nodename+0x22:    movq    0(%rdi),%rdi

And this is trace:
aml_nodename() at aml_nodename+0x22
aml_showvalue() at aml_showvalue+0x32d
aml_die() at aml_die+0x18c
aml_xstore() at aml_xstore+0x1d5
aml_xparse() at aml_xparse+0x6c7
aml_xeval() at aml_xeval+0x135
aml_xparse() at aml_xparse+0x5fe
aml_xeval() at aml_xeval+0x135
aml_evalnode() at aml_evalnode+0x6b
acpiec_gpehandler() at acpiec_gpehandler+0xa6
acpi_isr_thread() at acpi_isr_thread+0x182
end trace frame: 0x0, count: -11

his is part of dmesg output with ACPI_DEBUG turned on:

pr: Add 1d6 aac = c82
aml_evalexpr: LLess c82 b4c = 0
quick: 15bb [LLess] alloc return integer = 0x0
aml_evalexpr: LEqual 0 0 = 1
quick: 15e5 [LEqual] alloc return integer = 0x1
parse-if @ 15e3
aml_evalexpr: LGreater c82 c5a = 1
quick: 15eb [LGreater] alloc return integer = 0x1
parse-if @ 15e9
GTTP acquires mutex THER
aml_evalexpr: ShiftLeft 1 0 = 1
quick: 1614 [ShiftLeft] alloc return integer = 0x1
aml_evalexpr: And 1 1 = 1
quick: 161d [And] alloc return integer = 0x1
parse-if @ 161a
aml_evalexpr: LEqual 0 0 = 1
quick: 1626 [LEqual] alloc return integer = 0x1
parse-if @ 1624
aml_evalexpr: Or 3d 1 = 3d
aml_evalexpr: And 3d 1 = 1
quick: 1636 [And] alloc return integer = 0x1
parse-if @ 1634

--== Eval Method [\\_TZ_.CATZ, 1 args] to i ==--
===== Stack \\_TZ_.CATZ:Method
Arg0:  0xffff8000001c8908 cnt:02 stk:00 integer: 0

--==Finished evaluating method: \\_TZ_.CATZ i
0xffff8000001c2d88 cnt:01 stk:00 integer: 0
===== Stack \\_TZ_.CATZ:Method
Arg0:  0xffff8000001c8908 cnt:02 stk:00 integer: 0
Local1:  0xffff80000017b208 cnt:01 stk:61 integer: 0
quick: 163e [Match] alloc return integer = 0x0
aml_evalexpr: LNotEqual 0 0 = 0
quick: 1685 [LNotEqual] alloc return integer = 0x0
aml_evalexpr: LOr 0 0 = 0
quick: 1684 [LOr] alloc return integer = 0x0
aml_evalexpr: Not 1 0 = fffffffffffffffe
quick: 16e4 [Not] alloc return integer = 0xfffffffffffffffe
aml_evalexpr: And 1 fffffffffffffffe = 0
GTTP releases mutex THER

--==Finished evaluating method: \\_TZ_.GTTP t
0xffff8000001cd608 cnt:01 stk:00 integer: c82
===== Stack \\_TZ_.GTTP:Method
Arg0:  0xffff8000001c8908 cnt:01 stk:00 integer: 0
Local0:  0xffff8000001afc88 cnt:01 stk:60 integer: 0
Local1:  0xffff8000001a8d08 cnt:01 stk:61 integer: c82
Local2:  0xffff8000001c2c88 cnt:01 stk:62 integer: 1
Local3:  0xffff8000001ae688 cnt:01 stk:63 integer: 1

--==Finished evaluating method: \\_TZ_.DTSZ._TMP t
0xffff8000001c7588 cnt:01 stk:00 integer: c82
===== Stack \\_TZ_.DTSZ._TMP:Method
aml_evalexpr: LEqual 7 3 = 0
quick: 0cf4 [LEqual] alloc return integer = 0x0
aml_evalexpr: LEqual 7 2 = 0
quick: 0d00 [LEqual] alloc return integer = 0x0

--==Finished evaluating method: \\_GPE._L02 t
===== Stack \\_GPE._L02:Method
Local0:  0xffff8000001aeb88 cnt:01 stk:60 integer: 7
ACPIEC: got gpe
GPE block: 10 c0 40
acpiec0: sci_event: 0x04
EVALNODE: \\_SB_.PCI0.LPCB.EC0_._Q04 693316

--== Eval Method [\\_SB_.PCI0.LPCB.EC0_._Q04, 0 args] to t ==--
===== Stack \\_SB_.PCI0.LPCB.EC0_._Q04:Method
_Q04 acquires mutex OTMT

--== Eval Method [\\_SB_.PCI0.LPCB.EC0_.GTST, 0 args] to t ==--
===== Stack \\_SB_.PCI0.LPCB.EC0_.GTST:Method
GTST acquires mutex ECMX
parse-if @ 72f0
read 03 000000d8 0008 [\\_SB_.PCI0.LPCB.EC0_.ECRM]
GTST releases mutex ECMX

--==Finished evaluating method: \\_SB_.PCI0.LPCB.EC0_.GTST t
0xffff8000001ce388 cnt:01 stk:00 integer: 2
===== Stack \\_SB_.PCI0.LPCB.EC0_.GTST:Method
Local0:  0xffff8000001c6a08 cnt:01 stk:60 integer: 2
_Q04 releases mutex OTMT

--== Eval Method [\\_SB_.PCI0.LPCB.EC0_.RPPC, 0 args] to T ==--
===== Stack \\_SB_.PCI0.LPCB.EC0_.RPPC:Method
quick: 7361 [CondRef] alloc return integer = 0xffffffffffffffff
parse-if @ 735f
quick: 7385 [Sizeof] alloc return integer = 0x4
aml_evalexpr: LGreater 4 0 = 1
quick: 738e [LGreater] alloc return integer = 0x1
parse-if @ 738c
aml_evalexpr: Subtract 4 1 = 3
RPPC acquires mutex OTMT
parse-if @ 73a5
aml_evalexpr: LEqual 2 0 = 0
quick: 73bb [LEqual] alloc return integer = 0x0
parse-else @ 73b9
aml_evalexpr: LEqual 2 2 = 1
quick: 73d6 [LEqual] alloc return integer = 0x1
parse-if @ 73d4
aml_evalexpr: LGreater 0 0 = 0
quick: 73dc [LGreater] alloc return integer = 0x0
aml_evalexpr: LLess 0 3 = 1
quick: 73f0 [LLess] alloc return integer = 0x1
parse-if @ 73ee
aml_evalexpr: Or 0 1 = 1
aml_evalexpr: LGreater 0 0 = 0
quick: 73fd [LGreater] alloc return integer = 0x0

--== Eval Method [\\_SB_.PCI0.LPCB.EC0_.ETSI, 2 args] to T ==--
===== Stack \\_SB_.PCI0.LPCB.EC0_.ETSI:Method
Arg0:  0xffff8000001c7188 cnt:02 stk:63 integer: 1
Arg1:  0xffff8000001d3888 cnt:01 stk:00 integer: 14
aml_evalexpr: LNotEqual 14 14 = 0
quick: 7310 [LNotEqual] alloc return integer = 0x0
aml_evalexpr: LNotEqual 1 3 = 1
quick: 7317 [LNotEqual] alloc return integer = 0x1
aml_evalexpr: LOr 0 1 = 1
quick: 730f [LOr] alloc return integer = 0x1
parse-if @ 730c
ETSI acquires mutex ECMX
parse-if @ 7326
aml_evalexpr: LNotEqual 14 14 = 0
quick: 732e [LNotEqual] alloc return integer = 0x0
write 03 000000da 0008 [\\_SB_.PCI0.LPCB.EC0_.ECRM]
ETSI releases mutex ECMX

--==Finished evaluating method: \\_SB_.PCI0.LPCB.EC0_.ETSI T
===== Stack \\_SB_.PCI0.LPCB.EC0_.ETSI:Method
Arg0:  0xffff8000001c7188 cnt:02 stk:63 integer: 1
Arg1:  0xffff8000001d3888 cnt:01 stk:00 integer: 14
RPPC releases mutex OTMT
quick: 7418 [CondRef] alloc return integer = 0xffffffffffffffff
parse-if @ 7416

--==Finished evaluating method: \\_SB_.PCI0.LPCB.EC0_.RPPC T
===== Stack \\_SB_.PCI0.LPCB.EC0_.RPPC:Method
Local0:  0xffff8000001c8008 cnt:01 stk:60 integer: 2
Local1:  0xffff8000001c7308 cnt:01 stk:61 integer: 3
Local2:  0xffff8000001c7088 cnt:02 stk:62 objref: 0xffff8000001dff08 index:0 
opcode:CondRef
[\\_PR_.CPU0._PSS] 0xffff8000001dff08 cnt:01 stk:00 package: 04
0xffff8000001e0588 cnt:01 stk:00 package: 06
0xffff8000001e1808 cnt:01 stk:00 integer: 74b
0xffff8000001cf088 cnt:01 stk:00 integer: 88b8
0xffff8000001e2788 cnt:01 stk:00 integer: a
0xffff8000001dd008 cnt:01 stk:00 integer: a
0xffff8000001d9ZZZZcnt:01 stk:00 integer: 828
0xffff8000001dee88 cnt:01 stk:00 integer: 828
0xffff8000001e0508 cnt:01 stk:00 package: 06
0xffff8000001dee08 cnt:01 stk:00 integer: 74a
0xffff8000001dc308 cnt:01 stk:00 integer: 88b8
0xffff8000001dc188 cnt:01 stk:00 integer: a
0xffff8000001dc108 cnt:01 stk:00 integer: a
0xffff8000001d9d08 cnt:01 stk:00 integer: 71d
0xffff8000001dc708 cnt:01 stk:00 integer: 71d
0xffff8000001dfb88 cnt:01 stk:00 package: 06
0xffff8000001dc588 cnt:01 stk:00 integer: 640
0xffff8000001d9a88 cnt:01 stk:00 integer: 3a98
0xffff8000001dd188 cnt:01 stk:00 integer: a
0xffff8000001e3108 cnt:01 stk:00 integer: a
0xffff8000001e3088 cnt:01 stk:00 integer: 617
0xffff8000001e1b88 cnt:01 stk:00 integer: 617
0xffff8000001e1788 cnt:01 stk:00 package: 06
0xffff8000001e1988 cnt:01 stk:00 integer: 320
0xffff8000000f7388 cnt:01 stk:00 integer: 2ee0
0xffff8000001e3488 cnt:01 stk:00 integer: a
0xffff8000001e3308 cnt:01 stk:00 integer: a
0xffff8000001dd208 cnt:01 stk:00 integer: 8611
0xffff8000001e6688 cnt:01 stk:00 integer: 8611
Local3:  0xffff8000001c7188 cnt:01 stk:63 integer: 1
Local5:  0xffff8000001c8088 cnt:02 stk:65 objref: 0xffff8000001d7e88 index:0 
opcode:CondRef
[\\_PR_.CPU0._PPC] 0xffff8000001d7e88 cnt:01 stk:00 integer: 0

--==Finished evaluating method: \\_SB_.PCI0.LPCB.EC0_._Q04 t
===== Stack \\_SB_.PCI0.LPCB.EC0_._Q04:Method
acpiec0: sci_event: 0x04
EVALNODE: \\_SB_.PCI0.LPCB.EC0_._Q04 690932

--== Eval Method [\\_SB_.PCI0.LPCB.EC0_._Q04, 0 args] to t ==--
===== Stack \\_SB_.PCI0.LPCB.EC0_._Q04:Method
_Q04 acquires mutex OTMT

--== Eval Method [\\_SB_.PCI0.LPCB.EC0_.GTST, 0 args] to t ==--
===== Stack \\_SB_.PCI0.LPCB.EC0_.GTST:Method
GTST acquires mutex ECMX
parse-if @ 72f0
read 03 000000d8 0008 [\\_SB_.PCI0.LPCB.EC0_.ECRM]
GTST releases mutex ECMX

--==Finished evaluating method: \\_SB_.PCI0.LPCB.EC0_.GTST t
0xffff8000001d3508 cnt:01 stk:00 integer: 2
===== Stack \\_SB_.PCI0.LPCB.EC0_.GTST:Method
Local0:  0xffff8000001c8208 cnt:01 stk:60 integer: 2
_Q04 releases mutex OTMT

--== Eval Method [\\_SB_.PCI0.LPCB.EC0_.RPPC, 0 args] to T ==--
===== Stack \\_SB_.PCI0.LPCB.EC0_.RPPC:Method
quick: 7361 [CondRef] alloc return integer = 0xffffffffffffffff
parse-if @ 735f
copyvalue: 1c7080quick: 7385 [Sizeof] alloc return integer = 0x0
aml_evalexpr: LGreater 0 0 = 0
quick: 738e [LGreater] alloc return integer = 0x0
parse-else @ 738c
RPPC acquires mutex OTMT
parse-if @ 73a5
aml_evalexpr: LEqual 2 0 = 0
quick: 73bb [LEqual] alloc return integer = 0x0
parse-else @ 73b9
aml_evalexpr: LEqual 2 2 = 1
quick: 73d6 [LEqual] alloc return integer = 0x1
parse-if @ 73d4
aml_evalexpr: LGreater 0 0 = 0
quick: 73dc [LGreater] alloc return integer = 0x0
aml_evalexpr: LLess 0 0 = 0
quick: 73f0 [LLess] alloc return integer = 0x0
aml_evalexpr: LGreater 0 0 = 0
quick: 73fd [LGreater] alloc return integer = 0x0

--== Eval Method [\\_SB_.PCI0.LPCB.EC0_.ETSI, 2 args] to T ==--
===== Stack \\_SB_.PCI0.LPCB.EC0_.ETSI:Method
Arg0:  0xffff8000001d8208 cnt:02 stk:63 integer: 3
Arg1:  0xffff8000001d3188 cnt:01 stk:00 integer: 14
aml_evalexpr: LNotEqual 14 14 = 0
quick: 7310 [LNotEqual] alloc return integer = 0x0
aml_evalexpr: LNotEqual 3 1 = 1
quick: 7317 [LNotEqual] alloc return integer = 0x1
aml_evalexpr: LOr 0 1 = 1
quick: 730f [LOr] alloc return integer = 0x1
parse-if @ 730c
ETSI acquires mutex ECMX
parse-if @ 7326
aml_evalexpr: LNotEqual 14 14 = 0
quick: 732e [LNotEqual] alloc return integer = 0x0
write 03 000000da 0008 [\\_SB_.PCI0.LPCB.EC0_.ECRM]
ETSI releases mutex ECMX

--==Finished evaluating method: \\_SB_.PCI0.LPCB.EC0_.ETSI T
===== Stack \\_SB_.PCI0.LPCB.EC0_.ETSI:Method
Arg0:  0xffff8000001d8208 cnt:02 stk:63 integer: 3
Arg1:  0xffff8000001d3188 cnt:01 stk:00 integer: 14
RPPC releases mutex OTMT
quick: 7418 [CondRef] alloc return integer = 0xffffffffffffffff
parse-if @ 7416
Store to default type!     1c8080

743e Called: \\_SB_.PCI0.LPCB.EC0_.RPPC
local0:  0xffff80000018d308 cnt:01 stk:60 integer: 2
local1:  0xffff8000001d7b88 cnt:01 stk:61 integer: 0
local2:  0xffff8000001d7a88 cnt:02 stk:62 objref: 0xffff8000001dff08 index:0 
opcode:CondRef
kernel: protection fault trap, code=0
Stopped at    aml_nodename+0x22:    movq    0(%rdi),%rdi

And this is my dmesg:
ddb{0}> ddb{0}> rebooting...
OpenBSD 4.6-current (GENERIC.MP) #56: Mon Jan  4 17:26:38 MST 2010
  [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 2004357120 (1911MB)
avail mem = 1941385216 (1851MB)
RTC BIOS diagnostic error e3<clock_battery,ROM_cksum,config_unit>
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0x77ac4000 (22 entries)
bios0: vendor Hewlett-Packard version "68PSU Ver. F.0E" date 09/14/2009
bios0: Hewlett-Packard HP EliteBook 2530p (FU435EA#ABB)
acpi0 at bios0: rev 2
acpi0: tables DSDT FACP HPET APIC MCFG TCPA SSDT SLIC DMAR ASF! SSDT SSDT SSDT
acpi0: wakeup devices LANC(S0) HDEF(S4) RP02(S5) WNIC(S5) RP03(S5) ECF0(S5) 
RP05(S5) ECF0(S5) RP06(S0) NIC_(S0) USB1(S0) USB2(S0) USB3(S0) USB4(S0) 
USB5(S0) USB6(S0) U6RM(S0) EHC1(S0) EHC2(S0) PCIB(S5) HST1(S5)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpihpet0 at acpi0: 14318179 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM)2 Duo CPU L9400 @ 1.86GHz, 1862.23 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,CX16,xTPR,NXE,LONG
cpu0: 6MB 64b/line 16-way L2 cache
cpu0: apic clock running at 265MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 Duo CPU L9400 @ 1.86GHz, 1862.00 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,SMX,EST,TM2,CX16,xTPR,NXE,LONG
cpu1: 6MB 64b/line 16-way L2 cache
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 1
acpiprt0 at acpi0: bus -1 (PEGP)
acpiprt1 at acpi0: bus 1 (RP01)
acpiprt2 at acpi0: bus 2 (RP02)
acpiprt3 at acpi0: bus 3 (RP03)
acpiprt4 at acpi0: bus 68 (PCIB)
acpiprt5 at acpi0: bus 0 (PCI0)
acpiec at acpi0 not configured
acpicpu0 at acpi0: C3, C2, C1, PSS
acpicpu1 at acpi0: C3, C2, C1, PSS
acpipwrres0 at acpi0: APPR
acpipwrres1 at acpi0: COMP
acpipwrres2 at acpi0: LPP_
acpitz0 at acpi0: critical temperature 105 degC
acpitz1 at acpi0: critical temperature 110 degC
acpitz2 at acpi0: critical temperature 110 degC
acpitz3 at acpi0: critical temperature 90 degC
acpitz4 at acpi0: critical temperature 105 degC
acpibat0 at acpi0: BAT0 not present
acpibat1 at acpi0: BAT1 not present
acpiac0 at acpi0: AC unit online
acpibtn0 at acpi0: SLPB
acpibtn1 at acpi0: LID_
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD02
cpu0: Enhanced SpeedStep 1862 MHz: speeds: 1867, 1866, 1600, 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel GM45 Host" rev 0x07
vga1 at pci0 dev 2 function 0 "Intel GM45 Video" rev 0x07
wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
intagp0 at vga1
agp0 at intagp0: aperture at 0x80000000, size 0x10000000
inteldrm0 at vga1: apic 1 int 16 (irq 10)
drm0 at inteldrm0
"Intel GM45 Video" rev 0x07 at pci0 dev 2 function 1 not configured
"Intel GM45 HECI" rev 0x07 at pci0 dev 3 function 0 not configured
pciide0 at pci0 dev 3 function 2 "Intel GM45 PT IDER" rev 0x07: DMA 
(unsupported), channel 0 wired to native-PCI, channel 1 wired to native-PCI
pciide0: using apic 1 int 18 (irq 11) for native-PCI interrupt
pciide0: channel 0 ignored (not responding; disabled or no drives?)
pciide0: channel 1 ignored (not responding; disabled or no drives?)
"Intel GM45 AMT SOL" rev 0x07 at pci0 dev 3 function 3 not configured
em0 at pci0 dev 25 function 0 "Intel ICH9 IGP M AMT" rev 0x03: apic 1 int 22 
(irq 10), address 00:23:5a:35:25:ca
uhci0 at pci0 dev 26 function 0 "Intel 82801I USB" rev 0x03: apic 1 int 16 (irq 
10)
uhci1 at pci0 dev 26 function 1 "Intel 82801I USB" rev 0x03: apic 1 int 17 (irq 
10)
uhci2 at pci0 dev 26 function 2 "Intel 82801I USB" rev 0x03: apic 1 int 18 (irq 
11)
ehci0 at pci0 dev 26 function 7 "Intel 82801I USB" rev 0x03: apic 1 int 19 (irq 
10)
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
azalia0 at pci0 dev 27 function 0 "Intel 82801I HD Audio" rev 0x03: apic 1 int 
17 (irq 10)
azalia0: codecs: Analog Devices AD1984A
audio0 at azalia0
ppb0 at pci0 dev 28 function 0 "Intel 82801I PCIE" rev 0x03: apic 1 int 16 (irq 
10)
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 1 "Intel 82801I PCIE" rev 0x03: apic 1 int 17 (irq 
10)
pci2 at ppb1 bus 2
iwn0 at pci2 dev 0 function 0 "Intel WiFi Link 5100" rev 0x00: apic 1 int 17 
(irq 10), MIMO 1T2R, MoW, address 00:22:fa:53:eb:28
ppb2 at pci0 dev 28 function 2 "Intel 82801I PCIE" rev 0x03: apic 1 int 18 (irq 
11)
pci3 at ppb2 bus 3
uhci3 at pci0 dev 29 function 0 "Intel 82801I USB" rev 0x03: apic 1 int 20 (irq 
10)
uhci4 at pci0 dev 29 function 1 "Intel 82801I USB" rev 0x03: apic 1 int 22 (irq 
10)
uhci5 at pci0 dev 29 function 2 "Intel 82801I USB" rev 0x03: apic 1 int 18 (irq 
11)
ehci1 at pci0 dev 29 function 7 "Intel 82801I USB" rev 0x03: apic 1 int 20 (irq 
10)
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "Intel EHCI root hub" rev 2.00/1.00 addr 1
ppb3 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0x93
pci4 at ppb3 bus 68
"Ricoh 5C832 Firewire" rev 0x05 at pci4 dev 6 function 0 not configured
pcib0 at pci0 dev 31 function 0 "Intel 82801IEM LPC" rev 0x03
ahci0 at pci0 dev 31 function 2 "Intel 82801I AHCI" rev 0x03: apic 1 int 21 
(irq 10), AHCI 1.2
ahci0: PHY offline on port 0
scsibus0 at ahci0: 32 targets
sd0 at scsibus0 targ 1 lun 0: <ATA, Hitachi HTS54322, FBEO> SCSI3 0/direct fixed
sd0: 238475MB, 512 bytes/sec, 488397168 sec total
usb2 at uhci0: USB revision 1.0
uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb3 at uhci1: USB revision 1.0
uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb4 at uhci2: USB revision 1.0
uhub4 at usb4 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb5 at uhci3: USB revision 1.0
uhub5 at usb5 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb6 at uhci4: USB revision 1.0
uhub6 at usb6 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb7 at uhci5: USB revision 1.0
uhub7 at usb7 "Intel UHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: <PC speaker>
spkr0 at pcppi0
mtrr: Pentium Pro MTRR support
uvideo0 at uhub0 port 5 configuration 1 interface 0 "Chicony Electronics Co., Ltd. 
CKA7227" rev 2.00/32.18 addr 2
video0 at uvideo0
vscsi0 at root
scsibus1 at vscsi0: 256 targets
softraid0 at root
root on sd0a swap on sd0b dump on sd0b

Reply via email to