Date: Tue, 17 Jun 2008 10:51:53 -0400 From: "Alexander Sack" <pisymbol@gmail.com> To: freebsd-questions@freebsd.org Cc: freebsd-acpi@freebsd.org, FreeBSD STABLE <freebsd-stable@freebsd.org> Subject: ACPI Embedded Controller (EC) errors on 7.0-STABLE Message-ID: <3c0b01820806170751u28185a6cu361fd9b571dedded@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hello:
I've just installed FreeBSD-7.0-amd64 on my new MSI-171A (GX710A)
notebook (AMD Turon X2 (dual core)/4GB RAM). I have flashed to the
latest motherboard BIOS via the MSI website (1.10GA 7/25/2007). I'm
seeing some ACPI errors on boot which I believe are relatively
harmless but wanted to get confirmation from the list.
Here are the pertinent error messages:
CPI Error (evregion-0427): No handler for Region [EC__]
(0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__]
(0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__]
(0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__]
(0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__]
(0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__]
(0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__]
(0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed
[\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480),
AE_NOT_EXIST
After dumping the ASL, it defines an embedded controller (Device EC)
with a bunch of methods but ACPI-CA complains that there is no
OperationRegion handler for them. I see 7 error messages which I
believe correspond to the 7 Method AML calls defined. Is this faulty
ASL code on MSI's part or a regression bug? Its DSDT specifies ACPI
compliance 1.0 I *think* (I'm a little rusty here).
I've attached all the debugging out I can think of (boot -v dmesg, my
ASL, and sysctl -a hw.acpi). I do notice that iasl gives me a
compiler error but its seem outside the scope of my dmesg error
output. I assume based on spec that this is the System Bus, PCI bus
0, south bridge, embedded controller, battery 1 (methods are for
status, information, etc. etc.).
Any feedback would be much appreciated?
Thanks
-aps
[-- Attachment #2 --]
Copyright (c) 1992-2008 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 is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-RELEASE #0: Mon Jun 16 11:01:22 EDT 2008
root@unity.localdomain:/usr/obj/usr/src/sys/UNITY
Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff80896000.
Calibrating clock(s) ... i8254 clock: 1193203 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 798003982 Hz
CPU: AMD Turion(tm) 64 X2 Mobile Technology TL-68 (798.00-MHz K8-class CPU)
Origin = "AuthenticAMD" Id = 0x60f82 Stepping = 2
Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
Features2=0x2001<SSE3,CX16>
AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!>
AMD Features2=0x11f<LAHF,CMP,SVM,ExtAPIC,CR8,Prefetch>
Cores per package: 2
L1 2MB data TLB: 8 entries, fully associative
L1 2MB instruction TLB: 8 entries, fully associative
L1 4KB data TLB: 32 entries, fully associative
L1 4KB instruction TLB: 32 entries, fully associative
L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative
L2 2MB unified TLB: 0 entries, disabled/not present
L2 4KB data TLB: 512 entries, 4-way associative
L2 4KB instruction TLB: 512 entries, 4-way associative
L2 unified cache: 512 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative
usable memory = 4285296640 (4086 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages)
0x0000000000994000 - 0x00000000c70e9fff, 3329581056 bytes (812886 pages)
0x0000000100000000 - 0x000000012ffeffff, 805240832 bytes (196592 pages)
avail memory = 4123983872 (3932 MB)
ACPI APIC Table: <MSI_NB MEGABOOK>
INTR: Adding local APIC 1 as a target
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
APIC: CPU 0 has ACPI ID 1
APIC: CPU 1 has ACPI ID 2
ACPI: RSDP @ 0x0xf92e0/0x0014 (v 0 ACPIAM)
ACPI: RSDT @ 0x0xcffc0000/0x0040 (v 1 MSI_NB MEGABOOK 0x07000725 MSFT 0x00000097)
ACPI: FACP @ 0x0xcffc0200/0x0084 (v 2 MSI_NB MEGABOOK 0x07000725 MSFT 0x00000097)
ACPI: DSDT @ 0x0xcffc05b0/0x3D36 (v 1 1ADNI 1ADNI000 0x00000000 INTL 0x20051117)
ACPI: FACS @ 0x0xcffce000/0x0040
ACPI: APIC @ 0x0xcffc0390/0x005C (v 1 MSI_NB MEGABOOK 0x07000725 MSFT 0x00000097)
ACPI: MCFG @ 0x0xcffc03f0/0x003C (v 1 MSI_NB MEGABOOK 0x07000725 MSFT 0x00000097)
ACPI: SLIC @ 0x0xcffc0430/0x0176 (v 1 MSI_NB MEGABOOK 0x07000725 MSFT 0x00000097)
ACPI: OEMB @ 0x0xcffce040/0x0061 (v 1 MSI_NB MEGABOOK 0x07000725 MSFT 0x00000097)
ACPI: HPET @ 0x0xcffc42f0/0x0038 (v 1 MSI_NB OEMHPET 0x07000725 MSFT 0x00000097)
ACPI: SSDT @ 0x0xcffc4330/0x02F4 (v 1 A M I POWERNOW 0x00000001 AMD 0x00000001)
MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000
ioapic0: Routing external 8259A's -> intpin 0
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
MADT: Interrupt override: source 9, irq 9
ioapic0: intpin 9 trigger: level
ioapic0: intpin 9 polarity: low
ioapic0 <Version 2.1> irqs 0-23 on motherboard
cpu0 BSP:
ID: 0x00000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x0001000f pcm: 0x00010000
ath_rate: version 1.2 <SampleRate bit-rate selection algorithm>
wlan_amrr: <AMRR Transmit Rate Control Algorithm>
wlan: <802.11 Link Layer>
random: <entropy source, Software, Yarrow>
nfslock: pseudo-device
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
null: <null device, zero device>
io: <I/O>
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
acpi0: <MSI_NB MEGABOOK> on motherboard
ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48
acpi0: [MPSAFE]
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
AcpiOsDerivePciId: \\_SB_.PCI0.RS48.NB2_ -> bus 0 dev 0 func 0
ACPI Error (evregion-0427): No handler for Region [EC__] (0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__] (0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__] (0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__] (0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__] (0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__] (0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (evregion-0427): No handler for Region [EC__] (0xffffff00011cf680) [EmbeddedControl] [20070320]
ACPI Error (exfldio-0390): Region EmbeddedControl(3) has no handler [20070320]
ACPI Error (psparse-0626): Method parse/execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
ACPI Error (uteval-0309): Method execution failed [\\_SB_.PCI0.SBRG.EC__.BAT1._STA] (Node 0xffffff00011d2480), AE_NOT_EXIST
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, cff00000 (3) failed
ACPI HPET table warning: Sequence is non-zero (2)
ACPI timer: 0/1284 0/1284 0/1281 0/1274 0/1282 0/1282 0/1282 0/1284 0/1279 0/1284 -> 0
Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x6> port 0x62,0x66 on acpi0
pci_link0: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15
pci_link1: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15
pci_link2: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15
pci_link3: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15
pci_link4: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15
pci_link5: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 9
Validation 0 255 N 0 9
After Disable 0 255 N 0 9
pci_link6: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15
pci_link7: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 10 11 12 14 15
acpi_hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
acpi_hpet0: vend: 0x4353 rev: 0x1 num: 3 hz: 14318180 opts: legacy_route
Timecounter "HPET" frequency 14318180 Hz quality 900
cpu0: <ACPI CPU> on acpi0
cpu0: switching to generic Cx mode
acpi_throttle0: <ACPI CPU Throttling> on cpu0
acpi_throttle0: CLK_VAL field overlaps THT_EN bit
device_attach: acpi_throttle0 attach returned 6
powernow0: <PowerNow! K8> on cpu0
cpu1: <ACPI CPU> on acpi0
powernow1: <PowerNow! K8> on cpu1
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found-> vendor=0x1002, dev=0x7910, revid=0x00
domain=0, bus=0, slot=0, func=0
class=06-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x2220, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1002, dev=0x7913, revid=0x00
domain=0, bus=0, slot=2, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x1b (6750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message
found-> vendor=0x1002, dev=0x7914, revid=0x00
domain=0, bus=0, slot=4, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message
found-> vendor=0x1002, dev=0x7916, revid=0x00
domain=0, bus=0, slot=6, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message
found-> vendor=0x1002, dev=0x7917, revid=0x00
domain=0, bus=0, slot=7, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message
found-> vendor=0x1002, dev=0x4380, revid=0x00
domain=0, bus=0, slot=18, func=0
class=01-01-8f, hdrtype=0x00, mfdev=0
cmdreg=0x0107, statreg=0x0230, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=11
powerspec 2 supports D0 D3 current D0
map[10]: type I/O Port, range 32, base 0xa000, size 3, enabled
map[14]: type I/O Port, range 32, base 0x9000, size 2, enabled
map[18]: type I/O Port, range 32, base 0x8000, size 3, enabled
map[1c]: type I/O Port, range 32, base 0x7000, size 2, enabled
map[20]: type I/O Port, range 32, base 0x6000, size 4, enabled
map[24]: type Memory, range 32, base 0xfd5ff800, size 10, enabled
pcib0: matched entry for 0.18.INTA
pcib0: slot 18 INTA hardwired to IRQ 22
found-> vendor=0x1002, dev=0x4387, revid=0x00
domain=0, bus=0, slot=19, func=0
class=0c-03-10, hdrtype=0x00, mfdev=1
cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=5
map[10]: type Memory, range 32, base 0xfd5fe000, size 12, enabled
pcib0: matched entry for 0.19.INTA
pcib0: slot 19 INTA hardwired to IRQ 16
found-> vendor=0x1002, dev=0x4388, revid=0x00
domain=0, bus=0, slot=19, func=1
class=0c-03-10, hdrtype=0x00, mfdev=0
cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=15
map[10]: type Memory, range 32, base 0xfd5fd000, size 12, enabled
pcib0: matched entry for 0.19.INTB
pcib0: slot 19 INTB hardwired to IRQ 17
found-> vendor=0x1002, dev=0x4389, revid=0x00
domain=0, bus=0, slot=19, func=2
class=0c-03-10, hdrtype=0x00, mfdev=0
cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=c, irq=10
map[10]: type Memory, range 32, base 0xfd5fc000, size 12, enabled
pcib0: matched entry for 0.19.INTC
pcib0: slot 19 INTC hardwired to IRQ 18
found-> vendor=0x1002, dev=0x438a, revid=0x00
domain=0, bus=0, slot=19, func=3
class=0c-03-10, hdrtype=0x00, mfdev=0
cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=15
map[10]: type Memory, range 32, base 0xfd5fb000, size 12, enabled
pcib0: matched entry for 0.19.INTB
pcib0: slot 19 INTB hardwired to IRQ 17
found-> vendor=0x1002, dev=0x438b, revid=0x00
domain=0, bus=0, slot=19, func=4
class=0c-03-10, hdrtype=0x00, mfdev=0
cmdreg=0x0117, statreg=0x02a0, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=c, irq=10
map[10]: type Memory, range 32, base 0xfd5fa000, size 12, enabled
pcib0: matched entry for 0.19.INTC
pcib0: slot 19 INTC hardwired to IRQ 18
found-> vendor=0x1002, dev=0x4386, revid=0x00
domain=0, bus=0, slot=19, func=5
class=0c-03-20, hdrtype=0x00, mfdev=0
cmdreg=0x0117, statreg=0x02b8, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=d, irq=10
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xfd5ff000, size 8, enabled
pcib0: matched entry for 0.19.INTD
pcib0: slot 19 INTD hardwired to IRQ 19
found-> vendor=0x1002, dev=0x4385, revid=0x14
domain=0, bus=0, slot=20, func=0
class=0c-05-00, hdrtype=0x00, mfdev=1
cmdreg=0x0401, statreg=0x0230, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
map[10]: type I/O Port, range 32, base 0xb00, size 4, enabled
found-> vendor=0x1002, dev=0x438c, revid=0x00
domain=0, bus=0, slot=20, func=1
class=01-01-8a, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0220, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=255
map[20]: type I/O Port, range 32, base 0xff00, size 4, enabled
found-> vendor=0x1002, dev=0x4383, revid=0x00
domain=0, bus=0, slot=20, func=2
class=04-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x0410, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=5
powerspec 2 supports D0 D3 current D0
map[10]: type Memory, range 64, base 0xfd5f4000, size 14, enabled
pcib0: matched entry for 0.20.INTA
pcib0: slot 20 INTA hardwired to IRQ 16
found-> vendor=0x1002, dev=0x438d, revid=0x00
domain=0, bus=0, slot=20, func=3
class=06-01-00, hdrtype=0x00, mfdev=1
cmdreg=0x000f, statreg=0x0220, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1002, dev=0x4384, revid=0x00
domain=0, bus=0, slot=20, func=4
class=06-04-01, hdrtype=0x01, mfdev=1
cmdreg=0x0107, statreg=0x02a0, cachelnsz=0 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x03 (750 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1100, revid=0x00
domain=0, bus=0, slot=24, func=0
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1101, revid=0x00
domain=0, bus=0, slot=24, func=1
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1102, revid=0x00
domain=0, bus=0, slot=24, func=2
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1103, revid=0x00
domain=0, bus=0, slot=24, func=3
class=06-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
pcib1: <ACPI PCI-PCI bridge> at device 2.0 on pci0
pcib1: domain 0
pcib1: secondary bus 1
pcib1: subordinate bus 1
pcib1: I/O decode 0xb000-0xbfff
pcib1: memory decode 0xfd600000-0xfd6fffff
pcib1: prefetched decode 0xd0000000-0xdfffffff
pci1: <ACPI PCI bus> on pcib1
pci1: domain=0, physical bus=1
found-> vendor=0x1002, dev=0x9581, revid=0x00
domain=0, bus=1, slot=0, func=0
class=03-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 3 supports D0 D1 D2 D3 current D0
MSI supports 1 message, 64 bit
map[10]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled
pcib1: requested memory range 0xd0000000-0xdfffffff: good
map[18]: type Memory, range 64, base 0xfd6f0000, size 16, enabled
pcib1: requested memory range 0xfd6f0000-0xfd6fffff: good
map[20]: type I/O Port, range 32, base 0xb000, size 8, enabled
pcib1: requested I/O range 0xb000-0xb0ff: in range
pcib1: matched entry for 1.0.INTA
pcib1: slot 0 INTA hardwired to IRQ 18
found-> vendor=0x1002, dev=0xaa08, revid=0x00
domain=0, bus=1, slot=0, func=1
class=04-03-00, hdrtype=0x00, mfdev=1
cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=10
powerspec 3 supports D0 D1 D2 D3 current D0
MSI supports 1 message, 64 bit
map[10]: type Memory, range 64, base 0xfd6ec000, size 14, enabled
pcib1: requested memory range 0xfd6ec000-0xfd6effff: good
pcib1: matched entry for 1.0.INTB
pcib1: slot 0 INTB hardwired to IRQ 19
vgapci0: <VGA-compatible display> port 0xb000-0xb0ff mem 0xd0000000-0xdfffffff,0xfd6f0000-0xfd6fffff irq 18 at device 0.0 on pci1
pci1: <multimedia> at device 0.1 (no driver attached)
pcib2: <ACPI PCI-PCI bridge> at device 4.0 on pci0
pcib2: domain 0
pcib2: secondary bus 2
pcib2: subordinate bus 2
pcib2: I/O decode 0x0-0x0
pcib2: memory decode 0xfd700000-0xfd7fffff
pcib2: no prefetched decode
pci2: <ACPI PCI bus> on pcib2
pci2: domain=0, physical bus=2
found-> vendor=0x168c, dev=0x001c, revid=0x01
domain=0, bus=2, slot=0, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=5
powerspec 2 supports D0 D3 current D0
MSI supports 1 message
MSI-X supports 1 message in map 0x10
map[10]: type Memory, range 64, base 0xfd7f0000, size 16, enabled
pcib2: requested memory range 0xfd7f0000-0xfd7fffff: good
pcib2: matched entry for 2.0.INTA
pcib2: slot 0 INTA hardwired to IRQ 16
ath0: <Atheros 5424/2424> mem 0xfd7f0000-0xfd7fffff irq 16 at device 0.0 on pci2
ath0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xfd7f0000
ioapic0: routing intpin 16 (PCI IRQ 16) to vector 49
ath0: [MPSAFE]
ath0: [ITHREAD]
ath0: unable to attach hardware; HAL status 13
device_attach: ath0 attach returned 6
pcib3: <ACPI PCI-PCI bridge> at device 6.0 on pci0
pcib3: domain 0
pcib3: secondary bus 3
pcib3: subordinate bus 4
pcib3: I/O decode 0xe000-0xefff
pcib3: memory decode 0xfd800000-0xfe1fffff
pcib3: prefetched decode 0xf8000000-0xfaffffff
pci3: <ACPI PCI bus> on pcib3
pci3: domain=0, physical bus=3
pcib4: <ACPI PCI-PCI bridge> at device 7.0 on pci0
pcib4: domain 0
pcib4: secondary bus 5
pcib4: subordinate bus 5
pcib4: I/O decode 0xc000-0xcfff
pcib4: memory decode 0xfe200000-0xfe2fffff
pcib4: no prefetched decode
pci5: <ACPI PCI bus> on pcib4
pci5: domain=0, physical bus=5
found-> vendor=0x10ec, dev=0x8168, revid=0x01
domain=0, bus=5, slot=0, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 2 supports D0 D1 D2 D3 current D0
MSI supports 2 messages, 64 bit
map[10]: type I/O Port, range 32, base 0xc800, size 8, enabled
pcib4: requested I/O range 0xc800-0xc8ff: in range
map[18]: type Memory, range 64, base 0xfe2ff000, size 12, enabled
pcib4: requested memory range 0xfe2ff000-0xfe2fffff: good
pcib4: matched entry for 5.0.INTA
pcib4: slot 0 INTA hardwired to IRQ 19
re0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xc800
pcib4: re0 requested I/O range 0xc800-0xc8ff: in range
pcib4: re0 requested I/O range 0xc800-0xc8ff: in range
pcib4: re0 requested I/O range 0xc800-0xc8ff: in range
re0: <RealTek 8168/8111B PCIe Gigabit Ethernet> port 0xc800-0xc8ff mem 0xfe2ff000-0xfe2fffff irq 19 at device 0.0 on pci5
pcib4: re0 requested I/O range 0xc800-0xc8ff: in range
re0: MSI count : 2
re0: attempting to allocate 2 MSI vectors (2 supported)
msi: routing MSI IRQ 256 to vector 50
msi: routing MSI IRQ 257 to vector 51
re0: using IRQs 256-257 for MSI
re0: Using 2 MSI messages
miibus0: <MII bus> on re0
rgephy0: <RTL8169S/8110S/8211B media interface> PHY 1 on miibus0
rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
re0: bpf attached
re0: Ethernet address: 00:19:db:3c:bc:d7
re0: [MPSAFE]
re0: [FILTER]
re0: [MPSAFE]
re0: [FILTER]
atapci0: <ATI ATA controller> port 0xa000-0xa007,0x9000-0x9003,0x8000-0x8007,0x7000-0x7003,0x6000-0x600f mem 0xfd5ff800-0xfd5ffbff irq 22 at device 18.0 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x6000
ioapic0: routing intpin 22 (PCI IRQ 22) to vector 49
atapci0: [MPSAFE]
atapci0: [ITHREAD]
ata2: <ATA channel 0> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0xa000
atapci0: Reserved 0x4 bytes for rid 0x14 type 4 at 0x9000
ata2: reset tp1 mask=03 ostat0=50 ostat1=00
ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata2: stat1=0x00 err=0x00 lsb=0x00 msb=0x00
ata2: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
ata2: [MPSAFE]
ata2: [ITHREAD]
ata3: <ATA channel 1> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x8000
atapci0: Reserved 0x4 bytes for rid 0x1c type 4 at 0x7000
ata3: reset tp1 mask=03 ostat0=7f ostat1=7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat0=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: stat1=0x7f err=0x7f lsb=0x7f msb=0x7f
ata3: reset tp2 stat0=ff stat1=ff devices=0x0
ata3: [MPSAFE]
ata3: [ITHREAD]
ohci0: <OHCI (generic) USB controller> mem 0xfd5fe000-0xfd5fefff irq 16 at device 19.0 on pci0
ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfd5fe000
ioapic0: routing intpin 16 (PCI IRQ 16) to vector 52
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: <ATI OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 2 ports with 2 removable, self powered
ohci1: <OHCI (generic) USB controller> mem 0xfd5fd000-0xfd5fdfff irq 17 at device 19.1 on pci0
ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfd5fd000
ioapic0: routing intpin 17 (PCI IRQ 17) to vector 53
ohci1: [GIANT-LOCKED]
ohci1: [ITHREAD]
usb1: OHCI version 1.0, legacy support
usb1: <OHCI (generic) USB controller> on ohci1
usb1: USB revision 1.0
uhub1: <ATI OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
uhub1: 2 ports with 2 removable, self powered
ohci2: <OHCI (generic) USB controller> mem 0xfd5fc000-0xfd5fcfff irq 18 at device 19.2 on pci0
ohci2: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfd5fc000
ioapic0: routing intpin 18 (PCI IRQ 18) to vector 54
ohci2: [GIANT-LOCKED]
ohci2: [ITHREAD]
usb2: OHCI version 1.0, legacy support
usb2: <OHCI (generic) USB controller> on ohci2
usb2: USB revision 1.0
uhub2: <ATI OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb2
uhub2: 2 ports with 2 removable, self powered
ohci3: <OHCI (generic) USB controller> mem 0xfd5fb000-0xfd5fbfff irq 17 at device 19.3 on pci0
ohci3: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfd5fb000
ohci3: [GIANT-LOCKED]
ohci3: [ITHREAD]
usb3: OHCI version 1.0, legacy support
usb3: <OHCI (generic) USB controller> on ohci3
usb3: USB revision 1.0
uhub3: <ATI OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb3
uhub3: 2 ports with 2 removable, self powered
ohci4: <OHCI (generic) USB controller> mem 0xfd5fa000-0xfd5fafff irq 18 at device 19.4 on pci0
ohci4: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfd5fa000
ohci4: [GIANT-LOCKED]
ohci4: [ITHREAD]
usb4: OHCI version 1.0, legacy support
usb4: <OHCI (generic) USB controller> on ohci4
usb4: USB revision 1.0
uhub4: <ATI OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb4
uhub4: 2 ports with 2 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xfd5ff000-0xfd5ff0ff irq 19 at device 19.5 on pci0
ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfd5ff000
ioapic0: routing intpin 19 (PCI IRQ 19) to vector 55
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
ehci0: Dropped interrupts workaround enabled
usb5: EHCI version 1.0
usb5: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4
usb5: <EHCI (generic) USB 2.0 controller> on ehci0
usb5: USB revision 2.0
uhub5: <ATI EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb5
uhub5: 10 ports with 10 removable, self powered
pci0: <serial bus, SMBus> at device 20.0 (no driver attached)
atapci1: <ATI IXP600 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xff00-0xff0f at device 20.1 on pci0
atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xff00
ata0: <ATA channel 0> on atapci1
atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci1: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=03 ostat0=50 ostat1=01
ata0: stat0=0x10 err=0x01 lsb=0x14 msb=0xeb
ata0: stat1=0x01 err=0x04 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=10 stat1=01 devices=0x4<ATAPI_MASTER>
ioapic0: routing intpin 14 (ISA IRQ 14) to vector 56
ata0: [MPSAFE]
ata0: [ITHREAD]
pci0: <multimedia> at device 20.2 (no driver attached)
isab0: <PCI-ISA bridge> at device 20.3 on pci0
isa0: <ISA bus> on isab0
pcib5: <ACPI PCI-PCI bridge> at device 20.4 on pci0
pcib5: domain 0
pcib5: secondary bus 6
pcib5: subordinate bus 7
pcib5: I/O decode 0xd000-0xdfff
pcib5: memory decode 0xfe300000-0xfebfffff
pcib5: prefetched decode 0xfb000000-0xfcffffff
pcib5: Subtractively decoded bridge.
pci6: <ACPI PCI bus> on pcib5
pci6: domain=0, physical bus=6
found-> vendor=0x1217, dev=0x7134, revid=0x21
domain=0, bus=6, slot=4, func=0
class=06-07-00, hdrtype=0x02, mfdev=1
cmdreg=0x0107, statreg=0x0410, cachelnsz=0 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x43 (16750 ns), maxlat=0x00 (0 ns)
intpin=a, irq=3
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0, size 12, enabled
pcib5: matched entry for 6.4.INTA
pcib5: slot 4 INTA hardwired to IRQ 20
found-> vendor=0x1217, dev=0x7120, revid=0x01
domain=0, bus=6, slot=4, func=2
class=08-05-00, hdrtype=0x00, mfdev=0
cmdreg=0x0102, statreg=0x0410, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=3
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xfe3ffc00, size 8, enabled
pcib5: requested memory range 0xfe3ffc00-0xfe3ffcff: good
pcib5: matched entry for 6.4.INTA
pcib5: slot 4 INTA hardwired to IRQ 20
found-> vendor=0x1217, dev=0x7130, revid=0x01
domain=0, bus=6, slot=4, func=3
class=06-80-00, hdrtype=0x00, mfdev=0
cmdreg=0x0102, statreg=0x0410, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=3
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xfe3fe000, size 12, enabled
pcib5: requested memory range 0xfe3fe000-0xfe3fefff: good
pcib5: matched entry for 6.4.INTA
pcib5: slot 4 INTA hardwired to IRQ 20
found-> vendor=0x1217, dev=0x00f7, revid=0x02
domain=0, bus=6, slot=4, func=4
class=0c-00-10, hdrtype=0x00, mfdev=0
cmdreg=0x0117, statreg=0x0210, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=3
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xfe3fd000, size 12, enabled
pcib5: requested memory range 0xfe3fd000-0xfe3fdfff: good
map[14]: type Memory, range 32, base 0xfe3ff000, size 11, enabled
pcib5: requested memory range 0xfe3ff000-0xfe3ff7ff: good
pcib5: matched entry for 6.4.INTA
pcib5: slot 4 INTA hardwired to IRQ 20
cbb0: <PCI-CardBus Bridge> irq 20 at device 4.0 on pci6
pcib5: cbb0 requested memory range 0xfe300000-0xfebfffff: good
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0xfe300000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
ioapic0: routing intpin 20 (PCI IRQ 20) to vector 57
cbb0: [MPSAFE]
cbb0: [ITHREAD]
cbb0: PCI Configuration space:
0x00: 0x71341217 0x04100107 0x06070021 0x00824000
0x10: 0xfe300000 0x020000a0 0x40070706 0xfffff000
0x20: 0x00000000 0xfffff000 0x00000000 0x0000fffd
0x30: 0x00000001 0x0000fffd 0x00000001 0x04430114
0x40: 0x42cd1462 0x00000001 0x00000000 0x00000000
0x50: 0x00000000 0x00000000 0x00000000 0x00000000
0x60: 0x00000000 0x00000000 0x00000000 0x00000000
0x70: 0x00000000 0x00000000 0x00000000 0x00000000
0x80: 0x00000000 0x00000000 0x00000000 0x01001002
0x90: 0x00052406 0x00000000 0x00000000 0x00000000
0xa0: 0xfe020001 0x00c04000 0x00000000 0x0000001f
0xb0: 0x00000000 0x00000000 0x00000000 0x00000000
0xc0: 0x00000000 0x00000000 0x00000000 0x00000000
0xd0: 0x09006100 0x80820bea 0x00000000 0x00400018
0xe0: 0x00820006 0x00091099 0x00000000 0x00000000
0xf0: 0x00000000 0x00000000 0x00000000 0x00000000
pci6: <base peripheral> at device 4.2 (no driver attached)
pci6: <bridge> at device 4.3 (no driver attached)
fwohci0: vendor=1217, dev=f7
fwohci0: vendor=1217, dev=f7
fwohci0: <1394 Open Host Controller Interface> mem 0xfe3fd000-0xfe3fdfff,0xfe3ff000-0xfe3ff7ff irq 20 at device 4.4 on pci6
fwohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe3fd000
fwohci0: [MPSAFE]
fwohci0: [FILTER]
fwohci0: OHCI version 1.10 (ROM=0)
fwohci0: No. of Isochronous channels is 8.
fwohci0: EUI64 00:dc:10:00:ce:7b:1d:01
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: 02:dc:10:7b:1d:01
fwe0: bpf attached
fwe0: Ethernet address: 02:dc:10:7b:1d:01
fwip0: <IP over FireWire> on firewire0
fwip0: bpf attached
fwip0: Firewire address: 00:dc:10:00:ce:7b:1d:01 @ 0xfffe00000000, S400, maxrec 2048
sbp0: <SBP-2/SCSI over FireWire> on firewire0
dcons_crom0: <dcons configuration ROM> on firewire0
dcons_crom0: bus_addr 0x10fc000
fwohci0: Initiate bus reset
fwohci0: BUS reset
fwohci0: node_id=0xc000ffc0, gen=1, CYCLEMASTER mode
acpi_button0: <Power Button> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
ioapic0: routing intpin 1 (ISA IRQ 1) to vector 58
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
psm0: unable to allocate IRQ
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
psm0: current command byte:0065
psm0: <PS/2 Mouse> irq 12 on atkbdc0
ioapic0: routing intpin 12 (ISA IRQ 12) to vector 59
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model IntelliMouse, device ID 3-00, 3 buttons
psm0: config:00000000, flags:00000008, packet size:4
psm0: syncmask:08, syncbits:00
acpi_acad0: <AC Adapter> on acpi0
battery0: <ACPI Control Method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
atkbdc: atkbdc0 already exists; skipping it
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: <ISA Option ROM> at iomem 0xcf000-0xcffff on isa0
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
ppc0: cannot reserve I/O port range
ppc0: <Parallel port> failed to probe at irq 7 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd1, terminal emulator: sc (syscons terminal)
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: irq maps: 0 0 0 0
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: irq maps: 0 0 0 0
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
ioapic0: routing intpin 4 (ISA IRQ 4) to vector 60
sio0: [FILTER]
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: irq maps: 0 0 0 0
sio1: probe failed test(s): 0 1 2 4 6 7 9
sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
sio2: not probed (disabled)
sio3: not probed (disabled)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
isa_probe_children: probing PnP devices
ugen0: <Formosa21 SnowflakeEmulation, class 0/0, rev 2.00/1.30, addr 2> on uhub3
Device configuration finished.
Reducing kern.maxvnodes 238312 -> 100000
procfs registered
lapic: Divisor 2, Frequency 99763523 hz
Timecounter "TSC" frequency 798003982 Hz quality -100
Timecounters tick every 1.000 msec
lo0: bpf attached
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
acpi_acad0: acline initialization start
battery0: battery initialization start
ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire
acd0: setting PIO4 on IXP600 chip
acd0: setting UDMA33 on IXP600 chip
acd0: <Optiarc DVD RW AD-7530B/NX02> DVDR drive at ata0 as master
acd0: read 4134KB/s (4134KB/s) write 4134KB/s (4134KB/s), 2048KB buffer, UDMA33
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet
acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire
ad4: 190782MB <Seagate ST9200420ASG 3.AAA> at ata2-master UDMA33
ad4: 390721968 sectors [387621C/16H/63S] 16 sectors/interrupt 1 depth queue
GEOM: new disk ad4
ad4: Silicon Image check3 failed
ad4: Adaptec check1 failed
ad4: LSI (v3) check1 failed
ad4: LSI (v2) check1 failed
ad4: FreeBSD check1 failed
acpi_ec0: wait timed out (response), forcing polled mode
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
acpi_ec0: warning: EC done before starting event wait
battery0: battery initialization done, tried 1 times
(probe0:sbp0:0:0:0): error 22
(probe0:sbp0:0:0:0): Unretryable Error
(probe1:sbp0:0:1:0): error 22
(probe1:sbp0:0:1:0): Unretryable Error
(probe2:sbp0:0:2:0): error 22
(probe2:sbp0:0:2:0): Unretryable Error
(probe3:sbp0:0:3:0): error 22
(probe3:sbp0:0:3:0): Unretryable Error
(probe4:sbp0:0:4:0): error 22
(probe4:sbp0:0:4:0): Unretryable Error
(probe5:sbp0:0:5:0): error 22
(probe5:sbp0:0:5:0): Unretryable Error
(probe6:sbp0:0:6:0): error 22
(probe6:sbp0:0:6:0): Unretryable Error
ATA PseudoRAID loaded
SMP: AP CPU #1 Launched!
cpu1 AP:
ID: 0x01000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000
ioapic0: Assigning ISA IRQ 1 to local APIC 0
ioapic0: Assigning ISA IRQ 4 to local APIC 1
ioapic0: Assigning ISA IRQ 9 to local APIC 0
ioapic0: Assigning ISA IRQ 12 to local APIC 1
ioapic0: Assigning ISA IRQ 14 to local APIC 0
ioapic0: Assigning PCI IRQ 16 to local APIC 1
ioapic0: Assigning PCI IRQ 17 to local APIC 0
ioapic0: Assigning PCI IRQ 18 to local APIC 1
ioapic0: Assigning PCI IRQ 19 to local APIC 0
ioapic0: Assigning PCI IRQ 20 to local APIC 1
ioapic0: Assigning PCI IRQ 22 to local APIC 0
msi: Assigning MSI IRQ 256 to local APIC 1
msi: Assigning MSI IRQ 257 to local APIC 0
Trying to mount root from ufs:/dev/ad4s1a
start_init: trying /sbin/init
re0: link state changed to UP
[-- Attachment #3 --]
hw.acpi.supported_sleep_state: S1 S3 S4 S5
hw.acpi.power_button_state: S5
hw.acpi.sleep_button_state: S1
hw.acpi.lid_switch_state: NONE
hw.acpi.standby_state: S1
hw.acpi.suspend_state: S3
hw.acpi.sleep_delay: 1
hw.acpi.s4bios: 0
hw.acpi.verbose: 1
hw.acpi.disable_on_reboot: 0
hw.acpi.handle_reboot: 0
hw.acpi.cpu.cx_lowest: C1
hw.acpi.thermal.min_runtime: 0
hw.acpi.thermal.polling_rate: 10
hw.acpi.thermal.user_override: 0
hw.acpi.thermal.tz0.temperature: 48.0C
hw.acpi.thermal.tz0.active: -1
hw.acpi.thermal.tz0.passive_cooling: 0
hw.acpi.thermal.tz0.thermal_flags: 0
hw.acpi.thermal.tz0._PSV: -1
hw.acpi.thermal.tz0._HOT: -1
hw.acpi.thermal.tz0._CRT: 100.0C
hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1
hw.acpi.acline: 1
hw.acpi.battery.life: 100
hw.acpi.battery.time: -1
hw.acpi.battery.state: 0
hw.acpi.battery.units: 1
hw.acpi.battery.info_expire: 5
[-- Attachment #4 --]
/*
RSD PTR: OEM=ACPIAM, ACPI_Rev=1.0x (0)
RSDT=0xcffc0000, cksum=107
*/
/*
RSDT: Length=64, Revision=1, Checksum=83,
OEMID=MSI_NB, OEM Table ID=MEGABOOK, OEM Revision=0x7000725,
Creator ID=MSFT, Creator Revision=0x97
Entries={ 0xcffc0200, 0xcffc0390, 0xcffc03f0, 0xcffc0430, 0xcffce040, 0xcffc42f0, 0xcffc4330 }
*/
/*
FACP: Length=132, Revision=2, Checksum=42,
OEMID=MSI_NB, OEM Table ID=MEGABOOK, OEM Revision=0x7000725,
Creator ID=MSFT, Creator Revision=0x97
FACS=0xcffce000, DSDT=0xcffc05b0
INT_MODEL=APIC
Preferred_PM_Profile=Unspecified (0)
SCI_INT=9
SMI_CMD=0xb0, ACPI_ENABLE=0xe1, ACPI_DISABLE=0x1e, S4BIOS_REQ=0x0
PSTATE_CNT=0xe2
PM1a_EVT_BLK=0x800-0x803
PM1a_CNT_BLK=0x804-0x805
PM2_CNT_BLK=0x8ff-0x8ff
PM_TMR_BLK=0x808-0x80b
GPE0_BLK=0x820-0x827
P_LVL2_LAT=101 us, P_LVL3_LAT=1001 us
FLUSH_SIZE=1024, FLUSH_STRIDE=16
DUTY_OFFSET=4, DUTY_WIDTH=3
DAY_ALRM=13, MON_ALRM=0, CENTURY=50
IAPC_BOOT_ARCH={LEGACY_DEV,8042}
Flags={WBINVD,PROC_C1,SLP_BUTTON,RTC_S4,TMR_VAL_EXT}
*/
/*
FACS: Length=64, HwSig=0x00000000, Firm_Wake_Vec=0x00000000
Global_Lock=
Flags=
Version=1
*/
/*
DSDT: Length=15670, Revision=1, Checksum=117,
OEMID=1ADNI, OEM Table ID=1ADNI000, OEM Revision=0x0,
Creator ID=INTL, Creator Revision=0x20051117
*/
/*
APIC: Length=92, Revision=1, Checksum=104,
OEMID=MSI_NB, OEM Table ID=MEGABOOK, OEM Revision=0x7000725,
Creator ID=MSFT, Creator Revision=0x97
Local APIC ADDR=0xfee00000
Flags={PC-AT}
Type=Local APIC
ACPI CPU=1
Flags={ENABLED}
APIC ID=0
Type=Local APIC
ACPI CPU=2
Flags={ENABLED}
APIC ID=1
Type=IO APIC
APIC ID=2
INT BASE=0
ADDR=0x00000000fec00000
Type=INT Override
BUS=0
IRQ=0
INTR=2
Flags={Polarity=conforming, Trigger=conforming}
Type=INT Override
BUS=0
IRQ=9
INTR=9
Flags={Polarity=active-lo, Trigger=level}
*/
/*
MCFG: Length=60, Revision=1, Checksum=166,
OEMID=MSI_NB, OEM Table ID=MEGABOOK, OEM Revision=0x7000725,
Creator ID=MSFT, Creator Revision=0x97
Base Address= 0x00000000e0000000
Segment Group= 0x0000
Start Bus= 0
End Bus= 255
*/
/*
SLIC: Length=374, Revision=1, Checksum=242,
OEMID=MSI_NB, OEM Table ID=MEGABOOK, OEM Revision=0x7000725,
Creator ID=MSFT, Creator Revision=0x97
*/
/*
OEMB: Length=97, Revision=1, Checksum=172,
OEMID=MSI_NB, OEM Table ID=MEGABOOK, OEM Revision=0x7000725,
Creator ID=MSFT, Creator Revision=0x97
*/
/*
HPET: Length=56, Revision=1, Checksum=25,
OEMID=MSI_NB, OEM Table ID=OEMHPET, OEM Revision=0x7000725,
Creator ID=MSFT, Creator Revision=0x97
HPET Number=2
ADDR=0xfed00000:0[8] (Memory) HW Rev=0x0
Comparitors=3
Counter Size=0
Legacy IRQ routing capable={TRUE}
PCI Vendor ID=0x0000
Minimal Tick=20
*/
/*
SSDT: Length=756, Revision=1, Checksum=232,
OEMID=A M I, OEM Table ID=POWERNOW, OEM Revision=0x1,
Creator ID=AMD, Creator Revision=0x1
*/
/*
* Intel ACPI Component Architecture
* AML Disassembler version 20070320
*
* Disassembly of /tmp/acpidump.fbKeTP, Tue Jun 17 05:08:19 2008
*
*
* Original Table Header:
* Signature "DSDT"
* Length 0x00004006 (16390)
* Revision 0x01
* OEM ID "1ADNI"
* OEM Table ID "1ADNI000"
* OEM Revision 0x00000000 (0)
* Creator ID "INTL"
* Creator Revision 0x20051117 (537202967)
*/
DefinitionBlock ("/tmp/acpidump.aml", "DSDT", 1, "1ADNI", "1ADNI000", 0x00000000)
{
OperationRegion (ACMS, SystemIO, 0x72, 0x02)
Field (ACMS, ByteAcc, NoLock, Preserve)
{
ICMS, 8,
DCMS, 8
}
IndexField (ICMS, DCMS, ByteAcc, NoLock, Preserve)
{
Offset (0x01),
Offset (0x04),
Offset (0x08),
BS_A, 32,
REV0, 8,
REV1, 8
}
OperationRegion (ACAF, SystemMemory, BS_A, 0x20)
Field (ACAF, AnyAcc, NoLock, Preserve)
{
OCC0, 1,
OCC1, 1,
OCC2, 1,
OCC3, 1,
OCC4, 1,
OCC5, 1,
OCC6, 1,
OCC7, 1,
OCC8, 1,
OCC9, 1,
Offset (0x02),
TPMR, 1,
STHP, 1,
SHPG, 1,
OSCF, 1,
Offset (0x04),
PCIE, 32,
HPBS, 32,
OCM0, 4,
OCM1, 4,
OCM2, 4,
OCM3, 4,
OCM4, 4,
OCM5, 4,
OCM6, 4,
OCM7, 4,
OCM8, 4,
OCM9, 4,
Offset (0x14),
P92T, 8
}
OperationRegion (CMPT, SystemIO, 0x0C50, 0x03)
Field (CMPT, ByteAcc, NoLock, Preserve)
{
CMID, 8,
, 6,
GPCT, 2,
GP0I, 1,
GP1I, 1,
GP2I, 1,
GP3I, 1,
GP4I, 1,
GP5I, 1,
GP6I, 1,
GP7I, 1
}
OperationRegion (PCFG, SystemMemory, PCIE, 0x02000000)
Field (PCFG, AnyAcc, NoLock, Preserve)
{
Offset (0x90024),
STB5, 32,
Offset (0x98042),
PT0D, 1,
PT1D, 1,
PT2D, 1,
PT3D, 1,
PT4D, 1,
PT5D, 1,
PT6D, 1,
PT7D, 1,
PT8D, 1,
PT9D, 1,
Offset (0xA0004),
SMIE, 1,
SMME, 1,
Offset (0xA0008),
RVID, 8,
Offset (0xA0014),
SMB1, 32,
Offset (0xA0078),
, 14,
P92E, 1
}
OperationRegion (BAR, SystemMemory, STB5, 0x1000)
Field (BAR, AnyAcc, NoLock, Preserve)
{
Offset (0x120),
, 7,
PMBY, 1,
Offset (0x128),
PMS0, 4,
Offset (0x129),
PMS1, 4,
Offset (0x12C),
DET0, 4,
Offset (0x130),
Offset (0x132),
PRC0, 1,
Offset (0x1A0),
, 7,
SMBY, 1,
Offset (0x1A8),
SMS0, 4,
Offset (0x1A9),
SMS1, 4,
Offset (0x1AC),
DET1, 4,
Offset (0x1B0),
Offset (0x1B2),
PRC1, 1,
Offset (0x220),
, 7,
PSBY, 1,
Offset (0x228),
PSS0, 4,
Offset (0x229),
PSS1, 4,
Offset (0x22C),
DET2, 4,
Offset (0x230),
Offset (0x232),
PRC2, 1,
Offset (0x2A0),
, 7,
SSBY, 1,
Offset (0x2A8),
SSS0, 4,
Offset (0x2A9),
SSS1, 4,
Offset (0x2AC),
DET3, 4,
Offset (0x2B0),
Offset (0x2B2),
PRC3, 1
}
OperationRegion (PMIO, SystemIO, 0x0CD6, 0x02)
Field (PMIO, ByteAcc, NoLock, Preserve)
{
INPM, 8,
DAPM, 8
}
IndexField (INPM, DAPM, ByteAcc, NoLock, Preserve)
{
, 1,
TM1E, 1,
TM2E, 1,
Offset (0x01),
, 1,
TM1S, 1,
TM2S, 1,
Offset (0x04),
, 7,
SLPS, 1,
Offset (0x07),
, 7,
CLPS, 1,
Offset (0x10),
, 6,
PWDE, 1,
Offset (0x1C),
, 3,
MKME, 1,
PI3E, 1,
PI2E, 1,
PI1E, 1,
PI0E, 1,
, 3,
MKMS, 1,
PI3S, 1,
PI2S, 1,
PI1S, 1,
PI0S, 1,
Offset (0x20),
P1EB, 16,
Offset (0x36),
, 6,
GV6P, 1,
GV7P, 1,
, 3,
GM0P, 1,
GM1P, 1,
GM2P, 1,
GM3P, 1,
GM8P, 1,
, 1,
GM4P, 1,
GM5P, 1,
, 1,
GM6P, 1,
GM7P, 1,
Offset (0x39),
GEV0, 1,
GEV1, 1,
GEV2, 1,
GEV3, 1,
GEV4, 1,
GEV5, 1,
GEV6, 1,
GEV7, 1,
Offset (0x3B),
GPX0, 1,
GPX4, 1,
GPX5, 1,
GPX1, 1,
GPX6, 1,
GPX7, 1,
GPX2, 1,
GPX3, 1,
Offset (0x55),
SPRE, 1,
, 1,
, 1,
EPNM, 1,
DPPF, 1,
FNGS, 1,
Offset (0x61),
, 7,
R617, 1,
Offset (0x65),
, 4,
RSTU, 1,
Offset (0x68),
, 3,
TPDE, 1,
, 1,
Offset (0x92),
, 7,
GV7S, 1,
Offset (0x96),
GP8I, 1,
GP9I, 1,
Offset (0x9A),
, 7,
HECO, 1,
Offset (0xA8),
PI4E, 1,
PI5E, 1,
PI6E, 1,
PI7E, 1,
Offset (0xA9),
PI4S, 1,
PI5S, 1,
PI6S, 1,
PI7S, 1
}
OperationRegion (P1E0, SystemIO, P1EB, 0x04)
Field (P1E0, ByteAcc, NoLock, Preserve)
{
, 14,
PEWS, 1,
WSTA, 1,
, 14,
PEWD, 1
}
Method (C_OC, 0, NotSerialized)
{
Sleep (0x14)
Store (0x13, CMID)
Store (Zero, GPCT)
}
Method (U_OC, 2, NotSerialized)
{
If (LEqual (OCM0, Arg0))
{
Store (Arg1, PT0D)
}
If (LEqual (OCM1, Arg0))
{
Store (Arg1, PT1D)
}
If (LEqual (OCM2, Arg0))
{
Store (Arg1, PT2D)
}
If (LEqual (OCM3, Arg0))
{
Store (Arg1, PT3D)
}
If (LEqual (OCM4, Arg0))
{
Store (Arg1, PT4D)
}
If (LEqual (OCM5, Arg0))
{
Store (Arg1, PT5D)
}
If (LEqual (OCM6, Arg0))
{
Store (Arg1, PT6D)
}
If (LEqual (OCM7, Arg0))
{
Store (Arg1, PT7D)
}
If (LEqual (OCM8, Arg0))
{
Store (Arg1, PT8D)
}
If (LEqual (OCM9, Arg0))
{
Store (Arg1, PT9D)
}
}
Method (SPTS, 1, NotSerialized)
{
If (LEqual (Arg0, 0x03))
{
Store (Zero, RSTU)
}
Store (One, CLPS)
Store (One, SLPS)
If (LLessEqual (RVID, 0x13))
{
Store (Zero, PWDE)
}
If (LEqual (P92T, Zero))
{
Store (Zero, PI0E)
}
If (LEqual (P92T, One))
{
Store (Zero, PI1E)
}
If (LEqual (P92T, 0x02))
{
Store (Zero, PI2E)
}
If (LEqual (P92T, 0x03))
{
Store (Zero, PI3E)
}
If (LEqual (P92T, 0x04))
{
Store (Zero, PI4E)
}
If (LEqual (P92T, 0x05))
{
Store (Zero, PI5E)
}
If (LEqual (P92T, 0x06))
{
Store (Zero, PI6E)
}
If (LEqual (P92T, 0x07))
{
Store (Zero, PI7E)
}
If (LLessEqual (P92T, 0x07))
{
Store (One, P92E)
}
}
OperationRegion (CS72, SystemIO, 0x72, 0x02)
Field (CS72, ByteAcc, NoLock, Preserve)
{
CI72, 8,
CO73, 8
}
IndexField (CI72, CO73, ByteAcc, NoLock, Preserve)
{
Offset (0xF0),
RTCC, 1
}
Method (SWAK, 1, NotSerialized)
{
Store (One, HECO)
If (LEqual (Arg0, 0x03))
{
If (RTCC)
{
Store (0xCC, DBG8)
}
Else
{
Notify (\_SB.PWRB, 0x02)
}
Store (One, RSTU)
}
Store (PEWS, PEWS)
If (LLessEqual (P92T, 0x07))
{
Store (Zero, P92E)
}
If (LEqual (P92T, Zero))
{
Store (One, PI0E)
}
If (LEqual (P92T, One))
{
Store (One, PI1E)
}
If (LEqual (P92T, 0x02))
{
Store (One, PI2E)
}
If (LEqual (P92T, 0x03))
{
Store (One, PI3E)
}
If (LEqual (P92T, 0x04))
{
Store (One, PI4E)
}
If (LEqual (P92T, 0x05))
{
Store (One, PI5E)
}
If (LEqual (P92T, 0x06))
{
Store (One, PI6E)
}
If (LEqual (P92T, 0x07))
{
Store (One, PI7E)
}
}
Method (TRMD, 1, NotSerialized)
{
Store (Arg0, SPRE)
Store (Arg0, TPDE)
}
If (OCC0)
{
Scope (_GPE)
{
Method (_L13, 0, NotSerialized)
{
C_OC ()
If (LEqual (GP0I, GM0P))
{
Not (GM0P, GM0P)
U_OC (Zero, GM0P)
}
}
}
}
If (OCC1)
{
Scope (_GPE)
{
Method (_L14, 0, NotSerialized)
{
C_OC ()
If (LEqual (GP1I, GM1P))
{
Not (GM1P, GM1P)
U_OC (One, GM1P)
}
}
}
}
If (OCC2)
{
Scope (_GPE)
{
Method (_L15, 0, NotSerialized)
{
C_OC ()
If (LEqual (GP2I, GM2P))
{
Not (GM2P, GM2P)
U_OC (0x02, GM2P)
}
}
}
}
If (OCC3)
{
Scope (_GPE)
{
Method (_L16, 0, NotSerialized)
{
C_OC ()
If (LEqual (GP3I, GM3P))
{
Not (GM3P, GM3P)
U_OC (0x03, GM3P)
}
}
}
}
If (OCC4)
{
Scope (_GPE)
{
Method (_L19, 0, NotSerialized)
{
C_OC ()
If (LEqual (GP4I, GM4P))
{
Not (GM4P, GM4P)
U_OC (0x04, GM4P)
}
}
}
}
If (OCC5)
{
Scope (_GPE)
{
Method (_L1A, 0, NotSerialized)
{
C_OC ()
If (LEqual (GP5I, GM5P))
{
Not (GM5P, GM5P)
U_OC (0x05, GM5P)
}
}
}
}
If (OCC6)
{
Scope (_GPE)
{
Method (_L1C, 0, NotSerialized)
{
C_OC ()
If (LEqual (GP6I, GM6P))
{
Not (GV6P, GV6P)
U_OC (0x06, GV6P)
}
}
}
}
If (OCC7)
{
Scope (_GPE)
{
Method (_L1D, 0, NotSerialized)
{
C_OC ()
If (LEqual (GP7I, GM7P))
{
Not (GV7P, GV7P)
U_OC (0x07, GV7P)
}
}
}
}
If (OCC8)
{
Scope (_GPE)
{
Method (_L17, 0, NotSerialized)
{
C_OC ()
If (LEqual (GP8I, GM8P))
{
Not (GM8P, GM8P)
U_OC (0x08, GM8P)
}
}
}
}
If (OCC9)
{
Scope (_GPE)
{
Method (_L0E, 0, NotSerialized)
{
C_OC ()
If (LEqual (GP9I, Zero))
{
U_OC (0x09, One)
}
}
}
}
Method (NPTS, 1, NotSerialized)
{
}
Method (NWAK, 1, NotSerialized)
{
}
Name (FZTF, Buffer (0x07)
{
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF5
})
Name (DP80, 0x80)
Name (DP90, 0x90)
Name (UMRS, One)
Name (PMBS, 0x0800)
Name (PMLN, 0xA0)
Name (GPBS, Zero)
Name (GPLN, Zero)
Name (SMBB, 0x0B10)
Name (SMBL, 0x10)
Name (APIC, One)
Name (PCIB, 0xE0000000)
Name (PCIL, 0x10000000)
Name (HTTC, Zero)
OperationRegion (BIOS, SystemMemory, 0xCFFCE064, 0xFF)
Field (BIOS, ByteAcc, NoLock, Preserve)
{
SS1, 1,
SS2, 1,
SS3, 1,
SS4, 1,
Offset (0x01),
IOST, 16,
TOPM, 32,
ROMS, 32,
MG1B, 32,
MG1L, 32,
MG2B, 32,
MG2L, 32,
Offset (0x1C),
DMAX, 8,
HPTA, 32,
CPB0, 32,
CPB1, 32,
CPB2, 32,
CPB3, 32,
ASSB, 8,
AOTB, 8,
AAXB, 32,
SMIF, 8,
DTSE, 8,
DTS1, 8,
DTS2, 8,
MPEN, 8,
TPMF, 8
}
Method (RRIO, 4, NotSerialized)
{
Store ("RRIO", Debug)
}
Method (RDMA, 3, NotSerialized)
{
Store ("rDMA", Debug)
}
Name (PICM, Zero)
Method (_PIC, 1, NotSerialized)
{
If (Arg0)
{
Store (0xAA, DBG8)
\_SB.IRQC ()
}
Else
{
Store (0xAC, DBG8)
}
Store (Arg0, PICM)
}
Name (OSVR, Ones)
Method (OSFL, 0, NotSerialized)
{
If (LNotEqual (OSVR, Ones))
{
Return (OSVR)
}
If (LEqual (PICM, Zero))
{
Store (0xAC, DBG8)
}
Store (One, OSVR)
If (CondRefOf (_OSI, Local1))
{
If (_OSI ("Windows 2001"))
{
Store (Zero, OSVR)
}
}
Else
{
If (MCTH (_OS, "Microsoft Windows NT"))
{
Store (0x04, OSVR)
}
Else
{
If (MCTH (_OS, "Microsoft WindowsME: Millennium Edition"))
{
Store (0x02, OSVR)
}
If (MCTH (_OS, "Linux"))
{
Store (0x03, OSVR)
}
}
}
Return (OSVR)
}
Method (MCTH, 2, NotSerialized)
{
If (LLess (SizeOf (Arg0), SizeOf (Arg1)))
{
Return (Zero)
}
Add (SizeOf (Arg0), One, Local0)
Name (BUF0, Buffer (Local0) {})
Name (BUF1, Buffer (Local0) {})
Store (Arg0, BUF0)
Store (Arg1, BUF1)
While (Local0)
{
Decrement (Local0)
If (LNotEqual (DerefOf (Index (BUF0, Local0)), DerefOf (Index (
BUF1, Local0))))
{
Return (Zero)
}
}
Return (One)
}
Name (PRWP, Package (0x02)
{
Zero,
Zero
})
Method (GPRW, 2, NotSerialized)
{
Store (Arg0, Index (PRWP, Zero))
Store (ShiftLeft (SS1, One), Local0)
Or (Local0, ShiftLeft (SS2, 0x02), Local0)
Or (Local0, ShiftLeft (SS3, 0x03), Local0)
Or (Local0, ShiftLeft (SS4, 0x04), Local0)
If (And (ShiftLeft (One, Arg1), Local0))
{
Store (Arg1, Index (PRWP, One))
}
Else
{
ShiftRight (Local0, One, Local0)
If (LOr (LEqual (OSFL (), One), LEqual (OSFL (), 0x02)))
{
FindSetLeftBit (Local0, Index (PRWP, One))
}
Else
{
FindSetRightBit (Local0, Index (PRWP, One))
}
}
Return (PRWP)
}
Name (WAKP, Package (0x02)
{
Zero,
Zero
})
OperationRegion (DEB0, SystemIO, DP80, One)
Field (DEB0, ByteAcc, NoLock, Preserve)
{
DBG8, 8
}
OperationRegion (DEB1, SystemIO, DP90, 0x02)
Field (DEB1, WordAcc, NoLock, Preserve)
{
DBG9, 16
}
Scope (_PR)
{
Processor (P001, 0x01, 0x00000810, 0x06) {}
Processor (P002, 0x02, 0x00000000, 0x00) {}
Alias (P001, CPU1)
Alias (P002, CPU2)
}
Scope (_SB)
{
Name (PR00, Package (0x21)
{
Package (0x04)
{
0x0002FFFF,
Zero,
LNKC,
Zero
},
Package (0x04)
{
0x0002FFFF,
One,
LNKD,
Zero
},
Package (0x04)
{
0x0002FFFF,
0x02,
LNKA,
Zero
},
Package (0x04)
{
0x0002FFFF,
0x03,
LNKB,
Zero
},
Package (0x04)
{
0x0003FFFF,
Zero,
LNKD,
Zero
},
Package (0x04)
{
0x0003FFFF,
One,
LNKA,
Zero
},
Package (0x04)
{
0x0003FFFF,
0x02,
LNKB,
Zero
},
Package (0x04)
{
0x0003FFFF,
0x03,
LNKC,
Zero
},
Package (0x04)
{
0x0004FFFF,
Zero,
LNKA,
Zero
},
Package (0x04)
{
0x0004FFFF,
One,
LNKB,
Zero
},
Package (0x04)
{
0x0004FFFF,
0x02,
LNKC,
Zero
},
Package (0x04)
{
0x0004FFFF,
0x03,
LNKD,
Zero
},
Package (0x04)
{
0x0005FFFF,
Zero,
LNKB,
Zero
},
Package (0x04)
{
0x0005FFFF,
One,
LNKC,
Zero
},
Package (0x04)
{
0x0005FFFF,
0x02,
LNKD,
Zero
},
Package (0x04)
{
0x0005FFFF,
0x03,
LNKA,
Zero
},
Package (0x04)
{
0x0006FFFF,
Zero,
LNKC,
Zero
},
Package (0x04)
{
0x0006FFFF,
One,
LNKD,
Zero
},
Package (0x04)
{
0x0006FFFF,
0x02,
LNKA,
Zero
},
Package (0x04)
{
0x0006FFFF,
0x03,
LNKB,
Zero
},
Package (0x04)
{
0x0007FFFF,
Zero,
LNKD,
Zero
},
Package (0x04)
{
0x0007FFFF,
One,
LNKA,
Zero
},
Package (0x04)
{
0x0007FFFF,
0x02,
LNKB,
Zero
},
Package (0x04)
{
0x0007FFFF,
0x03,
LNKC,
Zero
},
Package (0x04)
{
0x0014FFFF,
Zero,
LNKA,
Zero
},
Package (0x04)
{
0x0014FFFF,
One,
LNKB,
Zero
},
Package (0x04)
{
0x0014FFFF,
0x02,
LNKC,
Zero
},
Package (0x04)
{
0x0014FFFF,
0x03,
LNKD,
Zero
},
Package (0x04)
{
0x0013FFFF,
Zero,
LNKA,
Zero
},
Package (0x04)
{
0x0013FFFF,
One,
LNKB,
Zero
},
Package (0x04)
{
0x0013FFFF,
0x02,
LNKC,
Zero
},
Package (0x04)
{
0x0013FFFF,
0x03,
LNKD,
Zero
},
Package (0x04)
{
0x0012FFFF,
Zero,
LNKG,
Zero
}
})
Name (AR00, Package (0x21)
{
Package (0x04)
{
0x0002FFFF,
Zero,
Zero,
0x12
},
Package (0x04)
{
0x0002FFFF,
One,
Zero,
0x13
},
Package (0x04)
{
0x0002FFFF,
0x02,
Zero,
0x10
},
Package (0x04)
{
0x0002FFFF,
0x03,
Zero,
0x11
},
Package (0x04)
{
0x0003FFFF,
Zero,
Zero,
0x13
},
Package (0x04)
{
0x0003FFFF,
One,
Zero,
0x10
},
Package (0x04)
{
0x0003FFFF,
0x02,
Zero,
0x11
},
Package (0x04)
{
0x0003FFFF,
0x03,
Zero,
0x12
},
Package (0x04)
{
0x0004FFFF,
Zero,
Zero,
0x10
},
Package (0x04)
{
0x0004FFFF,
One,
Zero,
0x11
},
Package (0x04)
{
0x0004FFFF,
0x02,
Zero,
0x12
},
Package (0x04)
{
0x0004FFFF,
0x03,
Zero,
0x13
},
Package (0x04)
{
0x0005FFFF,
Zero,
Zero,
0x11
},
Package (0x04)
{
0x0005FFFF,
One,
Zero,
0x12
},
Package (0x04)
{
0x0005FFFF,
0x02,
Zero,
0x13
},
Package (0x04)
{
0x0005FFFF,
0x03,
Zero,
0x10
},
Package (0x04)
{
0x0006FFFF,
Zero,
Zero,
0x12
},
Package (0x04)
{
0x0006FFFF,
One,
Zero,
0x13
},
Package (0x04)
{
0x0006FFFF,
0x02,
Zero,
0x10
},
Package (0x04)
{
0x0006FFFF,
0x03,
Zero,
0x11
},
Package (0x04)
{
0x0007FFFF,
Zero,
Zero,
0x13
},
Package (0x04)
{
0x0007FFFF,
One,
Zero,
0x10
},
Package (0x04)
{
0x0007FFFF,
0x02,
Zero,
0x11
},
Package (0x04)
{
0x0007FFFF,
0x03,
Zero,
0x12
},
Package (0x04)
{
0x0014FFFF,
Zero,
Zero,
0x10
},
Package (0x04)
{
0x0014FFFF,
One,
Zero,
0x11
},
Package (0x04)
{
0x0014FFFF,
0x02,
Zero,
0x12
},
Package (0x04)
{
0x0014FFFF,
0x03,
Zero,
0x13
},
Package (0x04)
{
0x0013FFFF,
Zero,
Zero,
0x10
},
Package (0x04)
{
0x0013FFFF,
One,
Zero,
0x11
},
Package (0x04)
{
0x0013FFFF,
0x02,
Zero,
0x12
},
Package (0x04)
{
0x0013FFFF,
0x03,
Zero,
0x13
},
Package (0x04)
{
0x0012FFFF,
Zero,
Zero,
0x16
}
})
Name (PR01, Package (0x04)
{
Package (0x04)
{
0x0005FFFF,
Zero,
LNKC,
Zero
},
Package (0x04)
{
0x0005FFFF,
One,
LNKD,
Zero
},
Package (0x04)
{
0x0005FFFF,
0x02,
LNKA,
Zero
},
Package (0x04)
{
0x0005FFFF,
0x03,
LNKB,
Zero
}
})
Name (AR01, Package (0x04)
{
Package (0x04)
{
0x0005FFFF,
Zero,
Zero,
0x12
},
Package (0x04)
{
0x0005FFFF,
One,
Zero,
0x13
},
Package (0x04)
{
0x0005FFFF,
0x02,
Zero,
0x10
},
Package (0x04)
{
0x0005FFFF,
0x03,
Zero,
0x11
}
})
Name (PR02, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
LNKC,
Zero
},
Package (0x04)
{
0xFFFF,
One,
LNKD,
Zero
},
Package (0x04)
{
0xFFFF,
0x02,
LNKA,
Zero
},
Package (0x04)
{
0xFFFF,
0x03,
LNKB,
Zero
}
})
Name (AR02, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
Zero,
0x12
},
Package (0x04)
{
0xFFFF,
One,
Zero,
0x13
},
Package (0x04)
{
0xFFFF,
0x02,
Zero,
0x10
},
Package (0x04)
{
0xFFFF,
0x03,
Zero,
0x11
}
})
Name (PR03, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
LNKD,
Zero
},
Package (0x04)
{
0xFFFF,
One,
LNKA,
Zero
},
Package (0x04)
{
0xFFFF,
0x02,
LNKB,
Zero
},
Package (0x04)
{
0xFFFF,
0x03,
LNKC,
Zero
}
})
Name (AR03, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
Zero,
0x13
},
Package (0x04)
{
0xFFFF,
One,
Zero,
0x10
},
Package (0x04)
{
0xFFFF,
0x02,
Zero,
0x11
},
Package (0x04)
{
0xFFFF,
0x03,
Zero,
0x12
}
})
Name (PR04, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
LNKA,
Zero
},
Package (0x04)
{
0xFFFF,
One,
LNKB,
Zero
},
Package (0x04)
{
0xFFFF,
0x02,
LNKC,
Zero
},
Package (0x04)
{
0xFFFF,
0x03,
LNKD,
Zero
}
})
Name (AR04, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
Zero,
0x10
},
Package (0x04)
{
0xFFFF,
One,
Zero,
0x11
},
Package (0x04)
{
0xFFFF,
0x02,
Zero,
0x12
},
Package (0x04)
{
0xFFFF,
0x03,
Zero,
0x13
}
})
Name (PR05, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
LNKB,
Zero
},
Package (0x04)
{
0xFFFF,
One,
LNKC,
Zero
},
Package (0x04)
{
0xFFFF,
0x02,
LNKD,
Zero
},
Package (0x04)
{
0xFFFF,
0x03,
LNKA,
Zero
}
})
Name (AR05, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
Zero,
0x11
},
Package (0x04)
{
0xFFFF,
One,
Zero,
0x12
},
Package (0x04)
{
0xFFFF,
0x02,
Zero,
0x13
},
Package (0x04)
{
0xFFFF,
0x03,
Zero,
0x10
}
})
Name (PR06, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
LNKC,
Zero
},
Package (0x04)
{
0xFFFF,
One,
LNKD,
Zero
},
Package (0x04)
{
0xFFFF,
0x02,
LNKA,
Zero
},
Package (0x04)
{
0xFFFF,
0x03,
LNKB,
Zero
}
})
Name (AR06, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
Zero,
0x12
},
Package (0x04)
{
0xFFFF,
One,
Zero,
0x13
},
Package (0x04)
{
0xFFFF,
0x02,
Zero,
0x10
},
Package (0x04)
{
0xFFFF,
0x03,
Zero,
0x11
}
})
Name (PR07, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
LNKD,
Zero
},
Package (0x04)
{
0xFFFF,
One,
LNKA,
Zero
},
Package (0x04)
{
0xFFFF,
0x02,
LNKB,
Zero
},
Package (0x04)
{
0xFFFF,
0x03,
LNKC,
Zero
}
})
Name (AR07, Package (0x04)
{
Package (0x04)
{
0xFFFF,
Zero,
Zero,
0x13
},
Package (0x04)
{
0xFFFF,
One,
Zero,
0x10
},
Package (0x04)
{
0xFFFF,
0x02,
Zero,
0x11
},
Package (0x04)
{
0xFFFF,
0x03,
Zero,
0x12
}
})
Name (PR0C, Package (0x01)
{
Package (0x04)
{
0x0004FFFF,
Zero,
LNKE,
Zero
}
})
Name (AR0C, Package (0x01)
{
Package (0x04)
{
0x0004FFFF,
Zero,
Zero,
0x14
}
})
Name (PRSA, ResourceTemplate ()
{
IRQ (Level, ActiveLow, Shared, )
{3,4,5,7,10,11,12,14,15}
})
Alias (PRSA, PRSB)
Alias (PRSA, PRSC)
Alias (PRSA, PRSD)
Alias (PRSA, PRSE)
Name (PRSF, ResourceTemplate ()
{
IRQ (Level, ActiveLow, Shared, )
{9}
})
Alias (PRSA, PRSG)
Alias (PRSA, PRSH)
Device (PCI0)
{
Name (_HID, EisaId ("PNP0A03"))
Name (_ADR, 0x00180000)
Method (^BN00, 0, NotSerialized)
{
Return (Zero)
}
Method (_BBN, 0, NotSerialized)
{
Return (BN00 ())
}
Name (_UID, Zero)
Method (_PRT, 0, NotSerialized)
{
If (PICM)
{
Return (AR00)
}
Return (PR00)
}
Method (NPTS, 1, NotSerialized)
{
}
Method (NWAK, 1, NotSerialized)
{
}
Device (RS48)
{
Name (_ADR, Zero)
OperationRegion (NB2, PCI_Config, Zero, 0x0100)
Field (NB2, AnyAcc, NoLock, Preserve)
{
Offset (0x90),
UMBS, 32,
Offset (0x9B),
UMSL, 8,
Offset (0xE4),
MCDA, 32,
NCIN, 32
}
Device (UMAX)
{
Name (_HID, EisaId ("PNP0C02"))
Name (_UID, 0x24)
Method (_STA, 0, NotSerialized)
{
Store (UMSL, Local0)
If (Local0)
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}
Name (CRS, ResourceTemplate ()
{
Memory32Fixed (ReadOnly,
0x00000000, // Address Base
0x00000000, // Address Length
_Y00)
})
Method (_CRS, 0, NotSerialized)
{
CreateDWordField (CRS, \_SB.PCI0.RS48.UMAX._Y00._BAS, BAS1)
CreateDWordField (CRS, \_SB.PCI0.RS48.UMAX._Y00._LEN, LEN1)
Store (UMBS, BAS1)
Store (ShiftLeft (UMSL, 0x18), LEN1)
Return (CRS)
}
}
}
Device (P0P1)
{
Name (_ADR, 0x00010000)
Method (_PRT, 0, NotSerialized)
{
If (PICM)
{
Return (AR01)
}
Return (PR01)
}
}
Device (PCE2)
{
Name (_ADR, 0x00020000)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x18, 0x04))
}
Method (_PRT, 0, NotSerialized)
{
If (PICM)
{
Return (AR02)
}
Return (PR02)
}
Device (VGA)
{
Name (_ADR, Zero)
Method (_DOS, 1, NotSerialized)
{
Store (Arg0, SWIT)
}
Name (_DOD, Package (0x04)
{
0x00010100,
0x00010110,
0x00010200,
0x00010210
})
Device (CRT)
{
Name (_ADR, 0x0100)
Name (_DCS, 0x1F)
Name (_DGS, Zero)
Method (_DSS, 1, NotSerialized)
{
}
}
Device (LCD)
{
Name (_ADR, 0x0110)
Name (_DCS, 0x1F)
Name (_DGS, One)
Method (_DSS, 1, NotSerialized)
{
}
Method (_BCM, 1, NotSerialized)
{
Name (_T_0, Zero)
Store (Arg0, _T_0)
If (LEqual (_T_0, 0x14))
{
Store (Zero, Local0)
}
Else
{
If (LEqual (_T_0, 0x1E))
{
Store (One, Local0)
}
Else
{
If (LEqual (_T_0, 0x28))
{
Store (0x02, Local0)
}
Else
{
If (LEqual (_T_0, 0x32))
{
Store (0x03, Local0)
}
Else
{
If (LEqual (_T_0, 0x3C))
{
Store (0x04, Local0)
}
Else
{
If (LEqual (_T_0, 0x46))
{
Store (0x05, Local0)
}
Else
{
If (LEqual (_T_0, 0x50))
{
Store (0x06, Local0)
}
Else
{
If (LEqual (_T_0, 0x5A))
{
Store (0x07, Local0)
}
Else
{
If (LEqual (_T_0, 0x64))
{
Store (0x08, Local0)
}
Else
{
Store (0x08, Local0)
}
}
}
}
}
}
}
}
}
While (LNot (^^^^SBRG.EC.IRDY ()))
{
Sleep (One)
}
Store (0x11, ^^^^SBRG.EC.CMD1)
While (LNot (^^^^SBRG.EC.IRDY ()))
{
Sleep (One)
}
Store (0x80, ^^^^SBRG.EC.DAT1)
While (LNot (^^^^SBRG.EC.IRDY ()))
{
Sleep (One)
}
Store (Local0, ^^^^SBRG.EC.DAT1)
}
Method (_BQC, 0, NotSerialized)
{
Store (^^^^SBRG.EC.GBQC, Local0)
Multiply (Local0, 0x0A, Local1)
Add (Local1, 0x14, Local0)
Return (Local0)
}
Name (PBCL, Package (0x0B)
{
0x50,
0x14,
0x14,
0x1E,
0x28,
0x32,
0x3C,
0x46,
0x50,
0x5A,
0x64
})
Method (_BCL, 0, NotSerialized)
{
Return (PBCL)
}
}
Device (TV)
{
Name (_ADR, 0x0200)
Name (_DCS, 0x1F)
Name (_DGS, Zero)
Method (_DSS, 1, NotSerialized)
{
}
}
Device (DFP1)
{
Name (_ADR, 0x0210)
Name (_DCS, 0x1F)
Name (_DGS, Zero)
Method (_DSS, 1, NotSerialized)
{
}
}
Name (SWIT, Zero)
Name (GDCS, 0x02)
Name (GDGS, One)
Name (GDTS, Zero)
Name (GDFG, One)
Name (BQF1, Zero)
Name (BQF2, Zero)
}
}
Device (PCE3)
{
Name (_ADR, 0x00030000)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x18, 0x04))
}
Method (_PRT, 0, NotSerialized)
{
If (PICM)
{
Return (AR03)
}
Return (PR03)
}
}
Device (PCE4)
{
Name (_ADR, 0x00040000)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x18, 0x04))
}
Method (_PRT, 0, NotSerialized)
{
If (PICM)
{
Return (AR04)
}
Return (PR04)
}
}
Device (PCE5)
{
Name (_ADR, 0x00050000)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x18, 0x04))
}
Method (_PRT, 0, NotSerialized)
{
If (PICM)
{
Return (AR05)
}
Return (PR05)
}
}
Device (PCE6)
{
Name (_ADR, 0x00060000)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x18, 0x04))
}
Method (_PRT, 0, NotSerialized)
{
If (PICM)
{
Return (AR06)
}
Return (PR06)
}
Device (NEWC)
{
Name (_ADR, Zero)
Scope (\_GPE)
{
Method (_L07, 0, NotSerialized)
{
Store (GV7S, DBG8)
If (GV7S)
{
Store (One, GEV7)
Store (Zero, GV7P)
}
Else
{
Store (One, GEV7)
Store (One, GV7P)
}
Sleep (0x64)
Notify (\_SB.PCI0, Zero)
}
}
Method (_RMV, 0, NotSerialized)
{
Return (One)
}
Scope (^^PCE6)
{
OperationRegion (NESS, PCI_Config, 0x72, One)
Field (NESS, AnyAcc, NoLock, Preserve)
{
, 5,
SLST, 1,
, 1
}
}
}
}
Device (PCE7)
{
Name (_ADR, 0x00070000)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x18, 0x04))
}
Method (_PRT, 0, NotSerialized)
{
If (PICM)
{
Return (AR07)
}
Return (PR07)
}
}
Device (SBAZ)
{
Name (_ADR, 0x00140002)
OperationRegion (PCI, PCI_Config, Zero, 0x0100)
Field (PCI, AnyAcc, NoLock, Preserve)
{
Offset (0x42),
DNSP, 1,
DNSO, 1,
ENSR, 1
}
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x1B, 0x04))
}
}
Device (SBRG)
{
Name (_ADR, 0x00140003)
Device (PIC)
{
Name (_HID, EisaId ("PNP0000"))
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,
0x0020, // Range Minimum
0x0020, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IO (Decode16,
0x00A0, // Range Minimum
0x00A0, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IRQNoFlags ()
{2}
})
}
Device (DMAD)
{
Name (_HID, EisaId ("PNP0200"))
Name (_CRS, ResourceTemplate ()
{
DMA (Compatibility, BusMaster, Transfer8, )
{4}
IO (Decode16,
0x0000, // Range Minimum
0x0000, // Range Maximum
0x00, // Alignment
0x10, // Length
)
IO (Decode16,
0x0081, // Range Minimum
0x0081, // Range Maximum
0x00, // Alignment
0x03, // Length
)
IO (Decode16,
0x0087, // Range Minimum
0x0087, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x0089, // Range Minimum
0x0089, // Range Maximum
0x00, // Alignment
0x03, // Length
)
IO (Decode16,
0x008F, // Range Minimum
0x008F, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x00C0, // Range Minimum
0x00C0, // Range Maximum
0x00, // Alignment
0x20, // Length
)
})
}
Device (TMR)
{
Name (_HID, EisaId ("PNP0100"))
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,
0x0040, // Range Minimum
0x0040, // Range Maximum
0x00, // Alignment
0x04, // Length
)
IRQNoFlags ()
{0}
})
}
Device (RTC0)
{
Name (_HID, EisaId ("PNP0B00"))
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,
0x0070, // Range Minimum
0x0070, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IRQNoFlags ()
{8}
})
}
Device (SPKR)
{
Name (_HID, EisaId ("PNP0800"))
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,
0x0061, // Range Minimum
0x0061, // Range Maximum
0x00, // Alignment
0x01, // Length
)
})
}
Device (COPR)
{
Name (_HID, EisaId ("PNP0C04"))
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,
0x00F0, // Range Minimum
0x00F0, // Range Maximum
0x00, // Alignment
0x10, // Length
)
IRQNoFlags ()
{13}
})
}
Device (HPET)
{
Name (_HID, EisaId ("PNP0103"))
Name (CRS, ResourceTemplate ()
{
Memory32Fixed (ReadOnly,
0xFED00000, // Address Base
0x00000400, // Address Length
_Y01)
})
Method (_STA, 0, NotSerialized)
{
If (HPBS)
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}
Method (_CRS, 0, NotSerialized)
{
CreateDWordField (CRS, \_SB.PCI0.SBRG.HPET._Y01._BAS, HPT)
Store (HPBS, HPT)
Return (CRS)
}
}
Device (^PCIE)
{
Name (_HID, EisaId ("PNP0C02"))
Name (_UID, 0x11)
Name (CRS, ResourceTemplate ()
{
Memory32Fixed (ReadOnly,
0xE0000000, // Address Base
0x10000000, // Address Length
_Y02)
})
Method (_CRS, 0, NotSerialized)
{
CreateDWordField (CRS, \_SB.PCI0.PCIE._Y02._BAS, BAS1)
CreateDWordField (CRS, \_SB.PCI0.PCIE._Y02._LEN, LEN1)
Store (PCIB, BAS1)
Store (PCIL, LEN1)
Return (CRS)
}
}
Device (OMSC)
{
Name (_HID, EisaId ("PNP0C02"))
Name (_UID, Zero)
Name (CRS, ResourceTemplate ()
{
Memory32Fixed (ReadOnly,
0x00000000, // Address Base
0x00000000, // Address Length
_Y03)
Memory32Fixed (ReadOnly,
0x00000000, // Address Base
0x00000000, // Address Length
_Y04)
})
Method (_CRS, 0, NotSerialized)
{
If (APIC)
{
CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y03._LEN, ML01)
CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y03._BAS, MB01)
CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y04._LEN, ML02)
CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y04._BAS, MB02)
Store (0xFEC00000, MB01)
Store (0x1000, ML01)
Store (0xFEE00000, MB02)
Store (0x1000, ML02)
}
Return (CRS)
}
}
Device (^^RMEM)
{
Name (_HID, EisaId ("PNP0C01"))
Name (_UID, One)
Name (CRS, ResourceTemplate ()
{
Memory32Fixed (ReadWrite,
0x00000000, // Address Base
0x000A0000, // Address Length
)
Memory32Fixed (ReadOnly,
0x00000000, // Address Base
0x00000000, // Address Length
_Y05)
Memory32Fixed (ReadOnly,
0x000E0000, // Address Base
0x00020000, // Address Length
_Y06)
Memory32Fixed (ReadWrite,
0x00100000, // Address Base
0x00000000, // Address Length
_Y07)
Memory32Fixed (ReadOnly,
0x00000000, // Address Base
0x00000000, // Address Length
_Y08)
})
Method (_CRS, 0, NotSerialized)
{
CreateDWordField (CRS, \_SB.RMEM._Y05._BAS, BAS1)
CreateDWordField (CRS, \_SB.RMEM._Y05._LEN, LEN1)
CreateDWordField (CRS, \_SB.RMEM._Y06._BAS, BAS2)
CreateDWordField (CRS, \_SB.RMEM._Y06._LEN, LEN2)
CreateDWordField (CRS, \_SB.RMEM._Y07._LEN, LEN3)
CreateDWordField (CRS, \_SB.RMEM._Y08._BAS, BAS4)
CreateDWordField (CRS, \_SB.RMEM._Y08._LEN, LEN4)
If (OSFL ()) {}
Else
{
If (MG1B)
{
If (LGreater (MG1B, 0x000C0000))
{
Store (0x000C0000, BAS1)
Subtract (MG1B, BAS1, LEN1)
}
}
Else
{
Store (0x000C0000, BAS1)
Store (0x00020000, LEN1)
}
If (Add (MG1B, MG1L, Local0))
{
Store (Local0, BAS2)
Subtract (0x00100000, BAS2, LEN2)
}
}
Subtract (MG2B, 0x00100000, LEN3)
Add (MG2B, MG2L, BAS4)
Subtract (Zero, BAS4, LEN4)
Return (CRS)
}
}
Device (RMSC)
{
Name (_HID, EisaId ("PNP0C02"))
Name (_UID, 0x10)
Name (CRS, ResourceTemplate ()
{
IO (Decode16,
0x0010, // Range Minimum
0x0010, // Range Maximum
0x00, // Alignment
0x10, // Length
)
IO (Decode16,
0x0022, // Range Minimum
0x0022, // Range Maximum
0x00, // Alignment
0x1E, // Length
)
IO (Decode16,
0x0062, // Range Minimum
0x0062, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IO (Decode16,
0x0065, // Range Minimum
0x0065, // Range Maximum
0x00, // Alignment
0x0B, // Length
)
IO (Decode16,
0x0072, // Range Minimum
0x0072, // Range Maximum
0x00, // Alignment
0x0E, // Length
)
IO (Decode16,
0x0080, // Range Minimum
0x0080, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x0084, // Range Minimum
0x0084, // Range Maximum
0x00, // Alignment
0x03, // Length
)
IO (Decode16,
0x0088, // Range Minimum
0x0088, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x008C, // Range Minimum
0x008C, // Range Maximum
0x00, // Alignment
0x03, // Length
)
IO (Decode16,
0x0090, // Range Minimum
0x0090, // Range Maximum
0x00, // Alignment
0x10, // Length
)
IO (Decode16,
0x00A2, // Range Minimum
0x00A2, // Range Maximum
0x00, // Alignment
0x1E, // Length
)
IO (Decode16,
0x00B1, // Range Minimum
0x00B1, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x00E0, // Range Minimum
0x00E0, // Range Maximum
0x00, // Alignment
0x10, // Length
)
IO (Decode16,
0x04D0, // Range Minimum
0x04D0, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IO (Decode16,
0x040B, // Range Minimum
0x040B, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x04D6, // Range Minimum
0x04D6, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x0C00, // Range Minimum
0x0C00, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IO (Decode16,
0x0C14, // Range Minimum
0x0C14, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x0C50, // Range Minimum
0x0C50, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IO (Decode16,
0x0C52, // Range Minimum
0x0C52, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x0C6C, // Range Minimum
0x0C6C, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x0C6F, // Range Minimum
0x0C6F, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x0CD0, // Range Minimum
0x0CD0, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IO (Decode16,
0x0CD2, // Range Minimum
0x0CD2, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IO (Decode16,
0x0CD4, // Range Minimum
0x0CD4, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IO (Decode16,
0x0CD6, // Range Minimum
0x0CD6, // Range Maximum
0x00, // Alignment
0x02, // Length
)
IO (Decode16,
0x0CD8, // Range Minimum
0x0CD8, // Range Maximum
0x00, // Alignment
0x08, // Length
)
IO (Decode16,
0x0000, // Range Minimum
0x0000, // Range Maximum
0x00, // Alignment
0x00, // Length
_Y09)
IO (Decode16,
0x0000, // Range Minimum
0x0000, // Range Maximum
0x00, // Alignment
0x00, // Length
_Y0A)
IO (Decode16,
0x0000, // Range Minimum
0x0000, // Range Maximum
0x00, // Alignment
0x00, // Length
_Y0B)
IO (Decode16,
0x0900, // Range Minimum
0x0900, // Range Maximum
0x00, // Alignment
0x10, // Length
)
IO (Decode16,
0x0910, // Range Minimum
0x0910, // Range Maximum
0x00, // Alignment
0x10, // Length
)
IO (Decode16,
0xFE00, // Range Minimum
0xFE00, // Range Maximum
0x00, // Alignment
0xFF, // Length
)
Memory32Fixed (ReadOnly,
0xFFB80000, // Address Base
0x00080000, // Address Length
)
Memory32Fixed (ReadWrite,
0x00000000, // Address Base
0x00000000, // Address Length
_Y0C)
})
Method (_CRS, 0, NotSerialized)
{
CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y09._MIN, GP00)
CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y09._MAX, GP01)
CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y09._LEN, GP0L)
Store (PMBS, GP00)
Store (PMBS, GP01)
Store (PMLN, GP0L)
If (SMBB)
{
CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0A._MIN, GP10)
CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0A._MAX, GP11)
CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0A._LEN, GP1L)
Store (SMBB, GP10)
Store (SMBB, GP11)
Store (SMBL, GP1L)
}
If (GPBS)
{
CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0B._MIN, GP20)
CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0B._MAX, GP21)
CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0B._LEN, GP2L)
Store (GPBS, GP20)
Store (GPBS, GP21)
Store (GPLN, GP2L)
}
CreateDWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._BAS, ROMB)
CreateDWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._LEN, ROML)
Store (ROMS, ROMB)
Subtract (Zero, ROMS, ROML)
Return (CRS)
}
}
Device (PS2K)
{
Name (_HID, EisaId ("PNP0303"))
Name (_CID, 0x0B03D041)
Method (_STA, 0, NotSerialized)
{
ShiftLeft (One, 0x0A, Local0)
If (And (IOST, Local0))
{
Return (0x0F)
}
Return (Zero)
}
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,
0x0060, // Range Minimum
0x0060, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x0064, // Range Minimum
0x0064, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IRQNoFlags ()
{1}
})
}
Device (PS2M)
{
Name (_HID, EisaId ("PNP0F03"))
Name (_CID, 0x130FD041)
Method (_STA, 0, NotSerialized)
{
ShiftLeft (One, 0x0C, Local0)
If (And (IOST, Local0))
{
Return (0x0F)
}
Return (Zero)
}
Name (_CRS, ResourceTemplate ()
{
IRQNoFlags ()
{12}
})
}
Scope (\)
{
Field (BIOS, ByteAcc, NoLock, Preserve)
{
Offset (0x22),
OSYS, 16,
FLSH, 8,
INST, 8,
CADL, 16,
PADL, 16,
CSTE, 16,
NSTE, 16
}
}
Scope (\_TZ)
{
Method (KELV, 1, NotSerialized)
{
And (Arg0, 0xFF, Local0)
Multiply (Local0, 0x0A, Local0)
Add (Local0, 0x0AAC, Local0)
Return (Local0)
}
ThermalZone (THRM)
{
Method (_TMP, 0, NotSerialized)
{
If (\_SB.PCI0.SBRG.EC.MYEC)
{
If (\_SB.PCI0.SBRG.EC.CTSD)
{
Store (Zero, \_SB.PCI0.SBRG.EC.CTSD)
Return (KELV (0x6E))
}
Else
{
Store (\_SB.PCI0.SBRG.EC.CPUT, Local0)
Add (Local0, 0x02, Local0)
Return (KELV (Local0))
}
}
Else
{
Return (KELV (0x2D))
}
}
Method (_CRT, 0, NotSerialized)
{
Return (KELV (0x64))
}
}
}
Device (EC)
{
Name (_HID, EisaId ("PNP0C09"))
Name (_GPE, 0x06)
Name (CTID, Zero)
Name (MYEC, One)
Name (CTSD, Zero)
Name (THRF, Zero)
Name (PCOU, Zero)
Method (_REG, 2, NotSerialized)
{
If (LEqual (Arg0, 0x03))
{
Store (Arg1, MYEC)
}
Store (Zero, CTSD)
}
Name (_CRS, ResourceTemplate ()
{
IO (Decode16,
0x0062, // Range Minimum
0x0062, // Range Maximum
0x00, // Alignment
0x01, // Length
)
IO (Decode16,
0x0066, // Range Minimum
0x0066, // Range Maximum
0x00, // Alignment
0x01, // Length
)
})
OperationRegion (IO, SystemIO, 0x62, 0x05)
Field (IO, ByteAcc, Lock, Preserve)
{
DAT1, 8,
Offset (0x04),
CMD1, 8
}
Field (IO, ByteAcc, Lock, Preserve)
{
Offset (0x04),
OUTS, 1,
INPS, 1
}
Method (IRDY, 0, Serialized)
{
Return (LNot (INPS))
}
Method (ORDY, 0, Serialized)
{
Return (OUTS)
}
OperationRegion (EC, EmbeddedControl, Zero, 0xFF)
Field (EC, ByteAcc, NoLock, Preserve)
{
SMPR, 8,
SMST, 8,
SMAD, 8,
SMCM, 8,
SMD0, 264,
SMAA, 8,
Offset (0x30),
POWS, 1,
LIDS, 1,
KBCS, 1,
Offset (0x31),
MBTS, 1,
MBCS, 1,
MBDS, 1,
MBFS, 1,
MBWS, 1,
MBLS, 1,
MBCL, 1,
MBFL, 1,
Offset (0x38),
MDCL, 8,
MDCH, 8,
MDVL, 8,
MDVH, 8,
MCAL, 8,
MCAH, 8,
MSTL, 8,
MSTH, 8,
MCCL, 8,
MCCH, 8,
MPOL, 8,
MPOH, 8,
MFCL, 8,
MFCH, 8,
MCUL, 8,
MCUH, 8,
MRCL, 8,
MRCH, 8,
MVOL, 8,
MVOH, 8,
MTEL, 8,
MTEH, 8,
RSV1, 8,
RSV2, 8,
SDCL, 8,
SDCH, 8,
SDVL, 8,
SDVH, 8,
SCAL, 8,
SCAH, 8,
SSTL, 8,
SSTH, 8,
SCCL, 8,
SCCH, 8,
SPOL, 8,
SPOH, 8,
SFCL, 8,
SFCH, 8,
SCUL, 8,
SCUH, 8,
SRCL, 8,
SRCH, 8,
SVOL, 8,
SVOH, 8,
STEL, 8,
STEH, 8,
Offset (0x68),
CPUT, 8,
Offset (0x70),
SWCT, 8,
Offset (0x7E),
, 3,
THFG, 1,
Offset (0x7F),
Offset (0x80),
SYST, 8,
Offset (0xF1),
GBQC, 8
}
OperationRegion (APMP, SystemIO, 0xB0, 0x02)
Field (APMP, ByteAcc, NoLock, Preserve)
{
APMC, 8,
APMS, 8
}
Device (ADP1)
{
Name (_HID, "ACPI0003")
Name (BFLG, One)
Name (ACP, One)
Method (_PSR, 0, NotSerialized)
{
If (POWS)
{
Return (One)
}
Else
{
Return (Zero)
}
}
Name (_PCL, Package (0x01)
{
_SB
})
}
Name (BIF0, Package (0x0D)
{
One,
0x1130,
0x1130,
One,
0x39D0,
Zero,
Zero,
One,
One,
"MS-1xxx",
"1",
"LION",
"MSI Corp."
})
Name (STAT, Package (0x04)
{
0x02,
0x0500,
0x0800,
0x03E8
})
Device (BAT1)
{
Name (_HID, EisaId ("PNP0C0A"))
Name (_UID, One)
Name (_PCL, Package (0x01)
{
_SB
})
Method (_STA, 0, NotSerialized)
{
If (MYEC)
{
If (MBTS)
{
Return (0x1F)
}
Else
{
Return (0x0F)
}
}
Else
{
Return (0x0F)
}
}
Method (_BIF, 0, NotSerialized)
{
If (MYEC)
{
UPBI ()
}
Else
{
IVBI ()
Store (0x99, DBG8)
Sleep (0x03E8)
}
Return (BIF0)
}
Method (_BST, 0, NotSerialized)
{
If (MYEC)
{
UPBS ()
}
Else
{
IVBS ()
}
Return (STAT)
}
Method (IVBI, 0, NotSerialized)
{
Store (Ones, Index (BIF0, One))
Store (Ones, Index (BIF0, 0x02))
Store (Ones, Index (BIF0, 0x04))
Store ("Wrong", Index (BIF0, 0x09))
Store (" ", Index (BIF0, 0x0A))
Store ("Wrong", Index (BIF0, 0x0B))
Store ("Wrong", Index (BIF0, 0x0C))
}
Method (IVBS, 0, NotSerialized)
{
Store (Zero, Index (STAT, Zero))
Store (Ones, Index (STAT, One))
Store (Ones, Index (STAT, 0x02))
Store (0x2710, Index (STAT, 0x03))
}
Method (UPBI, 0, NotSerialized)
{
Store (Zero, Local0)
Store (Zero, Local1)
Store (Zero, Local2)
Store (Zero, Local3)
Store (MDCH, Local0)
Store (MDCL, Local1)
ShiftLeft (Local0, 0x08, Local0)
Or (Local0, Local1, Local0)
Store (Local0, Index (BIF0, One))
Store (MFCH, Local0)
Store (MFCL, Local1)
ShiftLeft (Local0, 0x08, Local0)
Or (Local0, Local1, Local1)
Store (Local1, Index (BIF0, 0x02))
Store (MDVH, Local0)
Store (MDVL, Local2)
ShiftLeft (Local0, 0x08, Local0)
Or (Local0, Local2, Local2)
Store (Local2, Index (BIF0, 0x04))
Store ("\n", Index (BIF0, 0x0A))
Store ("LION\n", Index (BIF0, 0x0B))
Store (CTID, Local0)
If (LEqual (Local0, Zero))
{
Store ("MS-171Ax\n", Index (BIF0, 0x09))
Store ("MSI Corp.\n", Index (BIF0, 0x0C))
}
Else
{
Store ("?MODEL\n", Index (BIF0, 0x09))
Store ("?CUSTOMER\n", Index (BIF0, 0x0C))
}
}
Method (UPBS, 0, NotSerialized)
{
Store (Zero, Local0)
Store (Zero, Local1)
Store (Zero, Local2)
Store (Zero, Local3)
Store (Zero, Local4)
Store (Zero, Local7)
Store (MBTS, Local0)
If (LEqual (Local0, One))
{
Store (POWS, Local0)
If (LEqual (Local0, One))
{
Store (MBCS, Local1)
If (LEqual (Local1, One))
{
Or (Local4, 0x02, Local4)
}
}
Else
{
Or (Local4, One, Local4)
Store (MBLS, Local0)
If (LEqual (Local0, One))
{
Or (Local4, 0x04, Local4)
}
}
Store (POWS, Local0)
If (LEqual (Local0, One))
{
Store (MBCS, Local0)
If (LEqual (Local0, One))
{
Store (MCUH, Local0)
Store (MCUL, Local1)
ShiftLeft (Local0, 0x08, Local0)
Or (Local0, Local1, Local1)
If (LEqual (Local1, 0xFFFF))
{
Store (Ones, Local1)
}
Store (Local1, Index (STAT, One))
}
Else
{
Store (Zero, Index (STAT, One))
}
}
Else
{
Store (MCUH, Local0)
Store (MCUL, Local1)
ShiftLeft (Local0, 0x08, Local0)
Or (Local0, Local1, Local1)
XOr (Local1, 0xFFFF, Local1)
If (LEqual (Local1, Zero))
{
Store (Ones, Local1)
}
Store (Local1, Index (STAT, One))
}
Store (MRCH, Local0)
Store (MRCL, Local2)
ShiftLeft (Local0, 0x08, Local0)
Or (Local0, Local2, Local2)
Store (Local2, Index (STAT, 0x02))
Store (MVOH, Local0)
Store (MVOL, Local3)
ShiftLeft (Local0, 0x08, Local0)
Or (Local0, Local3, Local3)
Store (Local3, Index (STAT, 0x03))
Store (Local4, Index (STAT, Zero))
Sleep (0x64)
}
Else
{
IVBS ()
}
}
}
Device (LID0)
{
Name (_HID, EisaId ("PNP0C0D"))
Method (_LID, 0, NotSerialized)
{
If (MYEC)
{
Store (LIDS, Local0)
}
Else
{
Store (One, Local0)
}
Return (Local0)
}
}
Method (MPPC, 0, NotSerialized)
{
Store (THRF, Local0)
If (LEqual (Local0, One))
{
Return (Subtract (PCOU, One))
}
Else
{
Store (POWS, Local0)
If (LEqual (Local0, One))
{
Store (0x04, ^^^SMBS.INDI)
Store (Local0, ^^^SMBS.INDX)
Return (Zero)
}
Else
{
Store (0x04, ^^^SMBS.INDI)
Store (Local0, ^^^SMBS.INDX)
Return (Subtract (PCOU, One))
}
}
}
Method (_Q80, 0, NotSerialized)
{
Store (0x80, DBG8)
}
Method (_Q81, 0, NotSerialized)
{
Store (0x81, DBG8)
Store (One, THFG)
Store (One, THRF)
Notify (\_PR.P001, 0x80)
Notify (\_PR.P002, 0x80)
}
Method (_Q82, 0, NotSerialized)
{
Store (0x82, DBG8)
Store (One, THFG)
Store (Zero, THRF)
Notify (\_PR.P001, 0x80)
Notify (\_PR.P002, 0x80)
}
Method (_Q83, 0, NotSerialized)
{
Store (0x83, DBG8)
Store (Zero, Local0)
Store (POWS, Local0)
If (LEqual (Local0, One))
{
Store (One, ^ADP1.ACP)
}
Else
{
Store (Zero, ^ADP1.ACP)
}
Notify (ADP1, 0x80)
Notify (\_PR.P001, 0x80)
Notify (\_PR.P002, 0x80)
}
Method (_Q84, 0, NotSerialized)
{
Store (0x84, DBG8)
Notify (LID0, 0x80)
}
Method (_Q85, 0, NotSerialized)
{
Store (0x85, DBG8)
Store (One, CTSD)
Notify (\_TZ.THRM, 0x80)
}
Method (_Q86, 0, NotSerialized)
{
Store (0x86, DBG8)
}
Method (_Q87, 0, NotSerialized)
{
Store (0x87, DBG8)
Store (Zero, Local0)
Store (MBTS, Local0)
If (LEqual (Local0, One))
{
Store (One, ^ADP1.BFLG)
Notify (BAT1, 0x80)
}
Else
{
Store (Zero, ^ADP1.BFLG)
Notify (ADP1, 0x80)
Sleep (0x19)
Notify (BAT1, 0x81)
}
Notify (ADP1, 0x80)
}
Method (_Q88, 0, NotSerialized)
{
Store (0x88, DBG8)
}
Method (_Q89, 0, NotSerialized)
{
Store (0x89, DBG8)
}
Method (_Q8A, 0, NotSerialized)
{
Store (0x8A, DBG8)
Store (One, CTSD)
Notify (\_TZ.THRM, 0x80)
}
Method (_Q8B, 0, NotSerialized)
{
Store (0x8B, DBG8)
}
Method (_Q8C, 0, NotSerialized)
{
Store (0x8C, DBG8)
}
Method (_Q90, 0, NotSerialized)
{
Store (0x90, DBG8)
}
Method (_QB4, 0, NotSerialized)
{
Store (0xB4, APMC)
Store (APMS, Local1)
Store (Local1, DBG8)
Store (And (Local1, One), Local0)
Store (Local0, ^^^PCE2.VGA.LCD._DGS)
Store (ShiftRight (Local1, One), Local1)
Store (And (Local1, One), Local0)
Store (Local0, ^^^PCE2.VGA.CRT._DGS)
Store (ShiftRight (Local1, One), Local1)
Store (And (Local1, One), Local0)
Store (Local0, ^^^PCE2.VGA.TV._DGS)
Store (ShiftRight (Local1, One), Local1)
Store (And (Local1, One), Local0)
Store (Local0, ^^^PCE2.VGA.DFP1._DGS)
Notify (^^^PCE2.VGA, 0x80)
}
Method (_QB5, 0, NotSerialized)
{
Store (0xB5, DBG8)
}
Method (_QB6, 0, NotSerialized)
{
Store (0xB6, DBG8)
}
Method (_QB7, 0, NotSerialized)
{
Store (0xB7, DBG8)
While (LNot (IRDY ()))
{
Sleep (One)
}
Store (0x11, CMD1)
While (LNot (IRDY ()))
{
Sleep (One)
}
Store (0x82, DAT1)
Notify (^^^PCE2.VGA.LCD, 0x87)
}
Method (_QB8, 0, NotSerialized)
{
Store (0xB8, DBG8)
While (LNot (IRDY ()))
{
Sleep (One)
}
Store (0x11, CMD1)
While (LNot (IRDY ()))
{
Sleep (One)
}
Store (0x81, DAT1)
Notify (^^^PCE2.VGA.LCD, 0x86)
}
Method (_QB9, 0, NotSerialized)
{
Store (0xB9, DBG8)
}
}
}
Device (P0PC)
{
Name (_ADR, 0x00140004)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x04, 0x04))
}
Method (_PRT, 0, NotSerialized)
{
If (PICM)
{
Return (AR0C)
}
Return (PR0C)
}
}
Device (AC97)
{
Name (_ADR, 0x00140005)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0C, 0x04))
}
}
Device (MC97)
{
Name (_ADR, 0x00140006)
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0C, 0x04))
}
}
Device (USB1)
{
Name (_ADR, 0x00130000)
Method (_S3D, 0, NotSerialized)
{
If (LOr (LEqual (OSFL (), One), LEqual (OSFL (), 0x02)))
{
Return (0x02)
}
Else
{
Return (0x03)
}
}
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0B, 0x04))
}
}
Device (USB2)
{
Name (_ADR, 0x00130001)
Method (_S3D, 0, NotSerialized)
{
If (LOr (LEqual (OSFL (), One), LEqual (OSFL (), 0x02)))
{
Return (0x02)
}
Else
{
Return (0x03)
}
}
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0B, 0x04))
}
}
Device (USB3)
{
Name (_ADR, 0x00130002)
Method (_S3D, 0, NotSerialized)
{
If (LOr (LEqual (OSFL (), One), LEqual (OSFL (), 0x02)))
{
Return (0x02)
}
Else
{
Return (0x03)
}
}
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0B, 0x04))
}
}
Device (USB4)
{
Name (_ADR, 0x00130003)
Method (_S3D, 0, NotSerialized)
{
If (LOr (LEqual (OSFL (), One), LEqual (OSFL (), 0x02)))
{
Return (0x02)
}
Else
{
Return (0x03)
}
}
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0B, 0x04))
}
}
Device (USB5)
{
Name (_ADR, 0x00130004)
Method (_S3D, 0, NotSerialized)
{
If (LOr (LEqual (OSFL (), One), LEqual (OSFL (), 0x02)))
{
Return (0x02)
}
Else
{
Return (0x03)
}
}
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0B, 0x04))
}
}
Device (EUSB)
{
Name (_ADR, 0x00130005)
Method (_S3D, 0, NotSerialized)
{
If (LOr (LEqual (OSFL (), One), LEqual (OSFL (), 0x02)))
{
Return (0x02)
}
Else
{
Return (0x03)
}
}
Method (_PRW, 0, NotSerialized)
{
Return (GPRW (0x0B, 0x04))
}
}
Device (SATA)
{
Name (_ADR, 0x00120000)
Method (_INI, 0, NotSerialized)
{
\_GPE._L1F ()
}
Name (SPTM, Buffer (0x14)
{
/* 0000 */ 0x78, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00,
/* 0008 */ 0x78, 0x00, 0x00, 0x00, 0x0F, 0x00, 0x00, 0x00,
/* 0010 */ 0x1F, 0x00, 0x00, 0x00
})
Device (PRID)
{
Name (_ADR, Zero)
Method (_GTM, 0, NotSerialized)
{
Return (SPTM)
}
Method (_STM, 3, NotSerialized)
{
}
Name (PRIS, Zero)
Method (_PS0, 0, NotSerialized)
{
If (LEqual (OSFL (), 0x04))
{
Store (0x32, Local0)
While (LAnd (LEqual (PMBY, One), Local0))
{
Sleep (0xFA)
Decrement (Local0)
}
}
Else
{
If (_OSI ("Windows 2006"))
{
Store (0x32, Local0)
While (LAnd (LEqual (PMBY, One), Local0))
{
Sleep (0xFA)
Decrement (Local0)
}
}
}
Store (Zero, PRIS)
}
Method (_PS3, 0, NotSerialized)
{
Store (0x03, PRIS)
}
Method (_PSC, 0, NotSerialized)
{
Return (PRIS)
}
Device (P_D0)
{
Name (_ADR, Zero)
Method (_STA, 0, NotSerialized)
{
If (Not (LEqual (PMS1, Zero)))
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}
Name (S12P, Zero)
Method (_PS0, 0, NotSerialized)
{
Store (0x32, Local0)
While (LAnd (LEqual (PMBY, One), Local0))
{
Sleep (0xFA)
Decrement (Local0)
}
Store (Zero, S12P)
}
Method (_PS3, 0, NotSerialized)
{
Store (0x03, S12P)
}
Method (_PSC, 0, NotSerialized)
{
Return (S12P)
}
}
Device (P_D1)
{
Name (_ADR, One)
Method (_STA, 0, NotSerialized)
{
If (Not (LEqual (PSS1, Zero)))
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}
Name (S12P, Zero)
Method (_PS0, 0, NotSerialized)
{
Store (0x32, Local0)
While (LAnd (LEqual (PSBY, One), Local0))
{
Sleep (0xFA)
Decrement (Local0)
}
Store (Zero, S12P)
}
Method (_PS3, 0, NotSerialized)
{
Store (0x03, S12P)
}
Method (_PSC, 0, NotSerialized)
{
Return (S12P)
}
}
}
Device (SECD)
{
Name (_ADR, One)
Method (_GTM, 0, NotSerialized)
{
Return (SPTM)
}
Method (_STM, 3, NotSerialized)
{
}
Name (SECS, Zero)
Method (_PS0, 0, NotSerialized)
{
If (LEqual (OSFL (), 0x04))
{
Store (0x32, Local0)
While (LAnd (LEqual (SMBY, One), Local0))
{
Sleep (0xFA)
Decrement (Local0)
}
}
Else
{
If (_OSI ("Windows 2006"))
{
Store (0x32, Local0)
While (LAnd (LEqual (SMBY, One), Local0))
{
Sleep (0xFA)
Decrement (Local0)
}
}
}
Store (Zero, SECS)
}
Method (_PS3, 0, NotSerialized)
{
Store (0x03, SECS)
}
Method (_PSC, 0, NotSerialized)
{
Return (SECS)
}
Device (S_D0)
{
Name (_ADR, Zero)
Method (_STA, 0, NotSerialized)
{
If (Not (LEqual (SMS1, Zero)))
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}
Name (S12P, Zero)
Method (_PS0, 0, NotSerialized)
{
Store (0x32, Local0)
While (LAnd (LEqual (SMBY, One), Local0))
{
Sleep (0xFA)
Decrement (Local0)
}
Store (Zero, S12P)
}
Method (_PS3, 0, NotSerialized)
{
Store (0x03, S12P)
}
Method (_PSC, 0, NotSerialized)
{
Return (S12P)
}
}
Device (S_D1)
{
Name (_ADR, One)
Method (_STA, 0, NotSerialized)
{
If (Not (LEqual (SSS1, Zero)))
{
Return (0x0F)
}
Else
{
Return (Zero)
}
}
Name (S12P, Zero)
Method (_PS0, 0, NotSerialized)
{
Store (0x32, Local0)
While (LAnd (LEqual (SSBY, One), Local0))
{
Sleep (0xFA)
Decrement (Local0)
}
Store (Zero, S12P)
}
Method (_PS3, 0, NotSerialized)
{
Store (0x03, S12P)
}
Method (_PSC, 0, NotSerialized)
{
Return (S12P)
}
}
}
Scope (\_GPE)
{
Method (_L1F, 0, NotSerialized)
{
If (PRC0)
{
If (Not (LEqual (PMS1, Zero)))
{
Sleep (0x1E)
}
Notify (\_SB.PCI0.SATA.PRID.P_D0, One)
Store (One, PRC0)
}
If (PRC1)
{
If (Not (LEqual (SMS1, Zero)))
{
Sleep (0x1E)
}
Notify (\_SB.PCI0.SATA.SECD.S_D0, One)
Store (One, PRC1)
}
If (PRC2)
{
If (Not (LEqual (PSS1, Zero)))
{
Sleep (0x1E)
}
Notify (\_SB.PCI0.SATA.PRID.P_D1, One)
Store (One, PRC2)
}
If (PRC3)
{
If (Not (LEqual (SSS1, Zero)))
{
Sleep (0x1E)
}
Notify (\_SB.PCI0.SATA.SECD.S_D1, One)
Store (One, PRC3)
}
}
}
}
Device (SMBS)
{
Name (_ADR, 0x00140000)
OperationRegion (SMBS, PCI_Config, Zero, 0x0100)
Field (SMBS, AnyAcc, NoLock, Preserve)
{
Offset (0x08),
REV, 8,
Offset (0xF8),
INDI, 32,
Offset (0xFF),
INDX, 1
}
}
}
Scope (\_GPE)
{
Method (_L18, 0, NotSerialized)
{
Notify (\_SB.PCI0.PCE2, 0x02)
Notify (\_SB.PCI0.PCE3, 0x02)
Notify (\_SB.PCI0.PCE4, 0x02)
Notify (\_SB.PCI0.PCE5, 0x02)
Notify (\_SB.PCI0.PCE6, 0x02)
Notify (\_SB.PCI0.PCE7, 0x02)
Notify (\_SB.PWRB, 0x02)
}
Method (_L1B, 0, NotSerialized)
{
Notify (\_SB.PCI0.SBAZ, 0x02)
Notify (\_SB.PWRB, 0x02)
}
Method (_L04, 0, NotSerialized)
{
Notify (\_SB.PCI0.P0PC, 0x02)
Notify (\_SB.PWRB, 0x02)
}
Method (_L0C, 0, NotSerialized)
{
Notify (\_SB.PCI0.AC97, 0x02)
Notify (\_SB.PCI0.MC97, 0x02)
Notify (\_SB.PWRB, 0x02)
}
Method (_L0B, 0, NotSerialized)
{
Notify (\_SB.PCI0.USB1, 0x02)
Notify (\_SB.PCI0.USB2, 0x02)
Notify (\_SB.PCI0.USB3, 0x02)
Notify (\_SB.PCI0.USB4, 0x02)
Notify (\_SB.PCI0.USB5, 0x02)
Notify (\_SB.PCI0.EUSB, 0x02)
Notify (\_SB.PWRB, 0x02)
}
}
Device (PWRB)
{
Name (_HID, EisaId ("PNP0C0C"))
Name (_UID, 0xAA)
Name (_STA, 0x0B)
}
}
Scope (_SB)
{
OperationRegion (PIRQ, SystemIO, 0x0C00, 0x02)
Field (PIRQ, ByteAcc, NoLock, Preserve)
{
PIDX, 8,
PDAT, 8
}
IndexField (PIDX, PDAT, ByteAcc, NoLock, Preserve)
{
PIRA, 8,
PIRB, 8,
PIRC, 8,
PIRD, 8,
PIRS, 8,
Offset (0x09),
PIRE, 8,
PIRF, 8,
PIRG, 8,
PIRH, 8
}
Method (IRQC, 0, NotSerialized)
{
Store (Zero, PIRA)
Store (Zero, PIRB)
Store (Zero, PIRC)
Store (Zero, PIRD)
Store (Zero, PIRE)
Store (Zero, PIRF)
Store (Zero, PIRG)
Store (Zero, PIRH)
}
Name (BUFA, ResourceTemplate ()
{
IRQ (Level, ActiveLow, Shared, )
{15}
})
Name (IPRA, ResourceTemplate ()
{
IRQ (Level, ActiveLow, Shared, )
{5,10,11}
})
Name (IPRB, ResourceTemplate ()
{
IRQ (Level, ActiveLow, Shared, )
{5,10,11}
})
Name (IPRC, ResourceTemplate ()
{
IRQ (Level, ActiveLow, Shared, )
{5,10,11}
})
Name (IPRD, ResourceTemplate ()
{
IRQ (Level, ActiveLow, Shared, )
{5,10,11}
})
Device (LNKA)
{
Name (_HID, EisaId ("PNP0C0F"))
Name (_UID, One)
Method (_STA, 0, NotSerialized)
{
If (PIRA)
{
Return (0x0B)
}
Else
{
Return (0x09)
}
}
Method (_PRS, 0, NotSerialized)
{
Return (PRSA)
}
Method (_DIS, 0, NotSerialized)
{
Store (Zero, PIRA)
}
Method (_CRS, 0, NotSerialized)
{
CreateWordField (BUFA, One, IRQX)
ShiftLeft (One, PIRA, IRQX)
Return (BUFA)
}
Method (_SRS, 1, NotSerialized)
{
CreateWordField (Arg0, One, IRA)
FindSetRightBit (IRA, Local0)
Decrement (Local0)
Store (Local0, PIRA)
}
}
Device (LNKB)
{
Name (_HID, EisaId ("PNP0C0F"))
Name (_UID, 0x02)
Method (_STA, 0, NotSerialized)
{
If (PIRB)
{
Return (0x0B)
}
Else
{
Return (0x09)
}
}
Method (_PRS, 0, NotSerialized)
{
Return (PRSB)
}
Method (_DIS, 0, NotSerialized)
{
Store (Zero, PIRB)
}
Method (_CRS, 0, NotSerialized)
{
CreateWordField (BUFA, One, IRQX)
ShiftLeft (One, PIRB, IRQX)
Return (BUFA)
}
Method (_SRS, 1, NotSerialized)
{
CreateWordField (Arg0, One, IRA)
FindSetRightBit (IRA, Local0)
Decrement (Local0)
Store (Local0, PIRB)
}
}
Device (LNKC)
{
Name (_HID, EisaId ("PNP0C0F"))
Name (_UID, 0x03)
Method (_STA, 0, NotSerialized)
{
If (PIRC)
{
Return (0x0B)
}
Else
{
Return (0x09)
}
}
Method (_PRS, 0, NotSerialized)
{
Return (PRSC)
}
Method (_DIS, 0, NotSerialized)
{
Store (Zero, PIRC)
}
Method (_CRS, 0, NotSerialized)
{
CreateWordField (BUFA, One, IRQX)
ShiftLeft (One, PIRC, IRQX)
Return (BUFA)
}
Method (_SRS, 1, NotSerialized)
{
CreateWordField (Arg0, One, IRA)
FindSetRightBit (IRA, Local0)
Decrement (Local0)
Store (Local0, PIRC)
}
}
Device (LNKD)
{
Name (_HID, EisaId ("PNP0C0F"))
Name (_UID, 0x04)
Method (_STA, 0, NotSerialized)
{
If (PIRD)
{
Return (0x0B)
}
Else
{
Return (0x09)
}
}
Method (_PRS, 0, NotSerialized)
{
Return (PRSD)
}
Method (_DIS, 0, NotSerialized)
{
Store (Zero, PIRD)
}
Method (_CRS, 0, NotSerialized)
{
CreateWordField (BUFA, One, IRQX)
ShiftLeft (One, PIRD, IRQX)
Return (BUFA)
}
Method (_SRS, 1, NotSerialized)
{
CreateWordField (Arg0, One, IRA)
FindSetRightBit (IRA, Local0)
Decrement (Local0)
Store (Local0, PIRD)
}
}
Device (LNKE)
{
Name (_HID, EisaId ("PNP0C0F"))
Name (_UID, 0x05)
Method (_STA, 0, NotSerialized)
{
If (PIRE)
{
Return (0x0B)
}
Else
{
Return (0x09)
}
}
Method (_PRS, 0, NotSerialized)
{
Return (PRSE)
}
Method (_DIS, 0, NotSerialized)
{
Store (Zero, PIRE)
}
Method (_CRS, 0, NotSerialized)
{
CreateWordField (BUFA, One, IRQX)
ShiftLeft (One, PIRE, IRQX)
Return (BUFA)
}
Method (_SRS, 1, NotSerialized)
{
CreateWordField (Arg0, One, IRA)
FindSetRightBit (PIRE, Local0)
Decrement (Local0)
Store (Local0, PIRE)
}
}
Device (LNKF)
{
Name (_HID, EisaId ("PNP0C0F"))
Name (_UID, 0x02)
Method (_STA, 0, NotSerialized)
{
If (PIRF)
{
Return (0x0B)
}
Else
{
Return (0x09)
}
}
Method (_PRS, 0, NotSerialized)
{
Return (PRSF)
}
Method (_DIS, 0, NotSerialized)
{
Store (Zero, PIRF)
}
Method (_CRS, 0, NotSerialized)
{
CreateWordField (BUFA, One, IRQX)
ShiftLeft (One, PIRF, IRQX)
Return (BUFA)
}
Method (_SRS, 1, NotSerialized)
{
CreateWordField (Arg0, One, IRA)
FindSetRightBit (IRA, Local0)
Decrement (Local0)
Store (Local0, PIRF)
}
}
Device (LNKG)
{
Name (_HID, EisaId ("PNP0C0F"))
Name (_UID, 0x03)
Method (_STA, 0, NotSerialized)
{
If (PIRG)
{
Return (0x0B)
}
Else
{
Return (0x09)
}
}
Method (_PRS, 0, NotSerialized)
{
Return (PRSG)
}
Method (_DIS, 0, NotSerialized)
{
Store (Zero, PIRG)
}
Method (_CRS, 0, NotSerialized)
{
CreateWordField (BUFA, One, IRQX)
ShiftLeft (One, PIRG, IRQX)
Return (BUFA)
}
Method (_SRS, 1, NotSerialized)
{
CreateWordField (Arg0, One, IRA)
FindSetRightBit (IRA, Local0)
Decrement (Local0)
Store (Local0, PIRG)
}
}
Device (LNKH)
{
Name (_HID, EisaId ("PNP0C0F"))
Name (_UID, 0x04)
Method (_STA, 0, NotSerialized)
{
If (PIRH)
{
Return (0x0B)
}
Else
{
Return (0x09)
}
}
Method (_PRS, 0, NotSerialized)
{
Return (PRSH)
}
Method (_DIS, 0, NotSerialized)
{
Store (Zero, PIRH)
}
Method (_CRS, 0, NotSerialized)
{
CreateWordField (BUFA, One, IRQX)
ShiftLeft (One, PIRH, IRQX)
Return (BUFA)
}
Method (_SRS, 1, NotSerialized)
{
CreateWordField (Arg0, One, IRA)
FindSetRightBit (IRA, Local0)
Decrement (Local0)
Store (Local0, PIRH)
}
}
}
Scope (_SB)
{
Name (XCPD, Zero)
Name (XNPT, One)
Name (XCAP, 0x02)
Name (XDCP, 0x04)
Name (XDCT, 0x08)
Name (XDST, 0x0A)
Name (XLCP, 0x0C)
Name (XLCT, 0x10)
Name (XLST, 0x12)
Name (XSCP, 0x14)
Name (XSCT, 0x18)
Name (XSST, 0x1A)
Name (XRCT, 0x1C)
Mutex (MUTE, 0x00)
Method (RBPE, 1, NotSerialized)
{
Acquire (MUTE, 0x03E8)
Add (Arg0, PCIB, Local0)
OperationRegion (PCFG, SystemMemory, Local0, One)
Field (PCFG, ByteAcc, NoLock, Preserve)
{
XCFG, 8
}
Release (MUTE)
Return (XCFG)
}
Method (RWPE, 1, NotSerialized)
{
Acquire (MUTE, 0x03E8)
And (Arg0, 0xFFFFFFFE, Arg0)
Add (Arg0, PCIB, Local0)
OperationRegion (PCFG, SystemMemory, Local0, 0x02)
Field (PCFG, WordAcc, NoLock, Preserve)
{
XCFG, 16
}
Release (MUTE)
Return (XCFG)
}
Method (RDPE, 1, NotSerialized)
{
Acquire (MUTE, 0x03E8)
And (Arg0, 0xFFFFFFFC, Arg0)
Add (Arg0, PCIB, Local0)
OperationRegion (PCFG, SystemMemory, Local0, 0x04)
Field (PCFG, DWordAcc, NoLock, Preserve)
{
XCFG, 32
}
Release (MUTE)
Return (XCFG)
}
Method (WBPE, 2, NotSerialized)
{
Acquire (MUTE, 0x0FFF)
Add (Arg0, PCIB, Local0)
OperationRegion (PCFG, SystemMemory, Local0, One)
Field (PCFG, ByteAcc, NoLock, Preserve)
{
XCFG, 8
}
Store (Arg1, XCFG)
Release (MUTE)
}
Method (WWPE, 2, NotSerialized)
{
Acquire (MUTE, 0x03E8)
And (Arg0, 0xFFFFFFFE, Arg0)
Add (Arg0, PCIB, Local0)
OperationRegion (PCFG, SystemMemory, Local0, 0x02)
Field (PCFG, WordAcc, NoLock, Preserve)
{
XCFG, 16
}
Store (Arg1, XCFG)
Release (MUTE)
}
Method (WDPE, 2, NotSerialized)
{
Acquire (MUTE, 0x03E8)
And (Arg0, 0xFFFFFFFC, Arg0)
Add (Arg0, PCIB, Local0)
OperationRegion (PCFG, SystemMemory, Local0, 0x04)
Field (PCFG, DWordAcc, NoLock, Preserve)
{
XCFG, 32
}
Store (Arg1, XCFG)
Release (MUTE)
}
Method (RWDP, 3, NotSerialized)
{
Acquire (MUTE, 0x03E8)
And (Arg0, 0xFFFFFFFC, Arg0)
Add (Arg0, PCIB, Local0)
OperationRegion (PCFG, SystemMemory, Local0, 0x04)
Field (PCFG, DWordAcc, NoLock, Preserve)
{
XCFG, 32
}
And (XCFG, Arg2, Local1)
Or (Local1, Arg1, XCFG)
Release (MUTE)
}
Method (RPME, 1, NotSerialized)
{
Add (Arg0, 0x84, Local0)
Store (RDPE (Local0), Local1)
If (LEqual (Local1, Ones))
{
Return (Zero)
}
Else
{
If (LAnd (Local1, 0x00010000))
{
WDPE (Local0, And (Local1, 0x00010000))
Return (One)
}
Return (Zero)
}
}
}
If (OSCF)
{
Scope (_SB.PCI0)
{
Name (SUPP, Zero)
Name (CTRL, Zero)
Method (_OSC, 4, NotSerialized)
{
If (LEqual (Arg0, Buffer (0x10)
{
/* 0000 */ 0x5B, 0x4D, 0xDB, 0x33, 0xF7, 0x1F, 0x1C, 0x40,
/* 0008 */ 0x96, 0x57, 0x74, 0x41, 0xC0, 0x3D, 0xD7, 0x66
}))
{
CreateDWordField (Arg3, Zero, CDW1)
CreateDWordField (Arg3, 0x04, CDW2)
CreateDWordField (Arg3, 0x08, CDW3)
Store (CDW2, SUPP)
Store (CDW3, CTRL)
If (LNotEqual (And (SUPP, 0x16), 0x16))
{
And (CTRL, 0x1E)
}
And (CTRL, 0x1D, CTRL)
If (Not (And (CDW1, One)))
{
If (And (CTRL, One)) {}
If (And (CTRL, 0x04))
{
Store (One, EPNM)
Store (One, DPPF)
}
If (And (CTRL, 0x10)) {}
}
If (LNotEqual (Arg1, One))
{
Or (CDW1, 0x08, CDW1)
}
If (LNotEqual (CDW3, CTRL))
{
Or (CDW1, 0x10, CDW1)
}
Store (CTRL, CDW3)
Return (Arg3)
}
Else
{
Or (CDW1, 0x04, CDW1)
Return (Arg3)
}
}
}
}
Scope (_SB)
{
Scope (PCI0)
{
Name (CRS, ResourceTemplate ()
{
WordBusNumber (ResourceProducer, MinFixed, MaxFixed, PosDecode,
0x0000, // Granularity
0x0000, // Range Minimum
0x00FF, // Range Maximum
0x0000, // Translation Offset
0x0100, // Length
,, )
IO (Decode16,
0x0CF8, // Range Minimum
0x0CF8, // Range Maximum
0x01, // Alignment
0x08, // Length
)
WordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
0x0000, // Granularity
0x0000, // Range Minimum
0x0CF7, // Range Maximum
0x0000, // Translation Offset
0x0CF8, // Length
,, , TypeStatic)
WordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
0x0000, // Granularity
0x0D00, // Range Minimum
0xFFFF, // Range Maximum
0x0000, // Translation Offset
0xF300, // Length
,, , TypeStatic)
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
0x00000000, // Granularity
0x000A0000, // Range Minimum
0x000BFFFF, // Range Maximum
0x00000000, // Translation Offset
0x00020000, // Length
,, , AddressRangeMemory, TypeStatic)
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
0x00000000, // Granularity
0x000C0000, // Range Minimum
0x000DFFFF, // Range Maximum
0x00000000, // Translation Offset
0x00020000, // Length
,, _Y0D, AddressRangeMemory, TypeStatic)
DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
0x00000000, // Granularity
0x00000000, // Range Minimum
0x00000000, // Range Maximum
0x00000000, // Translation Offset
0x00000000, // Length
,, _Y0E, AddressRangeMemory, TypeStatic)
})
CreateDWordField (CRS, \_SB.PCI0._Y0D._MIN, MIN5)
CreateDWordField (CRS, \_SB.PCI0._Y0D._MAX, MAX5)
CreateDWordField (CRS, \_SB.PCI0._Y0D._LEN, LEN5)
CreateDWordField (CRS, \_SB.PCI0._Y0E._MIN, MIN6)
CreateDWordField (CRS, \_SB.PCI0._Y0E._MAX, MAX6)
CreateDWordField (CRS, \_SB.PCI0._Y0E._LEN, LEN6)
Method (_CRS, 0, NotSerialized)
{
Store (MG1L, Local0)
If (Local0)
{
Store (MG1B, MIN5)
Store (MG1L, LEN5)
Add (MIN5, Decrement (Local0), MAX5)
}
Store (MG2B, MIN6)
Store (MG2L, LEN6)
Store (MG2L, Local0)
Add (MIN6, Decrement (Local0), MAX6)
Return (CRS)
}
}
}
Name (WOTB, Zero)
Name (WSSB, Zero)
Name (WAXB, Zero)
Method (_PTS, 1, NotSerialized)
{
Store (Arg0, DBG8)
PTS (Arg0)
Store (Zero, Index (WAKP, Zero))
Store (Zero, Index (WAKP, One))
If (LAnd (LEqual (Arg0, 0x04), LEqual (OSFL (), 0x02)))
{
Sleep (0x0BB8)
}
Store (ASSB, WSSB)
Store (AOTB, WOTB)
Store (AAXB, WAXB)
Store (Arg0, ASSB)
Store (OSFL (), AOTB)
Store (Zero, AAXB)
}
Method (_WAK, 1, NotSerialized)
{
ShiftLeft (Arg0, 0x04, DBG8)
WAK (Arg0)
If (ASSB)
{
Store (WSSB, ASSB)
Store (WOTB, AOTB)
Store (WAXB, AAXB)
}
If (DerefOf (Index (WAKP, Zero)))
{
Store (Zero, Index (WAKP, One))
}
Else
{
Store (Arg0, Index (WAKP, One))
}
Return (WAKP)
}
Name (_S0, Package (0x04)
{
Zero,
Zero,
Zero,
Zero
})
If (SS1)
{
Name (_S1, Package (0x04)
{
One,
Zero,
Zero,
Zero
})
}
If (SS3)
{
Name (_S3, Package (0x04)
{
0x03,
Zero,
Zero,
Zero
})
}
If (SS4)
{
Name (_S4, Package (0x04)
{
0x04,
Zero,
Zero,
Zero
})
}
Name (_S5, Package (0x04)
{
0x05,
Zero,
Zero,
Zero
})
Method (PTS, 1, NotSerialized)
{
If (Arg0)
{
NPTS (Arg0)
SPTS (Arg0)
}
}
Method (WAK, 1, NotSerialized)
{
NWAK (Arg0)
SWAK (Arg0)
}
Scope (\_PR.P001)
{
Name (_PCT, Package (0x02)
{
ResourceTemplate ()
{
Register (FFixedHW,
0x00, // Bit Width
0x00, // Bit Offset
0x0000000000000000, // Address
,)
},
ResourceTemplate ()
{
Register (FFixedHW,
0x00, // Bit Width
0x00, // Bit Offset
0x0000000000000000, // Address
,)
}
})
Name (_PSS, Package (0x06)
{
Package (0x06)
{
0x00000960,
0x000088B8,
0x00000064,
0x00000009,
0xE8202C50,
0x00000450
},
Package (0x06)
{
0x00000898,
0x000077D1,
0x00000064,
0x00000009,
0xE8202C8E,
0x0000048E
},
Package (0x06)
{
0x000007D0,
0x00006807,
0x00000064,
0x00000009,
0xE8202CCC,
0x000004CC
},
Package (0x06)
{
0x00000708,
0x00005952,
0x00000064,
0x00000009,
0xE8202D0A,
0x0000050A
},
Package (0x06)
{
0x00000640,
0x00004BA9,
0x00000064,
0x00000009,
0xE8202D48,
0x00000548
},
Package (0x06)
{
0x00000320,
0x0000170B,
0x00000064,
0x00000009,
0xE8202F80,
0x00000780
}
})
Method (_PPC, 0, NotSerialized)
{
Store (SizeOf (_PSS), \_SB.PCI0.SBRG.EC.PCOU)
Return (\_SB.PCI0.SBRG.EC.MPPC ())
}
Name (_PSD, Package (0x01)
{
Package (0x05)
{
0x05,
0x00,
0x00000000,
0x000000FD,
0x00000002
}
})
}
Scope (\_PR.P002)
{
Name (_PCT, Package (0x02)
{
ResourceTemplate ()
{
Register (FFixedHW,
0x00, // Bit Width
0x00, // Bit Offset
0x0000000000000000, // Address
,)
},
ResourceTemplate ()
{
Register (FFixedHW,
0x00, // Bit Width
0x00, // Bit Offset
0x0000000000000000, // Address
,)
}
})
Name (_PSS, Package (0x06)
{
Package (0x06)
{
0x00000960,
0x000088B8,
0x00000064,
0x00000009,
0xE8202C50,
0x00000450
},
Package (0x06)
{
0x00000898,
0x000077D1,
0x00000064,
0x00000009,
0xE8202C8E,
0x0000048E
},
Package (0x06)
{
0x000007D0,
0x00006807,
0x00000064,
0x00000009,
0xE8202CCC,
0x000004CC
},
Package (0x06)
{
0x00000708,
0x00005952,
0x00000064,
0x00000009,
0xE8202D0A,
0x0000050A
},
Package (0x06)
{
0x00000640,
0x00004BA9,
0x00000064,
0x00000009,
0xE8202D48,
0x00000548
},
Package (0x06)
{
0x00000320,
0x0000170B,
0x00000064,
0x00000009,
0xE8202F80,
0x00000780
}
})
Method (_PPC, 0, NotSerialized)
{
Store (SizeOf (_PSS), \_SB.PCI0.SBRG.EC.PCOU)
Return (\_SB.PCI0.SBRG.EC.MPPC ())
}
Name (_PSD, Package (0x01)
{
Package (0x05)
{
0x05,
0x00,
0x00000000,
0x000000FD,
0x00000002
}
})
}
}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3c0b01820806170751u28185a6cu361fd9b571dedded>
