Advertisement
Guest User

Untitled

a guest
Oct 20th, 2011
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 91.34 KB | None | 0 0
  1. -------------------------------------------------
  2. Date: Thu Oct 20 12:52:53 2011
  3. * *
  4. * Firmwarekit (release 3) *
  5. * http://www.linuxfirmwarekit.org *
  6. * *
  7. * *
  8. * For more information on test descriptions *
  9. * and details on what the PASS/INFO/WARN/FAIL *
  10. * results mean, go to: Documentation/TestsInfo. *
  11. * *
  12. -------------------------------------------------
  13.  
  14. KERNEL VERSION: Linux testmachine 2.6.22.9 #1 SMP Mon Oct 1 15:17:15 PDT 2007 i686 athlon i386 GNU/Linux
  15.  
  16.  
  17. SUMMARY: 4 Fails, 5 Warns, 11 Pass, 20 Total
  18.  
  19. =================================================
  20. * Plugin name: acpicompile
  21. * Result: FAIL
  22.  
  23. * Title: DSDT AML verification
  24. * Description: This test first disassembles the DSDT of the BIOS, and then uses the IASL compiler from Intel to recompile the code. The IASL copiler is much stricter in detecting deviations from the ACPI specification and can find numerous defects that other AML compilers cannot find. Fixing these defects increases the probability that the BIOS will operate well with a variety of operating systems.
  25. ================================================
  26.  
  27. [FAIL]-Use of reserved word (_T_0)
  28.  
  29. Use of reserved word (_T_0)
  30. At line #389 of DSDT.dsl:
  31.  
  32. | If (LNotEqual (OSVR, Ones))
  33. | {
  34. | Return (OSVR)
  35. | }
  36. |
  37. >>> Name (_T_0, Zero)
  38. | Store (OSYS (), _T_0)
  39. | If (LEqual (_T_0, One))
  40. | {
  41. | Store (0x03, OSVR)
  42.  
  43.  
  44. [FAIL]-Object does not exist (LNKC)
  45.  
  46. Object does not exist (LNKC)
  47. At line #602 of DSDT.dsl:
  48.  
  49. | {
  50. | Package (0x04)
  51. | {
  52. | 0x0002FFFF,
  53. | Zero,
  54. >>> LNKC,
  55. | Zero
  56. | },
  57. |
  58. | Package (0x04)
  59.  
  60.  
  61. [FAIL]-Object does not exist (LNKD)
  62.  
  63. Object does not exist (LNKD)
  64. At line #610 of DSDT.dsl:
  65.  
  66. |
  67. | Package (0x04)
  68. | {
  69. | 0x0002FFFF,
  70. | One,
  71. >>> LNKD,
  72. | Zero
  73. | },
  74. |
  75. | Package (0x04)
  76.  
  77.  
  78. [FAIL]-Object does not exist (LNKA)
  79.  
  80. Object does not exist (LNKA)
  81. At line #618 of DSDT.dsl:
  82.  
  83. |
  84. | Package (0x04)
  85. | {
  86. | 0x0002FFFF,
  87. | 0x02,
  88. >>> LNKA,
  89. | Zero
  90. | },
  91. |
  92. | Package (0x04)
  93.  
  94.  
  95. [FAIL]-Object does not exist (LNKB)
  96.  
  97. Object does not exist (LNKB)
  98. At line #626 of DSDT.dsl:
  99.  
  100. |
  101. | Package (0x04)
  102. | {
  103. | 0x0002FFFF,
  104. | 0x03,
  105. >>> LNKB,
  106. | Zero
  107. | },
  108. |
  109. | Package (0x04)
  110.  
  111.  
  112. [FAIL]-Object does not exist (LNKD)
  113.  
  114. Object does not exist (LNKD)
  115. At line #634 of DSDT.dsl:
  116.  
  117. |
  118. | Package (0x04)
  119. | {
  120. | 0x0003FFFF,
  121. | Zero,
  122. >>> LNKD,
  123. | Zero
  124. | },
  125. |
  126. | Package (0x04)
  127.  
  128.  
  129. [FAIL]-Object does not exist (LNKA)
  130.  
  131. Object does not exist (LNKA)
  132. At line #642 of DSDT.dsl:
  133.  
  134. |
  135. | Package (0x04)
  136. | {
  137. | 0x0003FFFF,
  138. | One,
  139. >>> LNKA,
  140. | Zero
  141. | },
  142. |
  143. | Package (0x04)
  144.  
  145.  
  146. [FAIL]-Object does not exist (LNKB)
  147.  
  148. Object does not exist (LNKB)
  149. At line #650 of DSDT.dsl:
  150.  
  151. |
  152. | Package (0x04)
  153. | {
  154. | 0x0003FFFF,
  155. | 0x02,
  156. >>> LNKB,
  157. | Zero
  158. | },
  159. |
  160. | Package (0x04)
  161.  
  162.  
  163. [FAIL]-Object does not exist (LNKC)
  164.  
  165. Object does not exist (LNKC)
  166. At line #658 of DSDT.dsl:
  167.  
  168. |
  169. | Package (0x04)
  170. | {
  171. | 0x0003FFFF,
  172. | 0x03,
  173. >>> LNKC,
  174. | Zero
  175. | },
  176. |
  177. | Package (0x04)
  178.  
  179.  
  180. [FAIL]-Object does not exist (LNKA)
  181.  
  182. Object does not exist (LNKA)
  183. At line #666 of DSDT.dsl:
  184.  
  185. |
  186. | Package (0x04)
  187. | {
  188. | 0x0004FFFF,
  189. | Zero,
  190. >>> LNKA,
  191. | Zero
  192. | },
  193. |
  194. | Package (0x04)
  195.  
  196.  
  197. [FAIL]-Object does not exist (LNKB)
  198.  
  199. Object does not exist (LNKB)
  200. At line #674 of DSDT.dsl:
  201.  
  202. |
  203. | Package (0x04)
  204. | {
  205. | 0x0004FFFF,
  206. | One,
  207. >>> LNKB,
  208. | Zero
  209. | },
  210. |
  211. | Package (0x04)
  212.  
  213.  
  214. [FAIL]-Object does not exist (LNKC)
  215.  
  216. Object does not exist (LNKC)
  217. At line #682 of DSDT.dsl:
  218.  
  219. |
  220. | Package (0x04)
  221. | {
  222. | 0x0004FFFF,
  223. | 0x02,
  224. >>> LNKC,
  225. | Zero
  226. | },
  227. |
  228. | Package (0x04)
  229.  
  230.  
  231. [FAIL]-Object does not exist (LNKD)
  232.  
  233. Object does not exist (LNKD)
  234. At line #690 of DSDT.dsl:
  235.  
  236. |
  237. | Package (0x04)
  238. | {
  239. | 0x0004FFFF,
  240. | 0x03,
  241. >>> LNKD,
  242. | Zero
  243. | },
  244. |
  245. | Package (0x04)
  246.  
  247.  
  248. [FAIL]-Object does not exist (LNKB)
  249.  
  250. Object does not exist (LNKB)
  251. At line #698 of DSDT.dsl:
  252.  
  253. |
  254. | Package (0x04)
  255. | {
  256. | 0x0005FFFF,
  257. | Zero,
  258. >>> LNKB,
  259. | Zero
  260. | },
  261. |
  262. | Package (0x04)
  263.  
  264.  
  265. [FAIL]-Object does not exist (LNKC)
  266.  
  267. Object does not exist (LNKC)
  268. At line #706 of DSDT.dsl:
  269.  
  270. |
  271. | Package (0x04)
  272. | {
  273. | 0x0005FFFF,
  274. | One,
  275. >>> LNKC,
  276. | Zero
  277. | },
  278. |
  279. | Package (0x04)
  280.  
  281.  
  282. [FAIL]-Object does not exist (LNKD)
  283.  
  284. Object does not exist (LNKD)
  285. At line #714 of DSDT.dsl:
  286.  
  287. |
  288. | Package (0x04)
  289. | {
  290. | 0x0005FFFF,
  291. | 0x02,
  292. >>> LNKD,
  293. | Zero
  294. | },
  295. |
  296. | Package (0x04)
  297.  
  298.  
  299. [FAIL]-Object does not exist (LNKA)
  300.  
  301. Object does not exist (LNKA)
  302. At line #722 of DSDT.dsl:
  303.  
  304. |
  305. | Package (0x04)
  306. | {
  307. | 0x0005FFFF,
  308. | 0x03,
  309. >>> LNKA,
  310. | Zero
  311. | },
  312. |
  313. | Package (0x04)
  314.  
  315.  
  316. [FAIL]-Object does not exist (LNKC)
  317.  
  318. Object does not exist (LNKC)
  319. At line #730 of DSDT.dsl:
  320.  
  321. |
  322. | Package (0x04)
  323. | {
  324. | 0x0006FFFF,
  325. | Zero,
  326. >>> LNKC,
  327. | Zero
  328. | },
  329. |
  330. | Package (0x04)
  331.  
  332.  
  333. [FAIL]-Object does not exist (LNKD)
  334.  
  335. Object does not exist (LNKD)
  336. At line #738 of DSDT.dsl:
  337.  
  338. |
  339. | Package (0x04)
  340. | {
  341. | 0x0006FFFF,
  342. | One,
  343. >>> LNKD,
  344. | Zero
  345. | },
  346. |
  347. | Package (0x04)
  348.  
  349.  
  350. [FAIL]-Object does not exist (LNKA)
  351.  
  352. Object does not exist (LNKA)
  353. At line #746 of DSDT.dsl:
  354.  
  355. |
  356. | Package (0x04)
  357. | {
  358. | 0x0006FFFF,
  359. | 0x02,
  360. >>> LNKA,
  361. | Zero
  362. | },
  363. |
  364. | Package (0x04)
  365.  
  366.  
  367. [FAIL]-Object does not exist (LNKB)
  368.  
  369. Object does not exist (LNKB)
  370. At line #754 of DSDT.dsl:
  371.  
  372. |
  373. | Package (0x04)
  374. | {
  375. | 0x0006FFFF,
  376. | 0x03,
  377. >>> LNKB,
  378. | Zero
  379. | },
  380. |
  381. | Package (0x04)
  382.  
  383.  
  384. [FAIL]-Object does not exist (LNKD)
  385.  
  386. Object does not exist (LNKD)
  387. At line #762 of DSDT.dsl:
  388.  
  389. |
  390. | Package (0x04)
  391. | {
  392. | 0x0007FFFF,
  393. | Zero,
  394. >>> LNKD,
  395. | Zero
  396. | },
  397. |
  398. | Package (0x04)
  399.  
  400.  
  401. [FAIL]-Object does not exist (LNKA)
  402.  
  403. Object does not exist (LNKA)
  404. At line #770 of DSDT.dsl:
  405.  
  406. |
  407. | Package (0x04)
  408. | {
  409. | 0x0007FFFF,
  410. | One,
  411. >>> LNKA,
  412. | Zero
  413. | },
  414. |
  415. | Package (0x04)
  416.  
  417.  
  418. [FAIL]-Object does not exist (LNKB)
  419.  
  420. Object does not exist (LNKB)
  421. At line #778 of DSDT.dsl:
  422.  
  423. |
  424. | Package (0x04)
  425. | {
  426. | 0x0007FFFF,
  427. | 0x02,
  428. >>> LNKB,
  429. | Zero
  430. | },
  431. |
  432. | Package (0x04)
  433.  
  434.  
  435. [FAIL]-Object does not exist (LNKC)
  436.  
  437. Object does not exist (LNKC)
  438. At line #786 of DSDT.dsl:
  439.  
  440. |
  441. | Package (0x04)
  442. | {
  443. | 0x0007FFFF,
  444. | 0x03,
  445. >>> LNKC,
  446. | Zero
  447. | },
  448. |
  449. | Package (0x04)
  450.  
  451.  
  452. [FAIL]-Object does not exist (LNKB)
  453.  
  454. Object does not exist (LNKB)
  455. At line #794 of DSDT.dsl:
  456.  
  457. |
  458. | Package (0x04)
  459. | {
  460. | 0x0009FFFF,
  461. | Zero,
  462. >>> LNKB,
  463. | Zero
  464. | },
  465. |
  466. | Package (0x04)
  467.  
  468.  
  469. [FAIL]-Object does not exist (LNKC)
  470.  
  471. Object does not exist (LNKC)
  472. At line #802 of DSDT.dsl:
  473.  
  474. |
  475. | Package (0x04)
  476. | {
  477. | 0x0009FFFF,
  478. | One,
  479. >>> LNKC,
  480. | Zero
  481. | },
  482. |
  483. | Package (0x04)
  484.  
  485.  
  486. [FAIL]-Object does not exist (LNKD)
  487.  
  488. Object does not exist (LNKD)
  489. At line #810 of DSDT.dsl:
  490.  
  491. |
  492. | Package (0x04)
  493. | {
  494. | 0x0009FFFF,
  495. | 0x02,
  496. >>> LNKD,
  497. | Zero
  498. | },
  499. |
  500. | Package (0x04)
  501.  
  502.  
  503. [FAIL]-Object does not exist (LNKA)
  504.  
  505. Object does not exist (LNKA)
  506. At line #818 of DSDT.dsl:
  507.  
  508. |
  509. | Package (0x04)
  510. | {
  511. | 0x0009FFFF,
  512. | 0x03,
  513. >>> LNKA,
  514. | Zero
  515. | },
  516. |
  517. | Package (0x04)
  518.  
  519.  
  520. [FAIL]-Object does not exist (LNKC)
  521.  
  522. Object does not exist (LNKC)
  523. At line #826 of DSDT.dsl:
  524.  
  525. |
  526. | Package (0x04)
  527. | {
  528. | 0x000AFFFF,
  529. | Zero,
  530. >>> LNKC,
  531. | Zero
  532. | },
  533. |
  534. | Package (0x04)
  535.  
  536.  
  537. [FAIL]-Object does not exist (LNKD)
  538.  
  539. Object does not exist (LNKD)
  540. At line #834 of DSDT.dsl:
  541.  
  542. |
  543. | Package (0x04)
  544. | {
  545. | 0x000AFFFF,
  546. | One,
  547. >>> LNKD,
  548. | Zero
  549. | },
  550. |
  551. | Package (0x04)
  552.  
  553.  
  554. [FAIL]-Object does not exist (LNKA)
  555.  
  556. Object does not exist (LNKA)
  557. At line #842 of DSDT.dsl:
  558.  
  559. |
  560. | Package (0x04)
  561. | {
  562. | 0x000AFFFF,
  563. | 0x02,
  564. >>> LNKA,
  565. | Zero
  566. | },
  567. |
  568. | Package (0x04)
  569.  
  570.  
  571. [FAIL]-Object does not exist (LNKB)
  572.  
  573. Object does not exist (LNKB)
  574. At line #850 of DSDT.dsl:
  575.  
  576. |
  577. | Package (0x04)
  578. | {
  579. | 0x000AFFFF,
  580. | 0x03,
  581. >>> LNKB,
  582. | Zero
  583. | },
  584. |
  585. | Package (0x04)
  586.  
  587.  
  588. [FAIL]-Object does not exist (LNKD)
  589.  
  590. Object does not exist (LNKD)
  591. At line #858 of DSDT.dsl:
  592.  
  593. |
  594. | Package (0x04)
  595. | {
  596. | 0x000BFFFF,
  597. | Zero,
  598. >>> LNKD,
  599. | Zero
  600. | },
  601. |
  602. | Package (0x04)
  603.  
  604.  
  605. [FAIL]-Object does not exist (LNKA)
  606.  
  607. Object does not exist (LNKA)
  608. At line #866 of DSDT.dsl:
  609.  
  610. |
  611. | Package (0x04)
  612. | {
  613. | 0x000BFFFF,
  614. | One,
  615. >>> LNKA,
  616. | Zero
  617. | },
  618. |
  619. | Package (0x04)
  620.  
  621.  
  622. [FAIL]-Object does not exist (LNKB)
  623.  
  624. Object does not exist (LNKB)
  625. At line #874 of DSDT.dsl:
  626.  
  627. |
  628. | Package (0x04)
  629. | {
  630. | 0x000BFFFF,
  631. | 0x02,
  632. >>> LNKB,
  633. | Zero
  634. | },
  635. |
  636. | Package (0x04)
  637.  
  638.  
  639. [FAIL]-Object does not exist (LNKC)
  640.  
  641. Object does not exist (LNKC)
  642. At line #882 of DSDT.dsl:
  643.  
  644. |
  645. | Package (0x04)
  646. | {
  647. | 0x000BFFFF,
  648. | 0x03,
  649. >>> LNKC,
  650. | Zero
  651. | },
  652. |
  653. | Package (0x04)
  654.  
  655.  
  656. [FAIL]-Object does not exist (LNKA)
  657.  
  658. Object does not exist (LNKA)
  659. At line #890 of DSDT.dsl:
  660.  
  661. |
  662. | Package (0x04)
  663. | {
  664. | 0x000CFFFF,
  665. | Zero,
  666. >>> LNKA,
  667. | Zero
  668. | },
  669. |
  670. | Package (0x04)
  671.  
  672.  
  673. [FAIL]-Object does not exist (LNKB)
  674.  
  675. Object does not exist (LNKB)
  676. At line #898 of DSDT.dsl:
  677.  
  678. |
  679. | Package (0x04)
  680. | {
  681. | 0x000CFFFF,
  682. | One,
  683. >>> LNKB,
  684. | Zero
  685. | },
  686. |
  687. | Package (0x04)
  688.  
  689.  
  690. [FAIL]-Object does not exist (LNKC)
  691.  
  692. Object does not exist (LNKC)
  693. At line #906 of DSDT.dsl:
  694.  
  695. |
  696. | Package (0x04)
  697. | {
  698. | 0x000CFFFF,
  699. | 0x02,
  700. >>> LNKC,
  701. | Zero
  702. | },
  703. |
  704. | Package (0x04)
  705.  
  706.  
  707. [FAIL]-Object does not exist (LNKD)
  708.  
  709. Object does not exist (LNKD)
  710. At line #914 of DSDT.dsl:
  711.  
  712. |
  713. | Package (0x04)
  714. | {
  715. | 0x000CFFFF,
  716. | 0x03,
  717. >>> LNKD,
  718. | Zero
  719. | },
  720. |
  721. | Package (0x04)
  722.  
  723.  
  724. [FAIL]-Object does not exist (LNKA)
  725.  
  726. Object does not exist (LNKA)
  727. At line #922 of DSDT.dsl:
  728.  
  729. |
  730. | Package (0x04)
  731. | {
  732. | 0x0014FFFF,
  733. | Zero,
  734. >>> LNKA,
  735. | Zero
  736. | },
  737. |
  738. | Package (0x04)
  739.  
  740.  
  741. [FAIL]-Object does not exist (LNKB)
  742.  
  743. Object does not exist (LNKB)
  744. At line #930 of DSDT.dsl:
  745.  
  746. |
  747. | Package (0x04)
  748. | {
  749. | 0x0014FFFF,
  750. | One,
  751. >>> LNKB,
  752. | Zero
  753. | },
  754. |
  755. | Package (0x04)
  756.  
  757.  
  758. [FAIL]-Object does not exist (LNKC)
  759.  
  760. Object does not exist (LNKC)
  761. At line #938 of DSDT.dsl:
  762.  
  763. |
  764. | Package (0x04)
  765. | {
  766. | 0x0014FFFF,
  767. | 0x02,
  768. >>> LNKC,
  769. | Zero
  770. | },
  771. |
  772. | Package (0x04)
  773.  
  774.  
  775. [FAIL]-Object does not exist (LNKD)
  776.  
  777. Object does not exist (LNKD)
  778. At line #946 of DSDT.dsl:
  779.  
  780. |
  781. | Package (0x04)
  782. | {
  783. | 0x0014FFFF,
  784. | 0x03,
  785. >>> LNKD,
  786. | Zero
  787. | },
  788. |
  789. | Package (0x04)
  790.  
  791.  
  792. [FAIL]-Object does not exist (LNKA)
  793.  
  794. Object does not exist (LNKA)
  795. At line #954 of DSDT.dsl:
  796.  
  797. |
  798. | Package (0x04)
  799. | {
  800. | 0x0012FFFF,
  801. | Zero,
  802. >>> LNKA,
  803. | Zero
  804. | },
  805. |
  806. | Package (0x04)
  807.  
  808.  
  809. [FAIL]-Object does not exist (LNKB)
  810.  
  811. Object does not exist (LNKB)
  812. At line #962 of DSDT.dsl:
  813.  
  814. |
  815. | Package (0x04)
  816. | {
  817. | 0x0012FFFF,
  818. | One,
  819. >>> LNKB,
  820. | Zero
  821. | },
  822. |
  823. | Package (0x04)
  824.  
  825.  
  826. [FAIL]-Object does not exist (LNKC)
  827.  
  828. Object does not exist (LNKC)
  829. At line #970 of DSDT.dsl:
  830.  
  831. |
  832. | Package (0x04)
  833. | {
  834. | 0x0012FFFF,
  835. | 0x02,
  836. >>> LNKC,
  837. | Zero
  838. | },
  839. |
  840. | Package (0x04)
  841.  
  842.  
  843. [FAIL]-Object does not exist (LNKD)
  844.  
  845. Object does not exist (LNKD)
  846. At line #978 of DSDT.dsl:
  847.  
  848. |
  849. | Package (0x04)
  850. | {
  851. | 0x0012FFFF,
  852. | 0x03,
  853. >>> LNKD,
  854. | Zero
  855. | },
  856. |
  857. | Package (0x04)
  858.  
  859.  
  860. [FAIL]-Object does not exist (LNKC)
  861.  
  862. Object does not exist (LNKC)
  863. At line #986 of DSDT.dsl:
  864.  
  865. |
  866. | Package (0x04)
  867. | {
  868. | 0x0013FFFF,
  869. | Zero,
  870. >>> LNKC,
  871. | Zero
  872. | },
  873. |
  874. | Package (0x04)
  875.  
  876.  
  877. [FAIL]-Object does not exist (LNKD)
  878.  
  879. Object does not exist (LNKD)
  880. At line #994 of DSDT.dsl:
  881.  
  882. |
  883. | Package (0x04)
  884. | {
  885. | 0x0013FFFF,
  886. | One,
  887. >>> LNKD,
  888. | Zero
  889. | },
  890. |
  891. | Package (0x04)
  892.  
  893.  
  894. [FAIL]-Object does not exist (LNKA)
  895.  
  896. Object does not exist (LNKA)
  897. At line #1002 of DSDT.dsl:
  898.  
  899. |
  900. | Package (0x04)
  901. | {
  902. | 0x0013FFFF,
  903. | 0x02,
  904. >>> LNKA,
  905. | Zero
  906. | },
  907. |
  908. | Package (0x04)
  909.  
  910.  
  911. [FAIL]-Object does not exist (LNKB)
  912.  
  913. Object does not exist (LNKB)
  914. At line #1010 of DSDT.dsl:
  915.  
  916. |
  917. | Package (0x04)
  918. | {
  919. | 0x0013FFFF,
  920. | 0x03,
  921. >>> LNKB,
  922. | Zero
  923. | },
  924. |
  925. | Package (0x04)
  926.  
  927.  
  928. [FAIL]-Object does not exist (LNKG)
  929.  
  930. Object does not exist (LNKG)
  931. At line #1018 of DSDT.dsl:
  932.  
  933. |
  934. | Package (0x04)
  935. | {
  936. | 0x0011FFFF,
  937. | Zero,
  938. >>> LNKG,
  939. | Zero
  940. | }
  941. | })
  942. | Name (AR00, Package (0x35)
  943.  
  944.  
  945. [FAIL]-Object does not exist (LNKC)
  946.  
  947. Object does not exist (LNKC)
  948. At line #1454 of DSDT.dsl:
  949.  
  950. | {
  951. | Package (0x04)
  952. | {
  953. | 0xFFFF,
  954. | Zero,
  955. >>> LNKC,
  956. | Zero
  957. | },
  958. |
  959. | Package (0x04)
  960.  
  961.  
  962. [FAIL]-Object does not exist (LNKD)
  963.  
  964. Object does not exist (LNKD)
  965. At line #1462 of DSDT.dsl:
  966.  
  967. |
  968. | Package (0x04)
  969. | {
  970. | 0xFFFF,
  971. | One,
  972. >>> LNKD,
  973. | Zero
  974. | },
  975. |
  976. | Package (0x04)
  977.  
  978.  
  979. [FAIL]-Object does not exist (LNKA)
  980.  
  981. Object does not exist (LNKA)
  982. At line #1470 of DSDT.dsl:
  983.  
  984. |
  985. | Package (0x04)
  986. | {
  987. | 0xFFFF,
  988. | 0x02,
  989. >>> LNKA,
  990. | Zero
  991. | },
  992. |
  993. | Package (0x04)
  994.  
  995.  
  996. [FAIL]-Object does not exist (LNKB)
  997.  
  998. Object does not exist (LNKB)
  999. At line #1478 of DSDT.dsl:
  1000.  
  1001. |
  1002. | Package (0x04)
  1003. | {
  1004. | 0xFFFF,
  1005. | 0x03,
  1006. >>> LNKB,
  1007. | Zero
  1008. | }
  1009. | })
  1010. | Name (AR02, Package (0x04)
  1011.  
  1012.  
  1013. [FAIL]-Object does not exist (LNKD)
  1014.  
  1015. Object does not exist (LNKD)
  1016. At line #1522 of DSDT.dsl:
  1017.  
  1018. | {
  1019. | Package (0x04)
  1020. | {
  1021. | 0xFFFF,
  1022. | Zero,
  1023. >>> LNKD,
  1024. | Zero
  1025. | },
  1026. |
  1027. | Package (0x04)
  1028.  
  1029.  
  1030. [FAIL]-Object does not exist (LNKA)
  1031.  
  1032. Object does not exist (LNKA)
  1033. At line #1530 of DSDT.dsl:
  1034.  
  1035. |
  1036. | Package (0x04)
  1037. | {
  1038. | 0xFFFF,
  1039. | One,
  1040. >>> LNKA,
  1041. | Zero
  1042. | },
  1043. |
  1044. | Package (0x04)
  1045.  
  1046.  
  1047. [FAIL]-Object does not exist (LNKB)
  1048.  
  1049. Object does not exist (LNKB)
  1050. At line #1538 of DSDT.dsl:
  1051.  
  1052. |
  1053. | Package (0x04)
  1054. | {
  1055. | 0xFFFF,
  1056. | 0x02,
  1057. >>> LNKB,
  1058. | Zero
  1059. | },
  1060. |
  1061. | Package (0x04)
  1062.  
  1063.  
  1064. [FAIL]-Object does not exist (LNKC)
  1065.  
  1066. Object does not exist (LNKC)
  1067. At line #1546 of DSDT.dsl:
  1068.  
  1069. |
  1070. | Package (0x04)
  1071. | {
  1072. | 0xFFFF,
  1073. | 0x03,
  1074. >>> LNKC,
  1075. | Zero
  1076. | }
  1077. | })
  1078. | Name (AR03, Package (0x04)
  1079.  
  1080.  
  1081. [FAIL]-Object does not exist (LNKA)
  1082.  
  1083. Object does not exist (LNKA)
  1084. At line #1590 of DSDT.dsl:
  1085.  
  1086. | {
  1087. | Package (0x04)
  1088. | {
  1089. | 0xFFFF,
  1090. | Zero,
  1091. >>> LNKA,
  1092. | Zero
  1093. | },
  1094. |
  1095. | Package (0x04)
  1096.  
  1097.  
  1098. [FAIL]-Object does not exist (LNKB)
  1099.  
  1100. Object does not exist (LNKB)
  1101. At line #1598 of DSDT.dsl:
  1102.  
  1103. |
  1104. | Package (0x04)
  1105. | {
  1106. | 0xFFFF,
  1107. | One,
  1108. >>> LNKB,
  1109. | Zero
  1110. | },
  1111. |
  1112. | Package (0x04)
  1113.  
  1114.  
  1115. [FAIL]-Object does not exist (LNKC)
  1116.  
  1117. Object does not exist (LNKC)
  1118. At line #1606 of DSDT.dsl:
  1119.  
  1120. |
  1121. | Package (0x04)
  1122. | {
  1123. | 0xFFFF,
  1124. | 0x02,
  1125. >>> LNKC,
  1126. | Zero
  1127. | },
  1128. |
  1129. | Package (0x04)
  1130.  
  1131.  
  1132. [FAIL]-Object does not exist (LNKD)
  1133.  
  1134. Object does not exist (LNKD)
  1135. At line #1614 of DSDT.dsl:
  1136.  
  1137. |
  1138. | Package (0x04)
  1139. | {
  1140. | 0xFFFF,
  1141. | 0x03,
  1142. >>> LNKD,
  1143. | Zero
  1144. | }
  1145. | })
  1146. | Name (AR04, Package (0x04)
  1147.  
  1148.  
  1149. [FAIL]-Object does not exist (LNKB)
  1150.  
  1151. Object does not exist (LNKB)
  1152. At line #1658 of DSDT.dsl:
  1153.  
  1154. | {
  1155. | Package (0x04)
  1156. | {
  1157. | 0xFFFF,
  1158. | Zero,
  1159. >>> LNKB,
  1160. | Zero
  1161. | },
  1162. |
  1163. | Package (0x04)
  1164.  
  1165.  
  1166. [FAIL]-Object does not exist (LNKC)
  1167.  
  1168. Object does not exist (LNKC)
  1169. At line #1666 of DSDT.dsl:
  1170.  
  1171. |
  1172. | Package (0x04)
  1173. | {
  1174. | 0xFFFF,
  1175. | One,
  1176. >>> LNKC,
  1177. | Zero
  1178. | },
  1179. |
  1180. | Package (0x04)
  1181.  
  1182.  
  1183. [FAIL]-Object does not exist (LNKD)
  1184.  
  1185. Object does not exist (LNKD)
  1186. At line #1674 of DSDT.dsl:
  1187.  
  1188. |
  1189. | Package (0x04)
  1190. | {
  1191. | 0xFFFF,
  1192. | 0x02,
  1193. >>> LNKD,
  1194. | Zero
  1195. | },
  1196. |
  1197. | Package (0x04)
  1198.  
  1199.  
  1200. [FAIL]-Object does not exist (LNKA)
  1201.  
  1202. Object does not exist (LNKA)
  1203. At line #1682 of DSDT.dsl:
  1204.  
  1205. |
  1206. | Package (0x04)
  1207. | {
  1208. | 0xFFFF,
  1209. | 0x03,
  1210. >>> LNKA,
  1211. | Zero
  1212. | }
  1213. | })
  1214. | Name (AR05, Package (0x04)
  1215.  
  1216.  
  1217. [FAIL]-Object does not exist (LNKC)
  1218.  
  1219. Object does not exist (LNKC)
  1220. At line #1726 of DSDT.dsl:
  1221.  
  1222. | {
  1223. | Package (0x04)
  1224. | {
  1225. | 0xFFFF,
  1226. | Zero,
  1227. >>> LNKC,
  1228. | Zero
  1229. | },
  1230. |
  1231. | Package (0x04)
  1232.  
  1233.  
  1234. [FAIL]-Object does not exist (LNKD)
  1235.  
  1236. Object does not exist (LNKD)
  1237. At line #1734 of DSDT.dsl:
  1238.  
  1239. |
  1240. | Package (0x04)
  1241. | {
  1242. | 0xFFFF,
  1243. | One,
  1244. >>> LNKD,
  1245. | Zero
  1246. | },
  1247. |
  1248. | Package (0x04)
  1249.  
  1250.  
  1251. [FAIL]-Object does not exist (LNKA)
  1252.  
  1253. Object does not exist (LNKA)
  1254. At line #1742 of DSDT.dsl:
  1255.  
  1256. |
  1257. | Package (0x04)
  1258. | {
  1259. | 0xFFFF,
  1260. | 0x02,
  1261. >>> LNKA,
  1262. | Zero
  1263. | },
  1264. |
  1265. | Package (0x04)
  1266.  
  1267.  
  1268. [FAIL]-Object does not exist (LNKB)
  1269.  
  1270. Object does not exist (LNKB)
  1271. At line #1750 of DSDT.dsl:
  1272.  
  1273. |
  1274. | Package (0x04)
  1275. | {
  1276. | 0xFFFF,
  1277. | 0x03,
  1278. >>> LNKB,
  1279. | Zero
  1280. | }
  1281. | })
  1282. | Name (AR06, Package (0x04)
  1283.  
  1284.  
  1285. [FAIL]-Object does not exist (LNKD)
  1286.  
  1287. Object does not exist (LNKD)
  1288. At line #1794 of DSDT.dsl:
  1289.  
  1290. | {
  1291. | Package (0x04)
  1292. | {
  1293. | 0xFFFF,
  1294. | Zero,
  1295. >>> LNKD,
  1296. | Zero
  1297. | },
  1298. |
  1299. | Package (0x04)
  1300.  
  1301.  
  1302. [FAIL]-Object does not exist (LNKA)
  1303.  
  1304. Object does not exist (LNKA)
  1305. At line #1802 of DSDT.dsl:
  1306.  
  1307. |
  1308. | Package (0x04)
  1309. | {
  1310. | 0xFFFF,
  1311. | One,
  1312. >>> LNKA,
  1313. | Zero
  1314. | },
  1315. |
  1316. | Package (0x04)
  1317.  
  1318.  
  1319. [FAIL]-Object does not exist (LNKB)
  1320.  
  1321. Object does not exist (LNKB)
  1322. At line #1810 of DSDT.dsl:
  1323.  
  1324. |
  1325. | Package (0x04)
  1326. | {
  1327. | 0xFFFF,
  1328. | 0x02,
  1329. >>> LNKB,
  1330. | Zero
  1331. | },
  1332. |
  1333. | Package (0x04)
  1334.  
  1335.  
  1336. [FAIL]-Object does not exist (LNKC)
  1337.  
  1338. Object does not exist (LNKC)
  1339. At line #1818 of DSDT.dsl:
  1340.  
  1341. |
  1342. | Package (0x04)
  1343. | {
  1344. | 0xFFFF,
  1345. | 0x03,
  1346. >>> LNKC,
  1347. | Zero
  1348. | }
  1349. | })
  1350. | Name (AR07, Package (0x04)
  1351.  
  1352.  
  1353. [FAIL]-Object does not exist (LNKB)
  1354.  
  1355. Object does not exist (LNKB)
  1356. At line #1862 of DSDT.dsl:
  1357.  
  1358. | {
  1359. | Package (0x04)
  1360. | {
  1361. | 0xFFFF,
  1362. | Zero,
  1363. >>> LNKB,
  1364. | Zero
  1365. | },
  1366. |
  1367. | Package (0x04)
  1368.  
  1369.  
  1370. [FAIL]-Object does not exist (LNKC)
  1371.  
  1372. Object does not exist (LNKC)
  1373. At line #1870 of DSDT.dsl:
  1374.  
  1375. |
  1376. | Package (0x04)
  1377. | {
  1378. | 0xFFFF,
  1379. | One,
  1380. >>> LNKC,
  1381. | Zero
  1382. | },
  1383. |
  1384. | Package (0x04)
  1385.  
  1386.  
  1387. [FAIL]-Object does not exist (LNKD)
  1388.  
  1389. Object does not exist (LNKD)
  1390. At line #1878 of DSDT.dsl:
  1391.  
  1392. |
  1393. | Package (0x04)
  1394. | {
  1395. | 0xFFFF,
  1396. | 0x02,
  1397. >>> LNKD,
  1398. | Zero
  1399. | },
  1400. |
  1401. | Package (0x04)
  1402.  
  1403.  
  1404. [FAIL]-Object does not exist (LNKA)
  1405.  
  1406. Object does not exist (LNKA)
  1407. At line #1886 of DSDT.dsl:
  1408.  
  1409. |
  1410. | Package (0x04)
  1411. | {
  1412. | 0xFFFF,
  1413. | 0x03,
  1414. >>> LNKA,
  1415. | Zero
  1416. | }
  1417. | })
  1418. | Name (AR09, Package (0x04)
  1419.  
  1420.  
  1421. [FAIL]-Object does not exist (LNKC)
  1422.  
  1423. Object does not exist (LNKC)
  1424. At line #1930 of DSDT.dsl:
  1425.  
  1426. | {
  1427. | Package (0x04)
  1428. | {
  1429. | 0xFFFF,
  1430. | Zero,
  1431. >>> LNKC,
  1432. | Zero
  1433. | },
  1434. |
  1435. | Package (0x04)
  1436.  
  1437.  
  1438. [FAIL]-Object does not exist (LNKD)
  1439.  
  1440. Object does not exist (LNKD)
  1441. At line #1938 of DSDT.dsl:
  1442.  
  1443. |
  1444. | Package (0x04)
  1445. | {
  1446. | 0xFFFF,
  1447. | One,
  1448. >>> LNKD,
  1449. | Zero
  1450. | },
  1451. |
  1452. | Package (0x04)
  1453.  
  1454.  
  1455. [FAIL]-Object does not exist (LNKA)
  1456.  
  1457. Object does not exist (LNKA)
  1458. At line #1946 of DSDT.dsl:
  1459.  
  1460. |
  1461. | Package (0x04)
  1462. | {
  1463. | 0xFFFF,
  1464. | 0x02,
  1465. >>> LNKA,
  1466. | Zero
  1467. | },
  1468. |
  1469. | Package (0x04)
  1470.  
  1471.  
  1472. [FAIL]-Object does not exist (LNKB)
  1473.  
  1474. Object does not exist (LNKB)
  1475. At line #1954 of DSDT.dsl:
  1476.  
  1477. |
  1478. | Package (0x04)
  1479. | {
  1480. | 0xFFFF,
  1481. | 0x03,
  1482. >>> LNKB,
  1483. | Zero
  1484. | }
  1485. | })
  1486. | Name (AR1A, Package (0x04)
  1487.  
  1488.  
  1489. [FAIL]-Object does not exist (LNKD)
  1490.  
  1491. Object does not exist (LNKD)
  1492. At line #1998 of DSDT.dsl:
  1493.  
  1494. | {
  1495. | Package (0x04)
  1496. | {
  1497. | 0xFFFF,
  1498. | Zero,
  1499. >>> LNKD,
  1500. | Zero
  1501. | },
  1502. |
  1503. | Package (0x04)
  1504.  
  1505.  
  1506. [FAIL]-Object does not exist (LNKA)
  1507.  
  1508. Object does not exist (LNKA)
  1509. At line #2006 of DSDT.dsl:
  1510.  
  1511. |
  1512. | Package (0x04)
  1513. | {
  1514. | 0xFFFF,
  1515. | One,
  1516. >>> LNKA,
  1517. | Zero
  1518. | },
  1519. |
  1520. | Package (0x04)
  1521.  
  1522.  
  1523. [FAIL]-Object does not exist (LNKB)
  1524.  
  1525. Object does not exist (LNKB)
  1526. At line #2014 of DSDT.dsl:
  1527.  
  1528. |
  1529. | Package (0x04)
  1530. | {
  1531. | 0xFFFF,
  1532. | 0x02,
  1533. >>> LNKB,
  1534. | Zero
  1535. | },
  1536. |
  1537. | Package (0x04)
  1538.  
  1539.  
  1540. [FAIL]-Object does not exist (LNKC)
  1541.  
  1542. Object does not exist (LNKC)
  1543. At line #2022 of DSDT.dsl:
  1544.  
  1545. |
  1546. | Package (0x04)
  1547. | {
  1548. | 0xFFFF,
  1549. | 0x03,
  1550. >>> LNKC,
  1551. | Zero
  1552. | }
  1553. | })
  1554. | Name (AR1B, Package (0x04)
  1555.  
  1556.  
  1557. [FAIL]-Object does not exist (LNKA)
  1558.  
  1559. Object does not exist (LNKA)
  1560. At line #2066 of DSDT.dsl:
  1561.  
  1562. | {
  1563. | Package (0x04)
  1564. | {
  1565. | 0xFFFF,
  1566. | Zero,
  1567. >>> LNKA,
  1568. | Zero
  1569. | },
  1570. |
  1571. | Package (0x04)
  1572.  
  1573.  
  1574. [FAIL]-Object does not exist (LNKB)
  1575.  
  1576. Object does not exist (LNKB)
  1577. At line #2074 of DSDT.dsl:
  1578.  
  1579. |
  1580. | Package (0x04)
  1581. | {
  1582. | 0xFFFF,
  1583. | One,
  1584. >>> LNKB,
  1585. | Zero
  1586. | },
  1587. |
  1588. | Package (0x04)
  1589.  
  1590.  
  1591. [FAIL]-Object does not exist (LNKC)
  1592.  
  1593. Object does not exist (LNKC)
  1594. At line #2082 of DSDT.dsl:
  1595.  
  1596. |
  1597. | Package (0x04)
  1598. | {
  1599. | 0xFFFF,
  1600. | 0x02,
  1601. >>> LNKC,
  1602. | Zero
  1603. | },
  1604. |
  1605. | Package (0x04)
  1606.  
  1607.  
  1608. [FAIL]-Object does not exist (LNKD)
  1609.  
  1610. Object does not exist (LNKD)
  1611. At line #2090 of DSDT.dsl:
  1612.  
  1613. |
  1614. | Package (0x04)
  1615. | {
  1616. | 0xFFFF,
  1617. | 0x03,
  1618. >>> LNKD,
  1619. | Zero
  1620. | }
  1621. | })
  1622. | Name (AR1C, Package (0x04)
  1623.  
  1624.  
  1625. [FAIL]-Object does not exist (LNKE)
  1626.  
  1627. Object does not exist (LNKE)
  1628. At line #2134 of DSDT.dsl:
  1629.  
  1630. | {
  1631. | Package (0x04)
  1632. | {
  1633. | 0x0005FFFF,
  1634. | Zero,
  1635. >>> LNKE,
  1636. | Zero
  1637. | },
  1638. |
  1639. | Package (0x04)
  1640.  
  1641.  
  1642. [FAIL]-Object does not exist (LNKF)
  1643.  
  1644. Object does not exist (LNKF)
  1645. At line #2142 of DSDT.dsl:
  1646.  
  1647. |
  1648. | Package (0x04)
  1649. | {
  1650. | 0x0005FFFF,
  1651. | One,
  1652. >>> LNKF,
  1653. | Zero
  1654. | },
  1655. |
  1656. | Package (0x04)
  1657.  
  1658.  
  1659. [FAIL]-Object does not exist (LNKG)
  1660.  
  1661. Object does not exist (LNKG)
  1662. At line #2150 of DSDT.dsl:
  1663.  
  1664. |
  1665. | Package (0x04)
  1666. | {
  1667. | 0x0005FFFF,
  1668. | 0x02,
  1669. >>> LNKG,
  1670. | Zero
  1671. | },
  1672. |
  1673. | Package (0x04)
  1674.  
  1675.  
  1676. [FAIL]-Object does not exist (LNKH)
  1677.  
  1678. Object does not exist (LNKH)
  1679. At line #2158 of DSDT.dsl:
  1680.  
  1681. |
  1682. | Package (0x04)
  1683. | {
  1684. | 0x0005FFFF,
  1685. | 0x03,
  1686. >>> LNKH,
  1687. | Zero
  1688. | },
  1689. |
  1690. | Package (0x04)
  1691.  
  1692.  
  1693. [FAIL]-Object does not exist (LNKF)
  1694.  
  1695. Object does not exist (LNKF)
  1696. At line #2166 of DSDT.dsl:
  1697.  
  1698. |
  1699. | Package (0x04)
  1700. | {
  1701. | 0x0006FFFF,
  1702. | Zero,
  1703. >>> LNKF,
  1704. | Zero
  1705. | },
  1706. |
  1707. | Package (0x04)
  1708.  
  1709.  
  1710. [FAIL]-Object does not exist (LNKG)
  1711.  
  1712. Object does not exist (LNKG)
  1713. At line #2174 of DSDT.dsl:
  1714.  
  1715. |
  1716. | Package (0x04)
  1717. | {
  1718. | 0x0006FFFF,
  1719. | One,
  1720. >>> LNKG,
  1721. | Zero
  1722. | },
  1723. |
  1724. | Package (0x04)
  1725.  
  1726.  
  1727. [FAIL]-Object does not exist (LNKH)
  1728.  
  1729. Object does not exist (LNKH)
  1730. At line #2182 of DSDT.dsl:
  1731.  
  1732. |
  1733. | Package (0x04)
  1734. | {
  1735. | 0x0006FFFF,
  1736. | 0x02,
  1737. >>> LNKH,
  1738. | Zero
  1739. | },
  1740. |
  1741. | Package (0x04)
  1742.  
  1743.  
  1744. [FAIL]-Object does not exist (LNKE)
  1745.  
  1746. Object does not exist (LNKE)
  1747. At line #2190 of DSDT.dsl:
  1748.  
  1749. |
  1750. | Package (0x04)
  1751. | {
  1752. | 0x0006FFFF,
  1753. | 0x03,
  1754. >>> LNKE,
  1755. | Zero
  1756. | },
  1757. |
  1758. | Package (0x04)
  1759.  
  1760.  
  1761. [FAIL]-Object does not exist (LNKG)
  1762.  
  1763. Object does not exist (LNKG)
  1764. At line #2198 of DSDT.dsl:
  1765.  
  1766. |
  1767. | Package (0x04)
  1768. | {
  1769. | 0x0007FFFF,
  1770. | Zero,
  1771. >>> LNKG,
  1772. | Zero
  1773. | },
  1774. |
  1775. | Package (0x04)
  1776.  
  1777.  
  1778. [FAIL]-Object does not exist (LNKH)
  1779.  
  1780. Object does not exist (LNKH)
  1781. At line #2206 of DSDT.dsl:
  1782.  
  1783. |
  1784. | Package (0x04)
  1785. | {
  1786. | 0x0007FFFF,
  1787. | One,
  1788. >>> LNKH,
  1789. | Zero
  1790. | },
  1791. |
  1792. | Package (0x04)
  1793.  
  1794.  
  1795. [FAIL]-Object does not exist (LNKE)
  1796.  
  1797. Object does not exist (LNKE)
  1798. At line #2214 of DSDT.dsl:
  1799.  
  1800. |
  1801. | Package (0x04)
  1802. | {
  1803. | 0x0007FFFF,
  1804. | 0x02,
  1805. >>> LNKE,
  1806. | Zero
  1807. | },
  1808. |
  1809. | Package (0x04)
  1810.  
  1811.  
  1812. [FAIL]-Object does not exist (LNKF)
  1813.  
  1814. Object does not exist (LNKF)
  1815. At line #2222 of DSDT.dsl:
  1816.  
  1817. |
  1818. | Package (0x04)
  1819. | {
  1820. | 0x0007FFFF,
  1821. | 0x03,
  1822. >>> LNKF,
  1823. | Zero
  1824. | }
  1825. | })
  1826. | Name (AR0C, Package (0x0C)
  1827.  
  1828.  
  1829. [FAIL]-syntax error, unexpected PARSEOP_IF
  1830.  
  1831. syntax error, unexpected PARSEOP_IF
  1832. At line #3123 of DSDT.dsl:
  1833.  
  1834. | }
  1835. |
  1836. | Name (ECIN, Zero)
  1837. | Mutex (ECMU, 0x00)
  1838. | Mutex (MLMU, 0x00)
  1839. >>> If (ECEN)
  1840. | {
  1841. | And (ECAD, 0xFFFE, ECIN)
  1842. | OperationRegion (ECBP, SystemIO, ECIN, 0x02)
  1843. | Field (ECBP, ByteAcc, NoLock, Preserve)
  1844.  
  1845.  
  1846. [FAIL]-Object does not exist (ECIN)
  1847.  
  1848. Object does not exist (ECIN)
  1849. At line #3126 of DSDT.dsl:
  1850.  
  1851. | Mutex (ECMU, 0x00)
  1852. | Mutex (MLMU, 0x00)
  1853. | If (ECEN)
  1854. | {
  1855. | And (ECAD, 0xFFFE, ECIN)
  1856. >>> OperationRegion (ECBP, SystemIO, ECIN, 0x02)
  1857. | Field (ECBP, ByteAcc, NoLock, Preserve)
  1858. | {
  1859. | BPIO, 8
  1860. | }
  1861.  
  1862.  
  1863. [FAIL]-Object does not exist (ECIN)
  1864.  
  1865. Object does not exist (ECIN)
  1866. At line #3132 of DSDT.dsl:
  1867.  
  1868. | Field (ECBP, ByteAcc, NoLock, Preserve)
  1869. | {
  1870. | BPIO, 8
  1871. | }
  1872. |
  1873. >>> OperationRegion (ECIO, SystemIO, ECIN, 0x02)
  1874. | Field (ECIO, ByteAcc, NoLock, Preserve)
  1875. | {
  1876. | IND, 8,
  1877. | DAT, 8
  1878.  
  1879.  
  1880. [FAIL]-Object does not exist (ECMU)
  1881.  
  1882. Object does not exist (ECMU)
  1883. At line #3168 of DSDT.dsl:
  1884.  
  1885. | Store (0xA5, BPIO)
  1886. | }
  1887. |
  1888. | Method (STA, 1, NotSerialized)
  1889. | {
  1890. >>> Acquire (ECMU, 0x5000)
  1891. | CFG (Arg0)
  1892. | Store (Zero, Local1)
  1893. | If (ACT)
  1894. | {
  1895.  
  1896.  
  1897. [WARN]-Possible operator timeout is ignored
  1898.  
  1899. Possible operator timeout is ignored
  1900. At line #3168 of DSDT.dsl:
  1901.  
  1902. | Store (0xA5, BPIO)
  1903. | }
  1904. |
  1905. | Method (STA, 1, NotSerialized)
  1906. | {
  1907. >>> Acquire (ECMU, 0x5000)
  1908. | CFG (Arg0)
  1909. | Store (Zero, Local1)
  1910. | If (ACT)
  1911. | {
  1912.  
  1913.  
  1914. [FAIL]-Object does not exist (ECMU)
  1915.  
  1916. Object does not exist (ECMU)
  1917. At line #3182 of DSDT.dsl:
  1918.  
  1919. | {
  1920. | Store (Zero, Local1)
  1921. | }
  1922. |
  1923. | XCFG ()
  1924. >>> Release (ECMU)
  1925. | Return (Local1)
  1926. | }
  1927. |
  1928. | Method (RDMB, 1, NotSerialized)
  1929.  
  1930.  
  1931. [FAIL]-Object does not exist (ECMU)
  1932.  
  1933. Object does not exist (ECMU)
  1934. At line #3188 of DSDT.dsl:
  1935.  
  1936. | Return (Local1)
  1937. | }
  1938. |
  1939. | Method (RDMB, 1, NotSerialized)
  1940. | {
  1941. >>> Acquire (ECMU, 0x1388)
  1942. | Acquire (MLMU, 0x1388)
  1943. | CFG (0x05)
  1944. | Name (IOBA, Zero)
  1945. | Store (IOBH, IOBA)
  1946.  
  1947.  
  1948. [WARN]-Possible operator timeout is ignored
  1949.  
  1950. Possible operator timeout is ignored
  1951. At line #3188 of DSDT.dsl:
  1952.  
  1953. | Return (Local1)
  1954. | }
  1955. |
  1956. | Method (RDMB, 1, NotSerialized)
  1957. | {
  1958. >>> Acquire (ECMU, 0x1388)
  1959. | Acquire (MLMU, 0x1388)
  1960. | CFG (0x05)
  1961. | Name (IOBA, Zero)
  1962. | Store (IOBH, IOBA)
  1963.  
  1964.  
  1965. [FAIL]-Object does not exist (MLMU)
  1966.  
  1967. Object does not exist (MLMU)
  1968. At line #3189 of DSDT.dsl:
  1969.  
  1970. | }
  1971. |
  1972. | Method (RDMB, 1, NotSerialized)
  1973. | {
  1974. | Acquire (ECMU, 0x1388)
  1975. >>> Acquire (MLMU, 0x1388)
  1976. | CFG (0x05)
  1977. | Name (IOBA, Zero)
  1978. | Store (IOBH, IOBA)
  1979. | ShiftLeft (IOBA, 0x08, IOBA)
  1980.  
  1981.  
  1982. [WARN]-Possible operator timeout is ignored
  1983.  
  1984. Possible operator timeout is ignored
  1985. At line #3189 of DSDT.dsl:
  1986.  
  1987. | }
  1988. |
  1989. | Method (RDMB, 1, NotSerialized)
  1990. | {
  1991. | Acquire (ECMU, 0x1388)
  1992. >>> Acquire (MLMU, 0x1388)
  1993. | CFG (0x05)
  1994. | Name (IOBA, Zero)
  1995. | Store (IOBH, IOBA)
  1996. | ShiftLeft (IOBA, 0x08, IOBA)
  1997.  
  1998.  
  1999. [FAIL]-Object does not exist (MLMU)
  2000.  
  2001. Object does not exist (MLMU)
  2002. At line #3204 of DSDT.dsl:
  2003.  
  2004. | MLDA, 8
  2005. | }
  2006. |
  2007. | Store (Arg0, MLIN)
  2008. | Return (MLDA)
  2009. >>> Release (MLMU)
  2010. | Release (ECMU)
  2011. | }
  2012. |
  2013. | Method (WRMB, 2, NotSerialized)
  2014.  
  2015.  
  2016. [WARN]-Statement is unreachable
  2017.  
  2018. Statement is unreachable
  2019. At line #3204 of DSDT.dsl:
  2020.  
  2021. | MLDA, 8
  2022. | }
  2023. |
  2024. | Store (Arg0, MLIN)
  2025. | Return (MLDA)
  2026. >>> Release (MLMU)
  2027. | Release (ECMU)
  2028. | }
  2029. |
  2030. | Method (WRMB, 2, NotSerialized)
  2031.  
  2032.  
  2033. [FAIL]-Object does not exist (ECMU)
  2034.  
  2035. Object does not exist (ECMU)
  2036. At line #3205 of DSDT.dsl:
  2037.  
  2038. | }
  2039. |
  2040. | Store (Arg0, MLIN)
  2041. | Return (MLDA)
  2042. | Release (MLMU)
  2043. >>> Release (ECMU)
  2044. | }
  2045. |
  2046. | Method (WRMB, 2, NotSerialized)
  2047. | {
  2048.  
  2049.  
  2050. [FAIL]-Object does not exist (ECMU)
  2051.  
  2052. Object does not exist (ECMU)
  2053. At line #3210 of DSDT.dsl:
  2054.  
  2055. | Release (ECMU)
  2056. | }
  2057. |
  2058. | Method (WRMB, 2, NotSerialized)
  2059. | {
  2060. >>> Acquire (ECMU, 0x1388)
  2061. | Acquire (MLMU, 0x1388)
  2062. | CFG (0x05)
  2063. | Name (IOBA, Zero)
  2064. | Store (IOBH, IOBA)
  2065.  
  2066.  
  2067. [WARN]-Possible operator timeout is ignored
  2068.  
  2069. Possible operator timeout is ignored
  2070. At line #3210 of DSDT.dsl:
  2071.  
  2072. | Release (ECMU)
  2073. | }
  2074. |
  2075. | Method (WRMB, 2, NotSerialized)
  2076. | {
  2077. >>> Acquire (ECMU, 0x1388)
  2078. | Acquire (MLMU, 0x1388)
  2079. | CFG (0x05)
  2080. | Name (IOBA, Zero)
  2081. | Store (IOBH, IOBA)
  2082.  
  2083.  
  2084. [FAIL]-Object does not exist (MLMU)
  2085.  
  2086. Object does not exist (MLMU)
  2087. At line #3211 of DSDT.dsl:
  2088.  
  2089. | }
  2090. |
  2091. | Method (WRMB, 2, NotSerialized)
  2092. | {
  2093. | Acquire (ECMU, 0x1388)
  2094. >>> Acquire (MLMU, 0x1388)
  2095. | CFG (0x05)
  2096. | Name (IOBA, Zero)
  2097. | Store (IOBH, IOBA)
  2098. | ShiftLeft (IOBA, 0x08, IOBA)
  2099.  
  2100.  
  2101. [WARN]-Possible operator timeout is ignored
  2102.  
  2103. Possible operator timeout is ignored
  2104. At line #3211 of DSDT.dsl:
  2105.  
  2106. | }
  2107. |
  2108. | Method (WRMB, 2, NotSerialized)
  2109. | {
  2110. | Acquire (ECMU, 0x1388)
  2111. >>> Acquire (MLMU, 0x1388)
  2112. | CFG (0x05)
  2113. | Name (IOBA, Zero)
  2114. | Store (IOBH, IOBA)
  2115. | ShiftLeft (IOBA, 0x08, IOBA)
  2116.  
  2117.  
  2118. [FAIL]-Object does not exist (MLMU)
  2119.  
  2120. Object does not exist (MLMU)
  2121. At line #3226 of DSDT.dsl:
  2122.  
  2123. | MLDA, 8
  2124. | }
  2125. |
  2126. | Store (Arg0, MLIN)
  2127. | Store (Arg1, MLDA)
  2128. >>> Release (MLMU)
  2129. | Release (ECMU)
  2130. | }
  2131. |
  2132. | Name (KBWF, One)
  2133.  
  2134.  
  2135. [FAIL]-Object does not exist (ECMU)
  2136.  
  2137. Object does not exist (ECMU)
  2138. At line #3227 of DSDT.dsl:
  2139.  
  2140. | }
  2141. |
  2142. | Store (Arg0, MLIN)
  2143. | Store (Arg1, MLDA)
  2144. | Release (MLMU)
  2145. >>> Release (ECMU)
  2146. | }
  2147. |
  2148. | Name (KBWF, One)
  2149. | Name (MSWF, One)
  2150.  
  2151.  
  2152. [FAIL]-Object does not exist (ECMU)
  2153.  
  2154. Object does not exist (ECMU)
  2155. At line #3377 of DSDT.dsl:
  2156.  
  2157. | CreateByteField (RSRC, \_SB.PCI0.SBRG.ECIR._CRS._Y00._MIN, IO1)
  2158. | CreateByteField (RSRC, 0x03, IO2)
  2159. | CreateByteField (RSRC, \_SB.PCI0.SBRG.ECIR._CRS._Y00._MAX, IO3)
  2160. | CreateByteField (RSRC, 0x05, IO4)
  2161. | CreateWordField (RSRC, \_SB.PCI0.SBRG.ECIR._CRS._Y01._INT, IRQV)
  2162. >>> Acquire (ECMU, 0x1388)
  2163. | CFG (0x05)
  2164. | If (ACT)
  2165. | {
  2166. | Store (IOBL, IO1)
  2167.  
  2168.  
  2169. [WARN]-Possible operator timeout is ignored
  2170.  
  2171. Possible operator timeout is ignored
  2172. At line #3377 of DSDT.dsl:
  2173.  
  2174. | CreateByteField (RSRC, \_SB.PCI0.SBRG.ECIR._CRS._Y00._MIN, IO1)
  2175. | CreateByteField (RSRC, 0x03, IO2)
  2176. | CreateByteField (RSRC, \_SB.PCI0.SBRG.ECIR._CRS._Y00._MAX, IO3)
  2177. | CreateByteField (RSRC, 0x05, IO4)
  2178. | CreateWordField (RSRC, \_SB.PCI0.SBRG.ECIR._CRS._Y01._INT, IRQV)
  2179. >>> Acquire (ECMU, 0x1388)
  2180. | CFG (0x05)
  2181. | If (ACT)
  2182. | {
  2183. | Store (IOBL, IO1)
  2184.  
  2185.  
  2186. [FAIL]-Object does not exist (ECMU)
  2187.  
  2188. Object does not exist (ECMU)
  2189. At line #3390 of DSDT.dsl:
  2190.  
  2191. | Store (One, Local0)
  2192. | ShiftLeft (Local0, INT, IRQV)
  2193. | }
  2194. |
  2195. | XCFG ()
  2196. >>> Release (ECMU)
  2197. | Return (RSRC)
  2198. | }
  2199. |
  2200. | Name (_PRS, ResourceTemplate ()
  2201.  
  2202.  
  2203. [FAIL]-Object does not exist (ECMU)
  2204.  
  2205. Object does not exist (ECMU)
  2206. At line #3447 of DSDT.dsl:
  2207.  
  2208. | Method (_SRS, 1, NotSerialized)
  2209. | {
  2210. | CreateByteField (Arg0, 0x02, IO1)
  2211. | CreateByteField (Arg0, 0x03, IO2)
  2212. | CreateWordField (Arg0, 0x09, IRQV)
  2213. >>> Acquire (ECMU, 0x1388)
  2214. | CFG (0x05)
  2215. | Store (IO1, IOBL)
  2216. | Store (IO2, IOBH)
  2217. | FindSetRightBit (IRQV, Local0)
  2218.  
  2219.  
  2220. [WARN]-Possible operator timeout is ignored
  2221.  
  2222. Possible operator timeout is ignored
  2223. At line #3447 of DSDT.dsl:
  2224.  
  2225. | Method (_SRS, 1, NotSerialized)
  2226. | {
  2227. | CreateByteField (Arg0, 0x02, IO1)
  2228. | CreateByteField (Arg0, 0x03, IO2)
  2229. | CreateWordField (Arg0, 0x09, IRQV)
  2230. >>> Acquire (ECMU, 0x1388)
  2231. | CFG (0x05)
  2232. | Store (IO1, IOBL)
  2233. | Store (IO2, IOBH)
  2234. | FindSetRightBit (IRQV, Local0)
  2235.  
  2236.  
  2237. [FAIL]-Object does not exist (ECMU)
  2238.  
  2239. Object does not exist (ECMU)
  2240. At line #3455 of DSDT.dsl:
  2241.  
  2242. | Store (IO2, IOBH)
  2243. | FindSetRightBit (IRQV, Local0)
  2244. | Subtract (Local0, One, INT)
  2245. | Store (One, ACT)
  2246. | XCFG ()
  2247. >>> Release (ECMU)
  2248. | }
  2249. |
  2250. | Method (_PRW, 0, NotSerialized)
  2251. | {
  2252.  
  2253.  
  2254. [FAIL]-Object does not exist (ECEN)
  2255.  
  2256. Object does not exist (ECEN)
  2257. At line #3570 of DSDT.dsl:
  2258.  
  2259. | }
  2260. | }
  2261. |
  2262. | Method (EPTS, 1, NotSerialized)
  2263. | {
  2264. >>> If (ECEN)
  2265. | {
  2266. | PPTS (Arg0)
  2267. | }
  2268. | }
  2269.  
  2270.  
  2271. [FAIL]-Object is not accessible from this scope (PPTS)
  2272.  
  2273. Object is not accessible from this scope (PPTS)
  2274. At line #3572 of DSDT.dsl:
  2275.  
  2276. |
  2277. | Method (EPTS, 1, NotSerialized)
  2278. | {
  2279. | If (ECEN)
  2280. | {
  2281. >>> PPTS (Arg0)
  2282. | }
  2283. | }
  2284. |
  2285. | Method (EWAK, 1, NotSerialized)
  2286.  
  2287.  
  2288. [FAIL]-Object does not exist (ECEN)
  2289.  
  2290. Object does not exist (ECEN)
  2291. At line #3578 of DSDT.dsl:
  2292.  
  2293. | }
  2294. | }
  2295. |
  2296. | Method (EWAK, 1, NotSerialized)
  2297. | {
  2298. >>> If (ECEN)
  2299. | {
  2300. | WWAK (Arg0)
  2301. | }
  2302. | }
  2303.  
  2304.  
  2305. [FAIL]-Object is not accessible from this scope (WWAK)
  2306.  
  2307. Object is not accessible from this scope (WWAK)
  2308. At line #3580 of DSDT.dsl:
  2309.  
  2310. |
  2311. | Method (EWAK, 1, NotSerialized)
  2312. | {
  2313. | If (ECEN)
  2314. | {
  2315. >>> WWAK (Arg0)
  2316. | }
  2317. | }
  2318. |
  2319. | Device (PIC)
  2320.  
  2321.  
  2322. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.HPET._Y02._BAS)
  2323.  
  2324. Object does not exist (\_SB.PCI0.SBRG.HPET._Y02._BAS)
  2325. At line #3968 of DSDT.dsl:
  2326.  
  2327. | Return (0x0F)
  2328. | }
  2329. |
  2330. | Method (_CRS, 0, NotSerialized)
  2331. | {
  2332. >>> CreateDWordField (CRS, \_SB.PCI0.SBRG.HPET._Y02._BAS, HPT)
  2333. | Store (0xFED00000, HPT)
  2334. | Return (CRS)
  2335. | }
  2336. | }
  2337.  
  2338.  
  2339. [FAIL]-Object does not exist (\_SB.PCI0.PCIE._Y03._BAS)
  2340.  
  2341. Object does not exist (\_SB.PCI0.PCIE._Y03._BAS)
  2342. At line #3987 of DSDT.dsl:
  2343.  
  2344. | 0x10000000, // Address Length
  2345. | _Y03)
  2346. | })
  2347. | Method (_CRS, 0, NotSerialized)
  2348. | {
  2349. >>> CreateDWordField (CRS, \_SB.PCI0.PCIE._Y03._BAS, BAS1)
  2350. | CreateDWordField (CRS, \_SB.PCI0.PCIE._Y03._LEN, LEN1)
  2351. | Store (PCIB, BAS1)
  2352. | Store (PCIL, LEN1)
  2353. | Return (CRS)
  2354.  
  2355.  
  2356. [FAIL]-Object does not exist (\_SB.PCI0.PCIE._Y03._LEN)
  2357.  
  2358. Object does not exist (\_SB.PCI0.PCIE._Y03._LEN)
  2359. At line #3988 of DSDT.dsl:
  2360.  
  2361. | _Y03)
  2362. | })
  2363. | Method (_CRS, 0, NotSerialized)
  2364. | {
  2365. | CreateDWordField (CRS, \_SB.PCI0.PCIE._Y03._BAS, BAS1)
  2366. >>> CreateDWordField (CRS, \_SB.PCI0.PCIE._Y03._LEN, LEN1)
  2367. | Store (PCIB, BAS1)
  2368. | Store (PCIL, LEN1)
  2369. | Return (CRS)
  2370. | }
  2371.  
  2372.  
  2373. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.OMSC._Y04._LEN)
  2374.  
  2375. Object does not exist (\_SB.PCI0.SBRG.OMSC._Y04._LEN)
  2376. At line #4033 of DSDT.dsl:
  2377.  
  2378. | })
  2379. | Method (_CRS, 0, NotSerialized)
  2380. | {
  2381. | If (APIC)
  2382. | {
  2383. >>> CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y04._LEN, ML01)
  2384. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y04._BAS, MB01)
  2385. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y05._LEN, ML02)
  2386. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y05._BAS, MB02)
  2387. | Store (0xFEC00000, MB01)
  2388.  
  2389.  
  2390. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.OMSC._Y04._BAS)
  2391.  
  2392. Object does not exist (\_SB.PCI0.SBRG.OMSC._Y04._BAS)
  2393. At line #4034 of DSDT.dsl:
  2394.  
  2395. | Method (_CRS, 0, NotSerialized)
  2396. | {
  2397. | If (APIC)
  2398. | {
  2399. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y04._LEN, ML01)
  2400. >>> CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y04._BAS, MB01)
  2401. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y05._LEN, ML02)
  2402. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y05._BAS, MB02)
  2403. | Store (0xFEC00000, MB01)
  2404. | Store (0x1000, ML01)
  2405.  
  2406.  
  2407. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.OMSC._Y05._LEN)
  2408.  
  2409. Object does not exist (\_SB.PCI0.SBRG.OMSC._Y05._LEN)
  2410. At line #4035 of DSDT.dsl:
  2411.  
  2412. | {
  2413. | If (APIC)
  2414. | {
  2415. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y04._LEN, ML01)
  2416. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y04._BAS, MB01)
  2417. >>> CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y05._LEN, ML02)
  2418. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y05._BAS, MB02)
  2419. | Store (0xFEC00000, MB01)
  2420. | Store (0x1000, ML01)
  2421. | Store (0xFEE00000, MB02)
  2422.  
  2423.  
  2424. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.OMSC._Y05._BAS)
  2425.  
  2426. Object does not exist (\_SB.PCI0.SBRG.OMSC._Y05._BAS)
  2427. At line #4036 of DSDT.dsl:
  2428.  
  2429. | If (APIC)
  2430. | {
  2431. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y04._LEN, ML01)
  2432. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y04._BAS, MB01)
  2433. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y05._LEN, ML02)
  2434. >>> CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y05._BAS, MB02)
  2435. | Store (0xFEC00000, MB01)
  2436. | Store (0x1000, ML01)
  2437. | Store (0xFEE00000, MB02)
  2438. | Store (0x1000, ML02)
  2439.  
  2440.  
  2441. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.OMSC._Y06._LEN)
  2442.  
  2443. Object does not exist (\_SB.PCI0.SBRG.OMSC._Y06._LEN)
  2444. At line #4041 of DSDT.dsl:
  2445.  
  2446. | CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y05._BAS, MB02)
  2447. | Store (0xFEC00000, MB01)
  2448. | Store (0x1000, ML01)
  2449. | Store (0xFEE00000, MB02)
  2450. | Store (0x1000, ML02)
  2451. >>> CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y06._LEN, ML03)
  2452. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y06._BAS, MB03)
  2453. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y07._LEN, ML04)
  2454. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y07._BAS, MB04)
  2455. | Store (0xFEC00000, MB03)
  2456.  
  2457.  
  2458. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.OMSC._Y06._BAS)
  2459.  
  2460. Object does not exist (\_SB.PCI0.SBRG.OMSC._Y06._BAS)
  2461. At line #4042 of DSDT.dsl:
  2462.  
  2463. | Store (0xFEC00000, MB01)
  2464. | Store (0x1000, ML01)
  2465. | Store (0xFEE00000, MB02)
  2466. | Store (0x1000, ML02)
  2467. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y06._LEN, ML03)
  2468. >>> CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y06._BAS, MB03)
  2469. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y07._LEN, ML04)
  2470. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y07._BAS, MB04)
  2471. | Store (0xFEC00000, MB03)
  2472. | Store (0x1000, ML03)
  2473.  
  2474.  
  2475. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.OMSC._Y07._LEN)
  2476.  
  2477. Object does not exist (\_SB.PCI0.SBRG.OMSC._Y07._LEN)
  2478. At line #4043 of DSDT.dsl:
  2479.  
  2480. | Store (0x1000, ML01)
  2481. | Store (0xFEE00000, MB02)
  2482. | Store (0x1000, ML02)
  2483. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y06._LEN, ML03)
  2484. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y06._BAS, MB03)
  2485. >>> CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y07._LEN, ML04)
  2486. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y07._BAS, MB04)
  2487. | Store (0xFEC00000, MB03)
  2488. | Store (0x1000, ML03)
  2489. | Store (0xFEE00000, MB04)
  2490.  
  2491.  
  2492. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.OMSC._Y07._BAS)
  2493.  
  2494. Object does not exist (\_SB.PCI0.SBRG.OMSC._Y07._BAS)
  2495. At line #4044 of DSDT.dsl:
  2496.  
  2497. | Store (0xFEE00000, MB02)
  2498. | Store (0x1000, ML02)
  2499. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y06._LEN, ML03)
  2500. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y06._BAS, MB03)
  2501. | CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y07._LEN, ML04)
  2502. >>> CreateDWordField (CRS1, \_SB.PCI0.SBRG.OMSC._Y07._BAS, MB04)
  2503. | Store (0xFEC00000, MB03)
  2504. | Store (0x1000, ML03)
  2505. | Store (0xFEE00000, MB04)
  2506. | Store (0x1000, ML04)
  2507.  
  2508.  
  2509. [FAIL]-Object does not exist (\_SB.RMEM._Y08._BAS)
  2510.  
  2511. Object does not exist (\_SB.RMEM._Y08._BAS)
  2512. At line #4092 of DSDT.dsl:
  2513.  
  2514. | 0x00000000, // Address Length
  2515. | _Y0B)
  2516. | })
  2517. | Method (_CRS, 0, NotSerialized)
  2518. | {
  2519. >>> CreateDWordField (CRS, \_SB.RMEM._Y08._BAS, BAS1)
  2520. | CreateDWordField (CRS, \_SB.RMEM._Y08._LEN, LEN1)
  2521. | CreateDWordField (CRS, \_SB.RMEM._Y09._BAS, BAS2)
  2522. | CreateDWordField (CRS, \_SB.RMEM._Y09._LEN, LEN2)
  2523. | CreateDWordField (CRS, \_SB.RMEM._Y0A._LEN, LEN3)
  2524.  
  2525.  
  2526. [FAIL]-Object does not exist (\_SB.RMEM._Y08._LEN)
  2527.  
  2528. Object does not exist (\_SB.RMEM._Y08._LEN)
  2529. At line #4093 of DSDT.dsl:
  2530.  
  2531. | _Y0B)
  2532. | })
  2533. | Method (_CRS, 0, NotSerialized)
  2534. | {
  2535. | CreateDWordField (CRS, \_SB.RMEM._Y08._BAS, BAS1)
  2536. >>> CreateDWordField (CRS, \_SB.RMEM._Y08._LEN, LEN1)
  2537. | CreateDWordField (CRS, \_SB.RMEM._Y09._BAS, BAS2)
  2538. | CreateDWordField (CRS, \_SB.RMEM._Y09._LEN, LEN2)
  2539. | CreateDWordField (CRS, \_SB.RMEM._Y0A._LEN, LEN3)
  2540. | CreateDWordField (CRS, \_SB.RMEM._Y0B._BAS, BAS4)
  2541.  
  2542.  
  2543. [FAIL]-Object does not exist (\_SB.RMEM._Y09._BAS)
  2544.  
  2545. Object does not exist (\_SB.RMEM._Y09._BAS)
  2546. At line #4094 of DSDT.dsl:
  2547.  
  2548. | })
  2549. | Method (_CRS, 0, NotSerialized)
  2550. | {
  2551. | CreateDWordField (CRS, \_SB.RMEM._Y08._BAS, BAS1)
  2552. | CreateDWordField (CRS, \_SB.RMEM._Y08._LEN, LEN1)
  2553. >>> CreateDWordField (CRS, \_SB.RMEM._Y09._BAS, BAS2)
  2554. | CreateDWordField (CRS, \_SB.RMEM._Y09._LEN, LEN2)
  2555. | CreateDWordField (CRS, \_SB.RMEM._Y0A._LEN, LEN3)
  2556. | CreateDWordField (CRS, \_SB.RMEM._Y0B._BAS, BAS4)
  2557. | CreateDWordField (CRS, \_SB.RMEM._Y0B._LEN, LEN4)
  2558.  
  2559.  
  2560. [FAIL]-Object does not exist (\_SB.RMEM._Y09._LEN)
  2561.  
  2562. Object does not exist (\_SB.RMEM._Y09._LEN)
  2563. At line #4095 of DSDT.dsl:
  2564.  
  2565. | Method (_CRS, 0, NotSerialized)
  2566. | {
  2567. | CreateDWordField (CRS, \_SB.RMEM._Y08._BAS, BAS1)
  2568. | CreateDWordField (CRS, \_SB.RMEM._Y08._LEN, LEN1)
  2569. | CreateDWordField (CRS, \_SB.RMEM._Y09._BAS, BAS2)
  2570. >>> CreateDWordField (CRS, \_SB.RMEM._Y09._LEN, LEN2)
  2571. | CreateDWordField (CRS, \_SB.RMEM._Y0A._LEN, LEN3)
  2572. | CreateDWordField (CRS, \_SB.RMEM._Y0B._BAS, BAS4)
  2573. | CreateDWordField (CRS, \_SB.RMEM._Y0B._LEN, LEN4)
  2574. | If (OSFL ()) {}
  2575.  
  2576.  
  2577. [FAIL]-Object does not exist (\_SB.RMEM._Y0A._LEN)
  2578.  
  2579. Object does not exist (\_SB.RMEM._Y0A._LEN)
  2580. At line #4096 of DSDT.dsl:
  2581.  
  2582. | {
  2583. | CreateDWordField (CRS, \_SB.RMEM._Y08._BAS, BAS1)
  2584. | CreateDWordField (CRS, \_SB.RMEM._Y08._LEN, LEN1)
  2585. | CreateDWordField (CRS, \_SB.RMEM._Y09._BAS, BAS2)
  2586. | CreateDWordField (CRS, \_SB.RMEM._Y09._LEN, LEN2)
  2587. >>> CreateDWordField (CRS, \_SB.RMEM._Y0A._LEN, LEN3)
  2588. | CreateDWordField (CRS, \_SB.RMEM._Y0B._BAS, BAS4)
  2589. | CreateDWordField (CRS, \_SB.RMEM._Y0B._LEN, LEN4)
  2590. | If (OSFL ()) {}
  2591. | Else
  2592.  
  2593.  
  2594. [FAIL]-Object does not exist (\_SB.RMEM._Y0B._BAS)
  2595.  
  2596. Object does not exist (\_SB.RMEM._Y0B._BAS)
  2597. At line #4097 of DSDT.dsl:
  2598.  
  2599. | CreateDWordField (CRS, \_SB.RMEM._Y08._BAS, BAS1)
  2600. | CreateDWordField (CRS, \_SB.RMEM._Y08._LEN, LEN1)
  2601. | CreateDWordField (CRS, \_SB.RMEM._Y09._BAS, BAS2)
  2602. | CreateDWordField (CRS, \_SB.RMEM._Y09._LEN, LEN2)
  2603. | CreateDWordField (CRS, \_SB.RMEM._Y0A._LEN, LEN3)
  2604. >>> CreateDWordField (CRS, \_SB.RMEM._Y0B._BAS, BAS4)
  2605. | CreateDWordField (CRS, \_SB.RMEM._Y0B._LEN, LEN4)
  2606. | If (OSFL ()) {}
  2607. | Else
  2608. | {
  2609.  
  2610.  
  2611. [FAIL]-Object does not exist (\_SB.RMEM._Y0B._LEN)
  2612.  
  2613. Object does not exist (\_SB.RMEM._Y0B._LEN)
  2614. At line #4098 of DSDT.dsl:
  2615.  
  2616. | CreateDWordField (CRS, \_SB.RMEM._Y08._LEN, LEN1)
  2617. | CreateDWordField (CRS, \_SB.RMEM._Y09._BAS, BAS2)
  2618. | CreateDWordField (CRS, \_SB.RMEM._Y09._LEN, LEN2)
  2619. | CreateDWordField (CRS, \_SB.RMEM._Y0A._LEN, LEN3)
  2620. | CreateDWordField (CRS, \_SB.RMEM._Y0B._BAS, BAS4)
  2621. >>> CreateDWordField (CRS, \_SB.RMEM._Y0B._LEN, LEN4)
  2622. | If (OSFL ()) {}
  2623. | Else
  2624. | {
  2625. | If (MG1B)
  2626.  
  2627.  
  2628. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0C._MIN)
  2629.  
  2630. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0C._MIN)
  2631. At line #4363 of DSDT.dsl:
  2632.  
  2633. | 0x00000020, // Address Length
  2634. | )
  2635. | })
  2636. | Method (_CRS, 0, NotSerialized)
  2637. | {
  2638. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._MIN, GP00)
  2639. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._MAX, GP01)
  2640. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._LEN, GP0L)
  2641. | Store (PMBS, GP00)
  2642. | Store (PMBS, GP01)
  2643.  
  2644.  
  2645. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0C._MAX)
  2646.  
  2647. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0C._MAX)
  2648. At line #4364 of DSDT.dsl:
  2649.  
  2650. | )
  2651. | })
  2652. | Method (_CRS, 0, NotSerialized)
  2653. | {
  2654. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._MIN, GP00)
  2655. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._MAX, GP01)
  2656. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._LEN, GP0L)
  2657. | Store (PMBS, GP00)
  2658. | Store (PMBS, GP01)
  2659. | Store (PMLN, GP0L)
  2660.  
  2661.  
  2662. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0C._LEN)
  2663.  
  2664. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0C._LEN)
  2665. At line #4365 of DSDT.dsl:
  2666.  
  2667. | })
  2668. | Method (_CRS, 0, NotSerialized)
  2669. | {
  2670. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._MIN, GP00)
  2671. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._MAX, GP01)
  2672. >>> CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._LEN, GP0L)
  2673. | Store (PMBS, GP00)
  2674. | Store (PMBS, GP01)
  2675. | Store (PMLN, GP0L)
  2676. | If (SMBB)
  2677.  
  2678.  
  2679. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0D._MIN)
  2680.  
  2681. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0D._MIN)
  2682. At line #4371 of DSDT.dsl:
  2683.  
  2684. | Store (PMBS, GP00)
  2685. | Store (PMBS, GP01)
  2686. | Store (PMLN, GP0L)
  2687. | If (SMBB)
  2688. | {
  2689. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._MIN, GP10)
  2690. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._MAX, GP11)
  2691. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._LEN, GP1L)
  2692. | Store (SMBB, GP10)
  2693. | Store (SMBB, GP11)
  2694.  
  2695.  
  2696. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0D._MAX)
  2697.  
  2698. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0D._MAX)
  2699. At line #4372 of DSDT.dsl:
  2700.  
  2701. | Store (PMBS, GP01)
  2702. | Store (PMLN, GP0L)
  2703. | If (SMBB)
  2704. | {
  2705. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._MIN, GP10)
  2706. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._MAX, GP11)
  2707. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._LEN, GP1L)
  2708. | Store (SMBB, GP10)
  2709. | Store (SMBB, GP11)
  2710. | Store (SMBL, GP1L)
  2711.  
  2712.  
  2713. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0D._LEN)
  2714.  
  2715. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0D._LEN)
  2716. At line #4373 of DSDT.dsl:
  2717.  
  2718. | Store (PMLN, GP0L)
  2719. | If (SMBB)
  2720. | {
  2721. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._MIN, GP10)
  2722. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._MAX, GP11)
  2723. >>> CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._LEN, GP1L)
  2724. | Store (SMBB, GP10)
  2725. | Store (SMBB, GP11)
  2726. | Store (SMBL, GP1L)
  2727. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._MIN, GPB0)
  2728.  
  2729.  
  2730. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0E._MIN)
  2731.  
  2732. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0E._MIN)
  2733. At line #4377 of DSDT.dsl:
  2734.  
  2735. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._MAX, GP11)
  2736. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._LEN, GP1L)
  2737. | Store (SMBB, GP10)
  2738. | Store (SMBB, GP11)
  2739. | Store (SMBL, GP1L)
  2740. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._MIN, GPB0)
  2741. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._MAX, GPB1)
  2742. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._LEN, GPBL)
  2743. | Store (SMB0, GPB0)
  2744. | Store (SMB0, GPB1)
  2745.  
  2746.  
  2747. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0E._MAX)
  2748.  
  2749. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0E._MAX)
  2750. At line #4378 of DSDT.dsl:
  2751.  
  2752. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._LEN, GP1L)
  2753. | Store (SMBB, GP10)
  2754. | Store (SMBB, GP11)
  2755. | Store (SMBL, GP1L)
  2756. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._MIN, GPB0)
  2757. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._MAX, GPB1)
  2758. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._LEN, GPBL)
  2759. | Store (SMB0, GPB0)
  2760. | Store (SMB0, GPB1)
  2761. | Store (SMBM, GPBL)
  2762.  
  2763.  
  2764. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0E._LEN)
  2765.  
  2766. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0E._LEN)
  2767. At line #4379 of DSDT.dsl:
  2768.  
  2769. | Store (SMBB, GP10)
  2770. | Store (SMBB, GP11)
  2771. | Store (SMBL, GP1L)
  2772. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._MIN, GPB0)
  2773. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._MAX, GPB1)
  2774. >>> CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._LEN, GPBL)
  2775. | Store (SMB0, GPB0)
  2776. | Store (SMB0, GPB1)
  2777. | Store (SMBM, GPBL)
  2778. | }
  2779.  
  2780.  
  2781. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0F._MIN)
  2782.  
  2783. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0F._MIN)
  2784. At line #4387 of DSDT.dsl:
  2785.  
  2786. | Store (SMBM, GPBL)
  2787. | }
  2788. |
  2789. | If (GPBS)
  2790. | {
  2791. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0F._MIN, GP20)
  2792. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0F._MAX, GP21)
  2793. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0F._LEN, GP2L)
  2794. | Store (GPBS, GP20)
  2795. | Store (GPBS, GP21)
  2796.  
  2797.  
  2798. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0F._MAX)
  2799.  
  2800. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0F._MAX)
  2801. At line #4388 of DSDT.dsl:
  2802.  
  2803. | }
  2804. |
  2805. | If (GPBS)
  2806. | {
  2807. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0F._MIN, GP20)
  2808. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0F._MAX, GP21)
  2809. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0F._LEN, GP2L)
  2810. | Store (GPBS, GP20)
  2811. | Store (GPBS, GP21)
  2812. | Store (GPLN, GP2L)
  2813.  
  2814.  
  2815. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0F._LEN)
  2816.  
  2817. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y0F._LEN)
  2818. At line #4389 of DSDT.dsl:
  2819.  
  2820. |
  2821. | If (GPBS)
  2822. | {
  2823. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0F._MIN, GP20)
  2824. | CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0F._MAX, GP21)
  2825. >>> CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0F._LEN, GP2L)
  2826. | Store (GPBS, GP20)
  2827. | Store (GPBS, GP21)
  2828. | Store (GPLN, GP2L)
  2829. | }
  2830.  
  2831.  
  2832. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y10._LEN)
  2833.  
  2834. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y10._LEN)
  2835. At line #4398 of DSDT.dsl:
  2836.  
  2837. | }
  2838. |
  2839. | ShiftLeft (One, 0x0A, Local0)
  2840. | ShiftLeft (One, 0x0C, Local1)
  2841. | Or (And (IOST, Local0), And (IOST, Local1), Local0)
  2842. >>> CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y10._LEN, KBL0)
  2843. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y11._LEN, KBL1)
  2844. | If (LEqual (Local0, Zero))
  2845. | {
  2846. | Store (One, KBL0)
  2847.  
  2848.  
  2849. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.RMSC._Y11._LEN)
  2850.  
  2851. Object does not exist (\_SB.PCI0.SBRG.RMSC._Y11._LEN)
  2852. At line #4399 of DSDT.dsl:
  2853.  
  2854. |
  2855. | ShiftLeft (One, 0x0A, Local0)
  2856. | ShiftLeft (One, 0x0C, Local1)
  2857. | Or (And (IOST, Local0), And (IOST, Local1), Local0)
  2858. | CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y10._LEN, KBL0)
  2859. >>> CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y11._LEN, KBL1)
  2860. | If (LEqual (Local0, Zero))
  2861. | {
  2862. | Store (One, KBL0)
  2863. | Store (One, KBL1)
  2864.  
  2865.  
  2866. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.SIOR._Y12._MIN)
  2867.  
  2868. Object does not exist (\_SB.PCI0.SBRG.SIOR._Y12._MIN)
  2869. At line #4534 of DSDT.dsl:
  2870.  
  2871. | })
  2872. | Method (_CRS, 0, NotSerialized)
  2873. | {
  2874. | If (LAnd (LNotEqual (SPIO, 0x03F0), LGreater (SPIO, 0xF0)))
  2875. | {
  2876. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._MIN, GP10)
  2877. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._MAX, GP11)
  2878. | CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._LEN, GPL1)
  2879. | Store (SPIO, GP10)
  2880. | Store (SPIO, GP11)
  2881.  
  2882.  
  2883. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.SIOR._Y12._MAX)
  2884.  
  2885. Object does not exist (\_SB.PCI0.SBRG.SIOR._Y12._MAX)
  2886. At line #4535 of DSDT.dsl:
  2887.  
  2888. | Method (_CRS, 0, NotSerialized)
  2889. | {
  2890. | If (LAnd (LNotEqual (SPIO, 0x03F0), LGreater (SPIO, 0xF0)))
  2891. | {
  2892. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._MIN, GP10)
  2893. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._MAX, GP11)
  2894. | CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._LEN, GPL1)
  2895. | Store (SPIO, GP10)
  2896. | Store (SPIO, GP11)
  2897. | Store (0x02, GPL1)
  2898.  
  2899.  
  2900. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.SIOR._Y12._LEN)
  2901.  
  2902. Object does not exist (\_SB.PCI0.SBRG.SIOR._Y12._LEN)
  2903. At line #4536 of DSDT.dsl:
  2904.  
  2905. | {
  2906. | If (LAnd (LNotEqual (SPIO, 0x03F0), LGreater (SPIO, 0xF0)))
  2907. | {
  2908. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._MIN, GP10)
  2909. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._MAX, GP11)
  2910. >>> CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._LEN, GPL1)
  2911. | Store (SPIO, GP10)
  2912. | Store (SPIO, GP11)
  2913. | Store (0x02, GPL1)
  2914. | }
  2915.  
  2916.  
  2917. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.SIOR._Y13._MIN)
  2918.  
  2919. Object does not exist (\_SB.PCI0.SBRG.SIOR._Y13._MIN)
  2920. At line #4544 of DSDT.dsl:
  2921.  
  2922. | Store (0x02, GPL1)
  2923. | }
  2924. |
  2925. | If (IOHB)
  2926. | {
  2927. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._MIN, GP20)
  2928. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._MAX, GP21)
  2929. | CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._LEN, GPL2)
  2930. | Store (IOHB, GP20)
  2931. | Store (IOHB, GP21)
  2932.  
  2933.  
  2934. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.SIOR._Y13._MAX)
  2935.  
  2936. Object does not exist (\_SB.PCI0.SBRG.SIOR._Y13._MAX)
  2937. At line #4545 of DSDT.dsl:
  2938.  
  2939. | }
  2940. |
  2941. | If (IOHB)
  2942. | {
  2943. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._MIN, GP20)
  2944. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._MAX, GP21)
  2945. | CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._LEN, GPL2)
  2946. | Store (IOHB, GP20)
  2947. | Store (IOHB, GP21)
  2948. | Store (IOHL, GPL2)
  2949.  
  2950.  
  2951. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.SIOR._Y13._LEN)
  2952.  
  2953. Object does not exist (\_SB.PCI0.SBRG.SIOR._Y13._LEN)
  2954. At line #4546 of DSDT.dsl:
  2955.  
  2956. |
  2957. | If (IOHB)
  2958. | {
  2959. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._MIN, GP20)
  2960. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._MAX, GP21)
  2961. >>> CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._LEN, GPL2)
  2962. | Store (IOHB, GP20)
  2963. | Store (IOHB, GP21)
  2964. | Store (IOHL, GPL2)
  2965. | }
  2966.  
  2967.  
  2968. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.SIOR._Y14._MIN)
  2969.  
  2970. Object does not exist (\_SB.PCI0.SBRG.SIOR._Y14._MIN)
  2971. At line #4554 of DSDT.dsl:
  2972.  
  2973. | Store (IOHL, GPL2)
  2974. | }
  2975. |
  2976. | If (IOVB)
  2977. | {
  2978. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y14._MIN, GP30)
  2979. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y14._MAX, GP31)
  2980. | CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y14._LEN, GPL3)
  2981. | Store (IOVB, GP30)
  2982. | Store (IOVB, GP31)
  2983.  
  2984.  
  2985. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.SIOR._Y14._MAX)
  2986.  
  2987. Object does not exist (\_SB.PCI0.SBRG.SIOR._Y14._MAX)
  2988. At line #4555 of DSDT.dsl:
  2989.  
  2990. | }
  2991. |
  2992. | If (IOVB)
  2993. | {
  2994. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y14._MIN, GP30)
  2995. >>> CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y14._MAX, GP31)
  2996. | CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y14._LEN, GPL3)
  2997. | Store (IOVB, GP30)
  2998. | Store (IOVB, GP31)
  2999. | Store (IOVL, GPL3)
  3000.  
  3001.  
  3002. [FAIL]-Object does not exist (\_SB.PCI0.SBRG.SIOR._Y14._LEN)
  3003.  
  3004. Object does not exist (\_SB.PCI0.SBRG.SIOR._Y14._LEN)
  3005. At line #4556 of DSDT.dsl:
  3006.  
  3007. |
  3008. | If (IOVB)
  3009. | {
  3010. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y14._MIN, GP30)
  3011. | CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y14._MAX, GP31)
  3012. >>> CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y14._LEN, GPL3)
  3013. | Store (IOVB, GP30)
  3014. | Store (IOVB, GP31)
  3015. | Store (IOVL, GPL3)
  3016. | }
  3017.  
  3018.  
  3019. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y15._INT)
  3020.  
  3021. Object does not exist (\_SB.PCI0.SBRG._Y15._INT)
  3022. At line #4823 of DSDT.dsl:
  3023.  
  3024. | IRQNoFlags (_Y15)
  3025. | {}
  3026. | DMA (Compatibility, NotBusMaster, Transfer8, _Y16)
  3027. | {}
  3028. | })
  3029. >>> CreateWordField (CRS1, \_SB.PCI0.SBRG._Y15._INT, IRQM)
  3030. | CreateByteField (CRS1, \_SB.PCI0.SBRG._Y16._DMA, DMAM)
  3031. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y17._MIN, IO11)
  3032. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y17._MAX, IO12)
  3033. | CreateByteField (CRS1, \_SB.PCI0.SBRG._Y17._LEN, LEN1)
  3034.  
  3035.  
  3036. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y16._DMA)
  3037.  
  3038. Object does not exist (\_SB.PCI0.SBRG._Y16._DMA)
  3039. At line #4824 of DSDT.dsl:
  3040.  
  3041. | {}
  3042. | DMA (Compatibility, NotBusMaster, Transfer8, _Y16)
  3043. | {}
  3044. | })
  3045. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y15._INT, IRQM)
  3046. >>> CreateByteField (CRS1, \_SB.PCI0.SBRG._Y16._DMA, DMAM)
  3047. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y17._MIN, IO11)
  3048. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y17._MAX, IO12)
  3049. | CreateByteField (CRS1, \_SB.PCI0.SBRG._Y17._LEN, LEN1)
  3050. | Name (CRS2, ResourceTemplate ()
  3051.  
  3052.  
  3053. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y17._MIN)
  3054.  
  3055. Object does not exist (\_SB.PCI0.SBRG._Y17._MIN)
  3056. At line #4825 of DSDT.dsl:
  3057.  
  3058. | DMA (Compatibility, NotBusMaster, Transfer8, _Y16)
  3059. | {}
  3060. | })
  3061. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y15._INT, IRQM)
  3062. | CreateByteField (CRS1, \_SB.PCI0.SBRG._Y16._DMA, DMAM)
  3063. >>> CreateWordField (CRS1, \_SB.PCI0.SBRG._Y17._MIN, IO11)
  3064. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y17._MAX, IO12)
  3065. | CreateByteField (CRS1, \_SB.PCI0.SBRG._Y17._LEN, LEN1)
  3066. | Name (CRS2, ResourceTemplate ()
  3067. | {
  3068.  
  3069.  
  3070. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y17._MAX)
  3071.  
  3072. Object does not exist (\_SB.PCI0.SBRG._Y17._MAX)
  3073. At line #4826 of DSDT.dsl:
  3074.  
  3075. | {}
  3076. | })
  3077. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y15._INT, IRQM)
  3078. | CreateByteField (CRS1, \_SB.PCI0.SBRG._Y16._DMA, DMAM)
  3079. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y17._MIN, IO11)
  3080. >>> CreateWordField (CRS1, \_SB.PCI0.SBRG._Y17._MAX, IO12)
  3081. | CreateByteField (CRS1, \_SB.PCI0.SBRG._Y17._LEN, LEN1)
  3082. | Name (CRS2, ResourceTemplate ()
  3083. | {
  3084. | IO (Decode16,
  3085.  
  3086.  
  3087. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y17._LEN)
  3088.  
  3089. Object does not exist (\_SB.PCI0.SBRG._Y17._LEN)
  3090. At line #4827 of DSDT.dsl:
  3091.  
  3092. | })
  3093. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y15._INT, IRQM)
  3094. | CreateByteField (CRS1, \_SB.PCI0.SBRG._Y16._DMA, DMAM)
  3095. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y17._MIN, IO11)
  3096. | CreateWordField (CRS1, \_SB.PCI0.SBRG._Y17._MAX, IO12)
  3097. >>> CreateByteField (CRS1, \_SB.PCI0.SBRG._Y17._LEN, LEN1)
  3098. | Name (CRS2, ResourceTemplate ()
  3099. | {
  3100. | IO (Decode16,
  3101. | 0x0000, // Range Minimum
  3102.  
  3103.  
  3104. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y18._INT)
  3105.  
  3106. Object does not exist (\_SB.PCI0.SBRG._Y18._INT)
  3107. At line #4847 of DSDT.dsl:
  3108.  
  3109. | IRQNoFlags (_Y18)
  3110. | {6}
  3111. | DMA (Compatibility, NotBusMaster, Transfer8, _Y19)
  3112. | {2}
  3113. | })
  3114. >>> CreateWordField (CRS2, \_SB.PCI0.SBRG._Y18._INT, IRQE)
  3115. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y19._DMA, DMAE)
  3116. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MIN, IO21)
  3117. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MAX, IO22)
  3118. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1A._LEN, LEN2)
  3119.  
  3120.  
  3121. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y19._DMA)
  3122.  
  3123. Object does not exist (\_SB.PCI0.SBRG._Y19._DMA)
  3124. At line #4848 of DSDT.dsl:
  3125.  
  3126. | {6}
  3127. | DMA (Compatibility, NotBusMaster, Transfer8, _Y19)
  3128. | {2}
  3129. | })
  3130. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y18._INT, IRQE)
  3131. >>> CreateByteField (CRS2, \_SB.PCI0.SBRG._Y19._DMA, DMAE)
  3132. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MIN, IO21)
  3133. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MAX, IO22)
  3134. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1A._LEN, LEN2)
  3135. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MIN, IO31)
  3136.  
  3137.  
  3138. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y1A._MIN)
  3139.  
  3140. Object does not exist (\_SB.PCI0.SBRG._Y1A._MIN)
  3141. At line #4849 of DSDT.dsl:
  3142.  
  3143. | DMA (Compatibility, NotBusMaster, Transfer8, _Y19)
  3144. | {2}
  3145. | })
  3146. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y18._INT, IRQE)
  3147. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y19._DMA, DMAE)
  3148. >>> CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MIN, IO21)
  3149. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MAX, IO22)
  3150. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1A._LEN, LEN2)
  3151. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MIN, IO31)
  3152. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MAX, IO32)
  3153.  
  3154.  
  3155. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y1A._MAX)
  3156.  
  3157. Object does not exist (\_SB.PCI0.SBRG._Y1A._MAX)
  3158. At line #4850 of DSDT.dsl:
  3159.  
  3160. | {2}
  3161. | })
  3162. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y18._INT, IRQE)
  3163. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y19._DMA, DMAE)
  3164. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MIN, IO21)
  3165. >>> CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MAX, IO22)
  3166. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1A._LEN, LEN2)
  3167. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MIN, IO31)
  3168. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MAX, IO32)
  3169. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1B._LEN, LEN3)
  3170.  
  3171.  
  3172. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y1A._LEN)
  3173.  
  3174. Object does not exist (\_SB.PCI0.SBRG._Y1A._LEN)
  3175. At line #4851 of DSDT.dsl:
  3176.  
  3177. | })
  3178. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y18._INT, IRQE)
  3179. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y19._DMA, DMAE)
  3180. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MIN, IO21)
  3181. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MAX, IO22)
  3182. >>> CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1A._LEN, LEN2)
  3183. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MIN, IO31)
  3184. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MAX, IO32)
  3185. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1B._LEN, LEN3)
  3186. | Method (DCRS, 2, NotSerialized)
  3187.  
  3188.  
  3189. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y1B._MIN)
  3190.  
  3191. Object does not exist (\_SB.PCI0.SBRG._Y1B._MIN)
  3192. At line #4852 of DSDT.dsl:
  3193.  
  3194. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y18._INT, IRQE)
  3195. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y19._DMA, DMAE)
  3196. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MIN, IO21)
  3197. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MAX, IO22)
  3198. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1A._LEN, LEN2)
  3199. >>> CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MIN, IO31)
  3200. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MAX, IO32)
  3201. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1B._LEN, LEN3)
  3202. | Method (DCRS, 2, NotSerialized)
  3203. | {
  3204.  
  3205.  
  3206. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y1B._MAX)
  3207.  
  3208. Object does not exist (\_SB.PCI0.SBRG._Y1B._MAX)
  3209. At line #4853 of DSDT.dsl:
  3210.  
  3211. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y19._DMA, DMAE)
  3212. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MIN, IO21)
  3213. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MAX, IO22)
  3214. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1A._LEN, LEN2)
  3215. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MIN, IO31)
  3216. >>> CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MAX, IO32)
  3217. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1B._LEN, LEN3)
  3218. | Method (DCRS, 2, NotSerialized)
  3219. | {
  3220. | ENFG (CGLD (Arg0))
  3221.  
  3222.  
  3223. [FAIL]-Object does not exist (\_SB.PCI0.SBRG._Y1B._LEN)
  3224.  
  3225. Object does not exist (\_SB.PCI0.SBRG._Y1B._LEN)
  3226. At line #4854 of DSDT.dsl:
  3227.  
  3228. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MIN, IO21)
  3229. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MAX, IO22)
  3230. | CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1A._LEN, LEN2)
  3231. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MIN, IO31)
  3232. | CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1B._MAX, IO32)
  3233. >>> CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1B._LEN, LEN3)
  3234. | Method (DCRS, 2, NotSerialized)
  3235. | {
  3236. | ENFG (CGLD (Arg0))
  3237. | ShiftLeft (IOAH, 0x08, IO11)
  3238.  
  3239.  
  3240. [FAIL]-syntax error, unexpected PARSEOP_IF
  3241.  
  3242. syntax error, unexpected PARSEOP_IF
  3243. At line #5008 of DSDT.dsl:
  3244.  
  3245. | }
  3246. |
  3247. | Device (SATA)
  3248. | {
  3249. | Name (_ADR, 0x00110000)
  3250. >>> If (LEqual (STCL, 0x0101))
  3251. | {
  3252. | Method (_INI, 0, NotSerialized)
  3253. | {
  3254. | }
  3255.  
  3256.  
  3257. [FAIL]-syntax error, unexpected PARSEOP_SCOPE, expecting $end
  3258.  
  3259. syntax error, unexpected PARSEOP_SCOPE, expecting $end
  3260. At line #5399 of DSDT.dsl:
  3261.  
  3262. | }
  3263. | }
  3264. | }
  3265. | }
  3266. |
  3267. >>> Scope (\_GPE)
  3268. | {
  3269. | Method (_L18, 0, NotSerialized)
  3270. | {
  3271. | Notify (\_SB.PCI0.PCE2, 0x02)
  3272.  
  3273.  
  3274. [PASS]-Tested table DSDT.dsl
  3275.  
  3276. [PASS]-Tested table SSDT.dsl
  3277.  
  3278. =================================================
  3279. * Plugin name: pciresource
  3280. * Result: FAIL
  3281.  
  3282. * Title: Validate assigned PCI resources
  3283. * Description: This test is currently a placeholder and just checks the kernel log for complaints about PCI resource errors. In the future the idea is to actually perform a validation step on all PCI resources against a certain rule-set.
  3284. ================================================
  3285.  
  3286. [FAIL]-Device 0000:00:00.0 has incorrect resources
  3287.  
  3288. PCI: Cannot allocate resource region 3 of device 0000:00:00.0
  3289.  
  3290. [FAIL]-HPET resources incorrect
  3291.  
  3292. hpet_resources: 0xfed00000 is busy
  3293.  
  3294. =================================================
  3295. * Plugin name: cpufreq
  3296. * Result: FAIL
  3297.  
  3298. * Title: CPU frequency scaling tests (1-2 mins)
  3299. * Description: For each processor in the system, this test steps through the various frequency states (P-states) that the BIOS advertises for the processor. For each processor/frequency combination, a quick performance value is measured. The test then validates that:
  3300. 1) Each processor has the same number of frequency states
  3301. 2) Higher advertised frequencies have a higher performance
  3302. 3) No duplicate frequency values are reported by the BIOS
  3303. 4) Is BIOS wrongly doing Sw_All P-state coordination across cores
  3304. 5) Is BIOS wrongly doing Sw_Any P-state coordination across cores
  3305.  
  3306. ================================================
  3307.  
  3308. [INFO]-4 CPU frequency steps supported
  3309.  
  3310. Frequency | Speed
  3311. -----------+---------
  3312. 3.05 Ghz | 100.0 %
  3313. 2.35 Ghz | 78.2 %
  3314. 1.85 Ghz | 62.0 %
  3315. 800 Mhz | 28.4 %
  3316.  
  3317.  
  3318. [FAIL]-Processors are set to SW_ANY
  3319.  
  3320. [FAIL]-Firmware not implementing hardware coordination cleanly. Firmware using SW_ALL instead?
  3321.  
  3322.  
  3323. [FAIL]-Firmware not implementing hardware coordination cleanly. Firmware using SW_ANY instead?
  3324.  
  3325.  
  3326. =================================================
  3327. * Plugin name: dmi
  3328. * Result: FAIL
  3329.  
  3330. * Title: DMI information check
  3331. * Description: This test checks the DMI/SMBIOS tables for common errors.
  3332. ================================================
  3333.  
  3334. [FAIL]-No SMBIOS nor DMI entry point found.
  3335.  
  3336. [FAIL]-No SMBIOS nor DMI entry point found.
  3337.  
  3338. [FAIL]-No SMBIOS nor DMI entry point found.
  3339.  
  3340. [FAIL]-No SMBIOS nor DMI entry point found.
  3341.  
  3342. [FAIL]-No SMBIOS nor DMI entry point found.
  3343.  
  3344. [FAIL]-No SMBIOS nor DMI entry point found.
  3345.  
  3346. [FAIL]-No SMBIOS nor DMI entry point found.
  3347.  
  3348. [FAIL]-No SMBIOS nor DMI entry point found.
  3349.  
  3350. [FAIL]-No SMBIOS nor DMI entry point found.
  3351.  
  3352. [FAIL]-No SMBIOS nor DMI entry point found.
  3353.  
  3354. [FAIL]-No SMBIOS nor DMI entry point found.
  3355.  
  3356. [FAIL]-No SMBIOS nor DMI entry point found.
  3357.  
  3358. [FAIL]-No SMBIOS nor DMI entry point found.
  3359.  
  3360. [FAIL]-No SMBIOS nor DMI entry point found.
  3361.  
  3362. [FAIL]-No SMBIOS nor DMI entry point found.
  3363.  
  3364. [FAIL]-No SMBIOS nor DMI entry point found.
  3365.  
  3366. [FAIL]-No SMBIOS nor DMI entry point found.
  3367.  
  3368. [FAIL]-No SMBIOS nor DMI entry point found.
  3369.  
  3370. [FAIL]-No SMBIOS nor DMI entry point found.
  3371.  
  3372. [FAIL]-No SMBIOS nor DMI entry point found.
  3373.  
  3374. [FAIL]-No SMBIOS nor DMI entry point found.
  3375.  
  3376. [FAIL]-No SMBIOS nor DMI entry point found.
  3377.  
  3378. [FAIL]-No SMBIOS nor DMI entry point found.
  3379.  
  3380. [FAIL]-No SMBIOS nor DMI entry point found.
  3381.  
  3382. [FAIL]-No SMBIOS nor DMI entry point found.
  3383.  
  3384. [FAIL]-No SMBIOS nor DMI entry point found.
  3385.  
  3386. =================================================
  3387. * Plugin name: maxreadreq
  3388. * Result: WARN
  3389.  
  3390. * Title: PCI Express MaxReadReq tuning
  3391. * Description: This test checks if the firmware has set MaxReadReq to a higher value on non-montherboard devices
  3392. ================================================
  3393.  
  3394. [WARN]-MaxReadReq for device pci://00:01:00.0 is low (128)
  3395.  
  3396. [WARN]-MaxReadReq for device pci://00:01:00.1 is low (128)
  3397.  
  3398. =================================================
  3399. * Plugin name: edd
  3400. * Result: WARN
  3401.  
  3402. * Title: EDD Boot disk hinting
  3403. * Description: This test verifies if the BIOS directs the operating system on which storage device to use for booting (EDD information). This is important for systems that (can) have multiple disks. Linux distributions increasingly depend on this info to find out on which device to install the bootloader.
  3404. ================================================
  3405.  
  3406. [INFO]-device 80: The system boots from device 0000:00:12.2 channel: 0 serial_number: 0
  3407.  
  3408.  
  3409. [WARN]-device 80: No matching MBR signature (0x000711f5) found for the boot disk
  3410.  
  3411. Device sda - signature 0x711f5
  3412.  
  3413.  
  3414. =================================================
  3415. * Plugin name: thermal_trip
  3416. * Result: WARN
  3417.  
  3418. * Title: ACPI passive thermal trip points
  3419. * Description: This test determines if the passive trip point works as expected.
  3420. ================================================
  3421.  
  3422. [WARN]-No thermal zones found.
  3423.  
  3424. =================================================
  3425. * Plugin name: fan
  3426. * Result: WARN
  3427.  
  3428. * Title: Fan tests
  3429. * Description: This test reports how many fans there are in the system. It also checks for the current status of the fan(s).
  3430. ================================================
  3431.  
  3432. [WARN]-No fan information present
  3433.  
  3434. =================================================
  3435. * Plugin name: chk_hpet
  3436. * Result: WARN
  3437.  
  3438. * Title: HPET configuration test
  3439. * Description: This test checks the HPET PCI BAR for each timer block in the timer.The base address is passed by the firmware via an ACPI table.IRQ routing and initialization is also verified by the test.
  3440. ================================================
  3441.  
  3442. [WARN]-HPET driver in the kernel is enabled, inaccurate results follow.
  3443.  
  3444. [INFO]-HPET found, VendorID is: 4353
  3445.  
  3446. =================================================
  3447. * Plugin name: battery
  3448. * Result: INFO
  3449.  
  3450. * Title: Battery tests
  3451. * Description: This test reports which (if any) batteries there are in the system. In addition, for charging or discharging batteries, the test validates that the reported 'current capacity' properly increments/decrements in line with the charge/discharge state.
  3452.  
  3453. This test also stresses the entire battery state reporting codepath in the ACPI BIOS, and any warnings given by the ACPI interpreter will be reported.
  3454. ================================================
  3455.  
  3456. [INFO]-No battery information present
  3457.  
  3458. =================================================
  3459. * Plugin name: acpiinfo
  3460. * Result: INFO
  3461.  
  3462. * Title: General ACPI information
  3463. * Description: This test checks the output of the in-kernel ACPI CA against common error messages that indicate a bad interaction with the bios, including those that point at AML syntax errors.
  3464. ================================================
  3465.  
  3466. [INFO]-DSDT was compiled by the Intel AML compiler
  3467.  
  3468. ACPI: DSDT CFE905D0, 98F4 (r1 A7599 A7599100 100 INTL 20051117)
  3469.  
  3470. =================================================
  3471. * Plugin name: DMAR
  3472. * Result: INFO
  3473.  
  3474. * Title: (experimental) DMA Remapping (VT-d) test
  3475. * Description: Verify if DMA remapping is sane.
  3476. ================================================
  3477.  
  3478. [INFO]-No DMAR ACPI table found.
  3479.  
  3480. =================================================
  3481. * Plugin name: mtrr
  3482. * Result: PASS
  3483.  
  3484. * Title: MTRR validation
  3485. * Description: This test validates the MTRR setup against the memory map to detect any inconsistencies in cachability.
  3486. ================================================
  3487.  
  3488. =================================================
  3489. * Plugin name: SUN
  3490. * Result: PASS
  3491.  
  3492. * Title: SUN duplicate test
  3493. * Description: This makes sure that each SUN (Slot Unique Number) that is called in the DSDT through the Name() method is unique, no duplicates should be found.
  3494. ================================================
  3495.  
  3496. [PASS]-Tested _SUN ids, successfully found no duplicates
  3497.  
  3498. =================================================
  3499. * Plugin name: virt
  3500. * Result: PASS
  3501.  
  3502. * Title: SVM Virtualization extensions
  3503. * Description: This test checks if SVM is set up correctly
  3504. ================================================
  3505.  
  3506. =================================================
  3507. * Plugin name: ebda
  3508. * Result: PASS
  3509.  
  3510. * Title: EBDA region
  3511. * Description: This test validates if the EBDA region is mapped and reserved in the E820 table.
  3512. ================================================
  3513.  
  3514. [PASS]-EBDA region is correctly reserved in the E820 table.
  3515.  
  3516. =================================================
  3517. * Plugin name: os2gap
  3518. * Result: PASS
  3519.  
  3520. * Title: OS/2 memory hole test
  3521. * Description: This test checks if the OS/2 15Mb memory hole is absent
  3522. ================================================
  3523.  
  3524. [PASS]-Successfully found no 15mb memory hole
  3525.  
  3526. =================================================
  3527. * Plugin name: ethernet
  3528. * Result: PASS
  3529.  
  3530. * Title: Ethernet functionality
  3531. * Description: This test is currently a placeholder for a more advanced ethernet test. Currently the only check performed is that a link is acquired within 45 seconds of enabling the interface. 45 seconds is close to the value most Linux distributions use as timeout value.
  3532.  
  3533. In the future the plan is to also perform actual data transfer tests as part of the ethernet test, to validate interrupt routing and other per-NIC behaviors.
  3534. ================================================
  3535.  
  3536. =================================================
  3537. * Plugin name: apicedge
  3538. * Result: PASS
  3539.  
  3540. * Title: (experimental) APIC Edge/Level check
  3541. * Description: This test checks if legacy interrupts are edge and PCI interrupts are level
  3542. ================================================
  3543.  
  3544. =================================================
  3545. * Plugin name: microcode
  3546. * Result: PASS
  3547.  
  3548. * Title: Processor microcode update
  3549. * Description: This test verifies if the firmware has put a recent version of the microcode into the processor at boot time. Recent microcode is important to have all the required features and errata updates for the processor.
  3550. ================================================
  3551.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement