PMU-S1.asi 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292
  1. /** @file
  2. Copyright (c) 2023, Ampere Computing LLC. All rights reserved.<BR>
  3. SPDX-License-Identifier: BSD-2-Clause-Patent
  4. **/
  5. Scope(\_SB) {
  6. Device(CMN1) {
  7. Name(_HID, "ARMHC600") // Device Identification Objects
  8. Name(_CID, "ARMHC600")
  9. Name(_UID, 1)
  10. Name(_CCA, ONE)
  11. Name(_STR, Unicode("CMN1"))
  12. Method(_STA, 0, NotSerialized) {
  13. Return (0x0f)
  14. }
  15. Name(_CRS, ResourceTemplate() {
  16. QWordMemory (
  17. ResourceConsumer, // ResourceUsage
  18. PosDecode, // Decode
  19. MinFixed, // IsMinFixed
  20. MaxFixed, // IsMaxFixed
  21. NonCacheable, // Cacheable
  22. ReadWrite, // ReadAndWrite
  23. 0x0000000000000000, // AddressGranularity - GRA
  24. 0x0000500010000000, // AddressMinimum - MIN
  25. 0x0000500013ffffff, // AddressMaximum - MAX
  26. 0x0000000000000000, // AddressTranslation - TRA
  27. 0x0000000004000000 // RangeLength - LEN
  28. )
  29. QWordMemory (
  30. ResourceConsumer, // ResourceUsage
  31. PosDecode, // Decode
  32. MinFixed, // IsMinFixed
  33. MaxFixed, // IsMaxFixed
  34. NonCacheable, // Cacheable
  35. ReadWrite, // ReadAndWrite
  36. 0x0000000000000000, // AddressGranularity - GRA
  37. 0x0000500012f00000, // AddressMinimum - MIN
  38. 0x0000500013ffffff, // AddressMaximum - MAX
  39. 0x0000000000000000, // AddressTranslation - TRA
  40. 0x0000000001100000 // RangeLength - LEN
  41. )
  42. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 634 }
  43. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 634 }
  44. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 634 }
  45. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 634 }
  46. })
  47. }
  48. Device(MC10) {
  49. Name(_HID, "ARMHD620")
  50. Name(_CID, "ARMHD620")
  51. Name(_UID, 8)
  52. Name(_CCA, ONE)
  53. Name(_STR, Unicode("Socket 1: MCU0"))
  54. Method(_STA, 0, NotSerialized) {
  55. Return (0x0f)
  56. }
  57. Name(_CRS, ResourceTemplate() {
  58. QWordMemory (
  59. ResourceProducer, // ResourceUsage
  60. PosDecode, // Decode
  61. MinFixed, // IsMinFixed
  62. MaxFixed, // IsMaxFixed
  63. NonCacheable, // Cacheable
  64. ReadWrite, // ReadAndWrite
  65. 0x0000000000000000, // AddressGranularity - GRA
  66. 0x0000500090000A00, // AddressMinimum - MIN
  67. 0x0000500090000BFF, // AddressMaximum - MAX
  68. 0x0000000000000000, // AddressTranslation - TRA
  69. 0x0000000000000200 // RangeLength - LEN
  70. )
  71. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 568 }
  72. })
  73. }
  74. Device(MC11) {
  75. Name(_HID, "ARMHD620")
  76. Name(_CID, "ARMHD620")
  77. Name(_UID, 9)
  78. Name(_CCA, ONE)
  79. Name(_STR, Unicode("Socket 1: MCU1"))
  80. Method(_STA, 0, NotSerialized) {
  81. Return (0x0f)
  82. }
  83. Name(_CRS, ResourceTemplate() {
  84. QWordMemory (
  85. ResourceProducer, // ResourceUsage
  86. PosDecode, // Decode
  87. MinFixed, // IsMinFixed
  88. MaxFixed, // IsMaxFixed
  89. NonCacheable, // Cacheable
  90. ReadWrite, // ReadAndWrite
  91. 0x0000000000000000, // AddressGranularity - GRA
  92. 0x0000500090400A00, // AddressMinimum - MIN
  93. 0x0000500090400BFF, // AddressMaximum - MAX
  94. 0x0000000000000000, // AddressTranslation - TRA
  95. 0x0000000000000200 // RangeLength - LEN
  96. )
  97. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 569 }
  98. })
  99. }
  100. Device(MC12) {
  101. Name(_HID, "ARMHD620")
  102. Name(_CID, "ARMHD620")
  103. Name(_UID, 0xa)
  104. Name(_CCA, ONE)
  105. Name(_STR, Unicode("Socket 1: MCU2"))
  106. Method(_STA, 0, NotSerialized) {
  107. Return (0x0f)
  108. }
  109. Name(_CRS, ResourceTemplate() {
  110. QWordMemory (
  111. ResourceProducer, // ResourceUsage
  112. PosDecode, // Decode
  113. MinFixed, // IsMinFixed
  114. MaxFixed, // IsMaxFixed
  115. NonCacheable, // Cacheable
  116. ReadWrite, // ReadAndWrite
  117. 0x0000000000000000, // AddressGranularity - GRA
  118. 0x0000500090800A00, // AddressMinimum - MIN
  119. 0x0000500090800BFF, // AddressMaximum - MAX
  120. 0x0000000000000000, // AddressTranslation - TRA
  121. 0x0000000000000200 // RangeLength - LEN
  122. )
  123. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 570 }
  124. })
  125. }
  126. Device(MC13) {
  127. Name(_HID, "ARMHD620")
  128. Name(_CID, "ARMHD620")
  129. Name(_UID, 0xb)
  130. Name(_CCA, ONE)
  131. Name(_STR, Unicode("Socket 1: MCU3"))
  132. Method(_STA, 0, NotSerialized) {
  133. Return (0x0f)
  134. }
  135. Name(_CRS, ResourceTemplate() {
  136. QWordMemory (
  137. ResourceProducer, // ResourceUsage
  138. PosDecode, // Decode
  139. MinFixed, // IsMinFixed
  140. MaxFixed, // IsMaxFixed
  141. NonCacheable, // Cacheable
  142. ReadWrite, // ReadAndWrite
  143. 0x0000000000000000, // AddressGranularity - GRA
  144. 0x0000500090C00A00, // AddressMinimum - MIN
  145. 0x0000500090C00BFF, // AddressMaximum - MAX
  146. 0x0000000000000000, // AddressTranslation - TRA
  147. 0x0000000000000200 // RangeLength - LEN
  148. )
  149. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 571 }
  150. })
  151. }
  152. Device(MC14) {
  153. Name(_HID, "ARMHD620")
  154. Name(_CID, "ARMHD620")
  155. Name(_UID, 0xc)
  156. Name(_CCA, ONE)
  157. Name(_STR, Unicode("Socket 1: MCU4"))
  158. Method(_STA, 0, NotSerialized) {
  159. Return (0x0f)
  160. }
  161. Name(_CRS, ResourceTemplate() {
  162. QWordMemory (
  163. ResourceProducer, // ResourceUsage
  164. PosDecode, // Decode
  165. MinFixed, // IsMinFixed
  166. MaxFixed, // IsMaxFixed
  167. NonCacheable, // Cacheable
  168. ReadWrite, // ReadAndWrite
  169. 0x0000000000000000, // AddressGranularity - GRA
  170. 0x0000500091000A00, // AddressMinimum - MIN
  171. 0x0000500091000BFF, // AddressMaximum - MAX
  172. 0x0000000000000000, // AddressTranslation - TRA
  173. 0x0000000000000200 // RangeLength - LEN
  174. )
  175. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 572 }
  176. })
  177. }
  178. Device(MC15) {
  179. Name(_HID, "ARMHD620")
  180. Name(_CID, "ARMHD620")
  181. Name(_UID, 0xd)
  182. Name(_CCA, ONE)
  183. Name(_STR, Unicode("Socket 1: MCU5"))
  184. Method(_STA, 0, NotSerialized) {
  185. Return (0x0f)
  186. }
  187. Name(_CRS, ResourceTemplate() {
  188. QWordMemory (
  189. ResourceProducer, // ResourceUsage
  190. PosDecode, // Decode
  191. MinFixed, // IsMinFixed
  192. MaxFixed, // IsMaxFixed
  193. NonCacheable, // Cacheable
  194. ReadWrite, // ReadAndWrite
  195. 0x0000000000000000, // AddressGranularity - GRA
  196. 0x0000500091400A00, // AddressMinimum - MIN
  197. 0x0000500091400BFF, // AddressMaximum - MAX
  198. 0x0000000000000000, // AddressTranslation - TRA
  199. 0x0000000000000200 // RangeLength - LEN
  200. )
  201. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 573 }
  202. })
  203. }
  204. Device(MC16) {
  205. Name(_HID, "ARMHD620")
  206. Name(_CID, "ARMHD620")
  207. Name(_UID, 0xe)
  208. Name(_CCA, ONE)
  209. Name(_STR, Unicode("Socket 1: MCU6"))
  210. Method(_STA, 0, NotSerialized) {
  211. Return (0x0f)
  212. }
  213. Name(_CRS, ResourceTemplate() {
  214. QWordMemory (
  215. ResourceProducer, // ResourceUsage
  216. PosDecode, // Decode
  217. MinFixed, // IsMinFixed
  218. MaxFixed, // IsMaxFixed
  219. NonCacheable, // Cacheable
  220. ReadWrite, // ReadAndWrite
  221. 0x0000000000000000, // AddressGranularity - GRA
  222. 0x0000500091800A00, // AddressMinimum - MIN
  223. 0x0000500091800BFF, // AddressMaximum - MAX
  224. 0x0000000000000000, // AddressTranslation - TRA
  225. 0x0000000000000200 // RangeLength - LEN
  226. )
  227. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 574 }
  228. })
  229. }
  230. Device(MC17) {
  231. Name(_HID, "ARMHD620")
  232. Name(_CID, "ARMHD620")
  233. Name(_UID, 0xf)
  234. Name(_CCA, ONE)
  235. Name(_STR, Unicode("Socket 1: MCU7"))
  236. Method(_STA, 0, NotSerialized) {
  237. Return (0x0f)
  238. }
  239. Name(_CRS, ResourceTemplate() {
  240. QWordMemory (
  241. ResourceProducer, // ResourceUsage
  242. PosDecode, // Decode
  243. MinFixed, // IsMinFixed
  244. MaxFixed, // IsMaxFixed
  245. NonCacheable, // Cacheable
  246. ReadWrite, // ReadAndWrite
  247. 0x0000000000000000, // AddressGranularity - GRA
  248. 0x0000500091C00A00, // AddressMinimum - MIN
  249. 0x0000500091C00BFF, // AddressMaximum - MAX
  250. 0x0000000000000000, // AddressTranslation - TRA
  251. 0x0000000000000200 // RangeLength - LEN
  252. )
  253. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 575 }
  254. })
  255. }
  256. }
  257. Scope (\_SB.SYST.CL40) {
  258. Device(DU40) {
  259. Name(_HID, "ARMHD500")
  260. Name(_CID, "ARMHD500")
  261. Name(_UID, 0x40)
  262. Name(_CCA, ONE)
  263. Name(_STR, Unicode("DSU CPM 0x40 Socket 1"))
  264. Method(_STA, 0, NotSerialized) {
  265. Return (0x0f)
  266. }
  267. Name(_CRS, ResourceTemplate() {
  268. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 384 }
  269. })
  270. }
  271. }
  272. Scope (\_SB.SYST.CL41) {
  273. Device(DU41) {
  274. Name(_HID, "ARMHD500")
  275. Name(_CID, "ARMHD500")
  276. Name(_UID, 0x41)
  277. Name(_CCA, ONE)
  278. Name(_STR, Unicode("DSU CPM 0x41 Socket 1"))
  279. Method(_STA, 0, NotSerialized) {
  280. Return (0x0f)
  281. }
  282. Name(_CRS, ResourceTemplate() {
  283. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 385 }
  284. })
  285. }
  286. }
  287. Scope (\_SB.SYST.CL42) {
  288. Device(DU42) {
  289. Name(_HID, "ARMHD500")
  290. Name(_CID, "ARMHD500")
  291. Name(_UID, 0x42)
  292. Name(_CCA, ONE)
  293. Name(_STR, Unicode("DSU CPM 0x42 Socket 1"))
  294. Method(_STA, 0, NotSerialized) {
  295. Return (0x0f)
  296. }
  297. Name(_CRS, ResourceTemplate() {
  298. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 386 }
  299. })
  300. }
  301. }
  302. Scope (\_SB.SYST.CL43) {
  303. Device(DU43) {
  304. Name(_HID, "ARMHD500")
  305. Name(_CID, "ARMHD500")
  306. Name(_UID, 0x43)
  307. Name(_CCA, ONE)
  308. Name(_STR, Unicode("DSU CPM 0x43 Socket 1"))
  309. Method(_STA, 0, NotSerialized) {
  310. Return (0x0f)
  311. }
  312. Name(_CRS, ResourceTemplate() {
  313. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 387 }
  314. })
  315. }
  316. }
  317. Scope (\_SB.SYST.CL44) {
  318. Device(DU44) {
  319. Name(_HID, "ARMHD500")
  320. Name(_CID, "ARMHD500")
  321. Name(_UID, 0x44)
  322. Name(_CCA, ONE)
  323. Name(_STR, Unicode("DSU CPM 0x44 Socket 1"))
  324. Method(_STA, 0, NotSerialized) {
  325. Return (0x0f)
  326. }
  327. Name(_CRS, ResourceTemplate() {
  328. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 388 }
  329. })
  330. }
  331. }
  332. Scope (\_SB.SYST.CL45) {
  333. Device(DU45) {
  334. Name(_HID, "ARMHD500")
  335. Name(_CID, "ARMHD500")
  336. Name(_UID, 0x45)
  337. Name(_CCA, ONE)
  338. Name(_STR, Unicode("DSU CPM 0x45 Socket 1"))
  339. Method(_STA, 0, NotSerialized) {
  340. Return (0x0f)
  341. }
  342. Name(_CRS, ResourceTemplate() {
  343. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 389 }
  344. })
  345. }
  346. }
  347. Scope (\_SB.SYST.CL46) {
  348. Device(DU46) {
  349. Name(_HID, "ARMHD500")
  350. Name(_CID, "ARMHD500")
  351. Name(_UID, 0x46)
  352. Name(_CCA, ONE)
  353. Name(_STR, Unicode("DSU CPM 0x46 Socket 1"))
  354. Method(_STA, 0, NotSerialized) {
  355. Return (0x0f)
  356. }
  357. Name(_CRS, ResourceTemplate() {
  358. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 391 }
  359. })
  360. }
  361. }
  362. Scope (\_SB.SYST.CL47) {
  363. Device(DU47) {
  364. Name(_HID, "ARMHD500")
  365. Name(_CID, "ARMHD500")
  366. Name(_UID, 0x47)
  367. Name(_CCA, ONE)
  368. Name(_STR, Unicode("DSU CPM 0x47 Socket 1"))
  369. Method(_STA, 0, NotSerialized) {
  370. Return (0x0f)
  371. }
  372. Name(_CRS, ResourceTemplate() {
  373. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 400 }
  374. })
  375. }
  376. }
  377. Scope (\_SB.SYST.CL48) {
  378. Device(DU48) {
  379. Name(_HID, "ARMHD500")
  380. Name(_CID, "ARMHD500")
  381. Name(_UID, 0x48)
  382. Name(_CCA, ONE)
  383. Name(_STR, Unicode("DSU CPM 0x48 Socket 1"))
  384. Method(_STA, 0, NotSerialized) {
  385. Return (0x0f)
  386. }
  387. Name(_CRS, ResourceTemplate() {
  388. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 401 }
  389. })
  390. }
  391. }
  392. Scope (\_SB.SYST.CL49) {
  393. Device(DU49) {
  394. Name(_HID, "ARMHD500")
  395. Name(_CID, "ARMHD500")
  396. Name(_UID, 0x49)
  397. Name(_CCA, ONE)
  398. Name(_STR, Unicode("DSU CPM 0x49 Socket 1"))
  399. Method(_STA, 0, NotSerialized) {
  400. Return (0x0f)
  401. }
  402. Name(_CRS, ResourceTemplate() {
  403. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 402 }
  404. })
  405. }
  406. }
  407. Scope (\_SB.SYST.CL4A) {
  408. Device(DU4A) {
  409. Name(_HID, "ARMHD500")
  410. Name(_CID, "ARMHD500")
  411. Name(_UID, 0x4A)
  412. Name(_CCA, ONE)
  413. Name(_STR, Unicode("DSU CPM 0x4A Socket 1"))
  414. Method(_STA, 0, NotSerialized) {
  415. Return (0x0f)
  416. }
  417. Name(_CRS, ResourceTemplate() {
  418. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 403 }
  419. })
  420. }
  421. }
  422. Scope (\_SB.SYST.CL4B) {
  423. Device(DU4B) {
  424. Name(_HID, "ARMHD500")
  425. Name(_CID, "ARMHD500")
  426. Name(_UID, 0x4B)
  427. Name(_CCA, ONE)
  428. Name(_STR, Unicode("DSU CPM 0x4B Socket 1"))
  429. Method(_STA, 0, NotSerialized) {
  430. Return (0x0f)
  431. }
  432. Name(_CRS, ResourceTemplate() {
  433. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 435 }
  434. })
  435. }
  436. }
  437. Scope (\_SB.SYST.CL4C) {
  438. Device(DU4C) {
  439. Name(_HID, "ARMHD500")
  440. Name(_CID, "ARMHD500")
  441. Name(_UID, 0x4C)
  442. Name(_CCA, ONE)
  443. Name(_STR, Unicode("DSU CPM 0x4C Socket 1"))
  444. Method(_STA, 0, NotSerialized) {
  445. Return (0x0f)
  446. }
  447. Name(_CRS, ResourceTemplate() {
  448. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 436 }
  449. })
  450. }
  451. }
  452. Scope (\_SB.SYST.CL4D) {
  453. Device(DU4D) {
  454. Name(_HID, "ARMHD500")
  455. Name(_CID, "ARMHD500")
  456. Name(_UID, 0x4D)
  457. Name(_CCA, ONE)
  458. Name(_STR, Unicode("DSU CPM 0x4D Socket 1"))
  459. Method(_STA, 0, NotSerialized) {
  460. Return (0x0f)
  461. }
  462. Name(_CRS, ResourceTemplate() {
  463. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 440 }
  464. })
  465. }
  466. }
  467. Scope (\_SB.SYST.CL4E) {
  468. Device(DU4E) {
  469. Name(_HID, "ARMHD500")
  470. Name(_CID, "ARMHD500")
  471. Name(_UID, 0x4E)
  472. Name(_CCA, ONE)
  473. Name(_STR, Unicode("DSU CPM 0x4E Socket 1"))
  474. Method(_STA, 0, NotSerialized) {
  475. Return (0x0f)
  476. }
  477. Name(_CRS, ResourceTemplate() {
  478. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 441 }
  479. })
  480. }
  481. }
  482. Scope (\_SB.SYST.CL4F) {
  483. Device(DU4F) {
  484. Name(_HID, "ARMHD500")
  485. Name(_CID, "ARMHD500")
  486. Name(_UID, 0x4F)
  487. Name(_CCA, ONE)
  488. Name(_STR, Unicode("DSU CPM 0x4F Socket 1"))
  489. Method(_STA, 0, NotSerialized) {
  490. Return (0x0f)
  491. }
  492. Name(_CRS, ResourceTemplate() {
  493. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 442 }
  494. })
  495. }
  496. }
  497. Scope (\_SB.SYST.CL50) {
  498. Device(DU50) {
  499. Name(_HID, "ARMHD500")
  500. Name(_CID, "ARMHD500")
  501. Name(_UID, 0x50)
  502. Name(_CCA, ONE)
  503. Name(_STR, Unicode("DSU CPM 0x50 Socket 1"))
  504. Method(_STA, 0, NotSerialized) {
  505. Return (0x0f)
  506. }
  507. Name(_CRS, ResourceTemplate() {
  508. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 443 }
  509. })
  510. }
  511. }
  512. Scope (\_SB.SYST.CL51) {
  513. Device(DU51) {
  514. Name(_HID, "ARMHD500")
  515. Name(_CID, "ARMHD500")
  516. Name(_UID, 0x51)
  517. Name(_CCA, ONE)
  518. Name(_STR, Unicode("DSU CPM 0x51 Socket 1"))
  519. Method(_STA, 0, NotSerialized) {
  520. Return (0x0f)
  521. }
  522. Name(_CRS, ResourceTemplate() {
  523. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 444 }
  524. })
  525. }
  526. }
  527. Scope (\_SB.SYST.CL52) {
  528. Device(DU52) {
  529. Name(_HID, "ARMHD500")
  530. Name(_CID, "ARMHD500")
  531. Name(_UID, 0x52)
  532. Name(_CCA, ONE)
  533. Name(_STR, Unicode("DSU CPM 0x52 Socket 1"))
  534. Method(_STA, 0, NotSerialized) {
  535. Return (0x0f)
  536. }
  537. Name(_CRS, ResourceTemplate() {
  538. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 445 }
  539. })
  540. }
  541. }
  542. Scope (\_SB.SYST.CL53) {
  543. Device(DU53) {
  544. Name(_HID, "ARMHD500")
  545. Name(_CID, "ARMHD500")
  546. Name(_UID, 0x53)
  547. Name(_CCA, ONE)
  548. Name(_STR, Unicode("DSU CPM 0x53 Socket 1"))
  549. Method(_STA, 0, NotSerialized) {
  550. Return (0x0f)
  551. }
  552. Name(_CRS, ResourceTemplate() {
  553. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 446 }
  554. })
  555. }
  556. }
  557. Scope (\_SB.SYST.CL54) {
  558. Device(DU54) {
  559. Name(_HID, "ARMHD500")
  560. Name(_CID, "ARMHD500")
  561. Name(_UID, 0x54)
  562. Name(_CCA, ONE)
  563. Name(_STR, Unicode("DSU CPM 0x54 Socket 1"))
  564. Method(_STA, 0, NotSerialized) {
  565. Return (0x0f)
  566. }
  567. Name(_CRS, ResourceTemplate() {
  568. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 447 }
  569. })
  570. }
  571. }
  572. Scope (\_SB.SYST.CL55) {
  573. Device(DU55) {
  574. Name(_HID, "ARMHD500")
  575. Name(_CID, "ARMHD500")
  576. Name(_UID, 0x55)
  577. Name(_CCA, ONE)
  578. Name(_STR, Unicode("DSU CPM 0x55 Socket 1"))
  579. Method(_STA, 0, NotSerialized) {
  580. Return (0x0f)
  581. }
  582. Name(_CRS, ResourceTemplate() {
  583. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 486 }
  584. })
  585. }
  586. }
  587. Scope (\_SB.SYST.CL56) {
  588. Device(DU56) {
  589. Name(_HID, "ARMHD500")
  590. Name(_CID, "ARMHD500")
  591. Name(_UID, 0x56)
  592. Name(_CCA, ONE)
  593. Name(_STR, Unicode("DSU CPM 0x56 Socket 1"))
  594. Method(_STA, 0, NotSerialized) {
  595. Return (0x0f)
  596. }
  597. Name(_CRS, ResourceTemplate() {
  598. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 487 }
  599. })
  600. }
  601. }
  602. Scope (\_SB.SYST.CL57) {
  603. Device(DU57) {
  604. Name(_HID, "ARMHD500")
  605. Name(_CID, "ARMHD500")
  606. Name(_UID, 0x57)
  607. Name(_CCA, ONE)
  608. Name(_STR, Unicode("DSU CPM 0x57 Socket 1"))
  609. Method(_STA, 0, NotSerialized) {
  610. Return (0x0f)
  611. }
  612. Name(_CRS, ResourceTemplate() {
  613. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 488 }
  614. })
  615. }
  616. }
  617. Scope (\_SB.SYST.CL58) {
  618. Device(DU58) {
  619. Name(_HID, "ARMHD500")
  620. Name(_CID, "ARMHD500")
  621. Name(_UID, 0x58)
  622. Name(_CCA, ONE)
  623. Name(_STR, Unicode("DSU CPM 0x58 Socket 1"))
  624. Method(_STA, 0, NotSerialized) {
  625. Return (0x0f)
  626. }
  627. Name(_CRS, ResourceTemplate() {
  628. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 489 }
  629. })
  630. }
  631. }
  632. Scope (\_SB.SYST.CL59) {
  633. Device(DU59) {
  634. Name(_HID, "ARMHD500")
  635. Name(_CID, "ARMHD500")
  636. Name(_UID, 0x59)
  637. Name(_CCA, ONE)
  638. Name(_STR, Unicode("DSU CPM 0x59 Socket 1"))
  639. Method(_STA, 0, NotSerialized) {
  640. Return (0x0f)
  641. }
  642. Name(_CRS, ResourceTemplate() {
  643. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 496 }
  644. })
  645. }
  646. }
  647. Scope (\_SB.SYST.CL5A) {
  648. Device(DU5A) {
  649. Name(_HID, "ARMHD500")
  650. Name(_CID, "ARMHD500")
  651. Name(_UID, 0x5A)
  652. Name(_CCA, ONE)
  653. Name(_STR, Unicode("DSU CPM 0x5A Socket 1"))
  654. Method(_STA, 0, NotSerialized) {
  655. Return (0x0f)
  656. }
  657. Name(_CRS, ResourceTemplate() {
  658. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 497 }
  659. })
  660. }
  661. }
  662. Scope (\_SB.SYST.CL5B) {
  663. Device(DU5B) {
  664. Name(_HID, "ARMHD500")
  665. Name(_CID, "ARMHD500")
  666. Name(_UID, 0x5B)
  667. Name(_CCA, ONE)
  668. Name(_STR, Unicode("DSU CPM 0x5B Socket 1"))
  669. Method(_STA, 0, NotSerialized) {
  670. Return (0x0f)
  671. }
  672. Name(_CRS, ResourceTemplate() {
  673. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 498 }
  674. })
  675. }
  676. }
  677. Scope (\_SB.SYST.CL5C) {
  678. Device(DU5C) {
  679. Name(_HID, "ARMHD500")
  680. Name(_CID, "ARMHD500")
  681. Name(_UID, 0x5C)
  682. Name(_CCA, ONE)
  683. Name(_STR, Unicode("DSU CPM 0x5C Socket 1"))
  684. Method(_STA, 0, NotSerialized) {
  685. Return (0x0f)
  686. }
  687. Name(_CRS, ResourceTemplate() {
  688. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 499 }
  689. })
  690. }
  691. }
  692. Scope (\_SB.SYST.CL5D) {
  693. Device(DU5D) {
  694. Name(_HID, "ARMHD500")
  695. Name(_CID, "ARMHD500")
  696. Name(_UID, 0x5D)
  697. Name(_CCA, ONE)
  698. Name(_STR, Unicode("DSU CPM 0x5D Socket 1"))
  699. Method(_STA, 0, NotSerialized) {
  700. Return (0x0f)
  701. }
  702. Name(_CRS, ResourceTemplate() {
  703. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 506 }
  704. })
  705. }
  706. }
  707. Scope (\_SB.SYST.CL5E) {
  708. Device(DU5E) {
  709. Name(_HID, "ARMHD500")
  710. Name(_CID, "ARMHD500")
  711. Name(_UID, 0x5E)
  712. Name(_CCA, ONE)
  713. Name(_STR, Unicode("DSU CPM 0x5E Socket 1"))
  714. Method(_STA, 0, NotSerialized) {
  715. Return (0x0f)
  716. }
  717. Name(_CRS, ResourceTemplate() {
  718. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 507 }
  719. })
  720. }
  721. }
  722. Scope (\_SB.SYST.CL5F) {
  723. Device(DU5F) {
  724. Name(_HID, "ARMHD500")
  725. Name(_CID, "ARMHD500")
  726. Name(_UID, 0x5F)
  727. Name(_CCA, ONE)
  728. Name(_STR, Unicode("DSU CPM 0x5F Socket 1"))
  729. Method(_STA, 0, NotSerialized) {
  730. Return (0x0f)
  731. }
  732. Name(_CRS, ResourceTemplate() {
  733. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 508 }
  734. })
  735. }
  736. }
  737. Scope (\_SB.SYST.CL60) {
  738. Device(DU60) {
  739. Name(_HID, "ARMHD500")
  740. Name(_CID, "ARMHD500")
  741. Name(_UID, 0x60)
  742. Name(_CCA, ONE)
  743. Name(_STR, Unicode("DSU CPM 0x60 Socket 1"))
  744. Method(_STA, 0, NotSerialized) {
  745. Return (0x0f)
  746. }
  747. Name(_CRS, ResourceTemplate() {
  748. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 509 }
  749. })
  750. }
  751. }
  752. Scope (\_SB.SYST.CL61) {
  753. Device(DU61) {
  754. Name(_HID, "ARMHD500")
  755. Name(_CID, "ARMHD500")
  756. Name(_UID, 0x61)
  757. Name(_CCA, ONE)
  758. Name(_STR, Unicode("DSU CPM 0x61 Socket 1"))
  759. Method(_STA, 0, NotSerialized) {
  760. Return (0x0f)
  761. }
  762. Name(_CRS, ResourceTemplate() {
  763. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 516 }
  764. })
  765. }
  766. }
  767. Scope (\_SB.SYST.CL62) {
  768. Device(DU62) {
  769. Name(_HID, "ARMHD500")
  770. Name(_CID, "ARMHD500")
  771. Name(_UID, 0x62)
  772. Name(_CCA, ONE)
  773. Name(_STR, Unicode("DSU CPM 0x62 Socket 1"))
  774. Method(_STA, 0, NotSerialized) {
  775. Return (0x0f)
  776. }
  777. Name(_CRS, ResourceTemplate() {
  778. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 517 }
  779. })
  780. }
  781. }
  782. Scope (\_SB.SYST.CL63) {
  783. Device(DU63) {
  784. Name(_HID, "ARMHD500")
  785. Name(_CID, "ARMHD500")
  786. Name(_UID, 0x63)
  787. Name(_CCA, ONE)
  788. Name(_STR, Unicode("DSU CPM 0x63 Socket 1"))
  789. Method(_STA, 0, NotSerialized) {
  790. Return (0x0f)
  791. }
  792. Name(_CRS, ResourceTemplate() {
  793. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 518 }
  794. })
  795. }
  796. }
  797. Scope (\_SB.SYST.CL64) {
  798. Device(DU64) {
  799. Name(_HID, "ARMHD500")
  800. Name(_CID, "ARMHD500")
  801. Name(_UID, 0x64)
  802. Name(_CCA, ONE)
  803. Name(_STR, Unicode("DSU CPM 0x64 Socket 1"))
  804. Method(_STA, 0, NotSerialized) {
  805. Return (0x0f)
  806. }
  807. Name(_CRS, ResourceTemplate() {
  808. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 519 }
  809. })
  810. }
  811. }
  812. Scope (\_SB.SYST.CL65) {
  813. Device(DU65) {
  814. Name(_HID, "ARMHD500")
  815. Name(_CID, "ARMHD500")
  816. Name(_UID, 0x65)
  817. Name(_CCA, ONE)
  818. Name(_STR, Unicode("DSU CPM 0x65 Socket 1"))
  819. Method(_STA, 0, NotSerialized) {
  820. Return (0x0f)
  821. }
  822. Name(_CRS, ResourceTemplate() {
  823. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 520 }
  824. })
  825. }
  826. }
  827. Scope (\_SB.SYST.CL66) {
  828. Device(DU66) {
  829. Name(_HID, "ARMHD500")
  830. Name(_CID, "ARMHD500")
  831. Name(_UID, 0x66)
  832. Name(_CCA, ONE)
  833. Name(_STR, Unicode("DSU CPM 0x66 Socket 1"))
  834. Method(_STA, 0, NotSerialized) {
  835. Return (0x0f)
  836. }
  837. Name(_CRS, ResourceTemplate() {
  838. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 521 }
  839. })
  840. }
  841. }
  842. Scope (\_SB.SYST.CL67) {
  843. Device(DU67) {
  844. Name(_HID, "ARMHD500")
  845. Name(_CID, "ARMHD500")
  846. Name(_UID, 0x67)
  847. Name(_CCA, ONE)
  848. Name(_STR, Unicode("DSU CPM 0x67 Socket 1"))
  849. Method(_STA, 0, NotSerialized) {
  850. Return (0x0f)
  851. }
  852. Name(_CRS, ResourceTemplate() {
  853. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 522 }
  854. })
  855. }
  856. }
  857. Scope (\_SB.SYST.CL69) {
  858. Device(DU68) {
  859. Name(_HID, "ARMHD500")
  860. Name(_CID, "ARMHD500")
  861. Name(_UID, 0x68)
  862. Name(_CCA, ONE)
  863. Name(_STR, Unicode("DSU CPM 0x68 Socket 1"))
  864. Method(_STA, 0, NotSerialized) {
  865. Return (0x0f)
  866. }
  867. Name(_CRS, ResourceTemplate() {
  868. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 523 }
  869. })
  870. }
  871. }
  872. Scope (\_SB.SYST.CL69) {
  873. Device(DU69) {
  874. Name(_HID, "ARMHD500")
  875. Name(_CID, "ARMHD500")
  876. Name(_UID, 0x69)
  877. Name(_CCA, ONE)
  878. Name(_STR, Unicode("DSU CPM 0x69 Socket 1"))
  879. Method(_STA, 0, NotSerialized) {
  880. Return (0x0f)
  881. }
  882. Name(_CRS, ResourceTemplate() {
  883. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 524 }
  884. })
  885. }
  886. }
  887. Scope (\_SB.SYST.CL6A) {
  888. Device(DU6A) {
  889. Name(_HID, "ARMHD500")
  890. Name(_CID, "ARMHD500")
  891. Name(_UID, 0x6A)
  892. Name(_CCA, ONE)
  893. Name(_STR, Unicode("DSU CPM 0x6A Socket 1"))
  894. Method(_STA, 0, NotSerialized) {
  895. Return (0x0f)
  896. }
  897. Name(_CRS, ResourceTemplate() {
  898. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 525 }
  899. })
  900. }
  901. }
  902. Scope (\_SB.SYST.CL6B) {
  903. Device(DU6B) {
  904. Name(_HID, "ARMHD500")
  905. Name(_CID, "ARMHD500")
  906. Name(_UID, 0x6B)
  907. Name(_CCA, ONE)
  908. Name(_STR, Unicode("DSU CPM 0x6B Socket 1"))
  909. Method(_STA, 0, NotSerialized) {
  910. Return (0x0f)
  911. }
  912. Name(_CRS, ResourceTemplate() {
  913. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 526 }
  914. })
  915. }
  916. }
  917. Scope (\_SB.SYST.CL6C) {
  918. Device(DU6C) {
  919. Name(_HID, "ARMHD500")
  920. Name(_CID, "ARMHD500")
  921. Name(_UID, 0x6C)
  922. Name(_CCA, ONE)
  923. Name(_STR, Unicode("DSU CPM 0x6C Socket 1"))
  924. Method(_STA, 0, NotSerialized) {
  925. Return (0x0f)
  926. }
  927. Name(_CRS, ResourceTemplate() {
  928. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 527 }
  929. })
  930. }
  931. }
  932. Scope (\_SB.SYST.CL6D) {
  933. Device(DU6D) {
  934. Name(_HID, "ARMHD500")
  935. Name(_CID, "ARMHD500")
  936. Name(_UID, 0x6D)
  937. Name(_CCA, ONE)
  938. Name(_STR, Unicode("DSU CPM 0x6D Socket 1"))
  939. Method(_STA, 0, NotSerialized) {
  940. Return (0x0f)
  941. }
  942. Name(_CRS, ResourceTemplate() {
  943. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 541 }
  944. })
  945. }
  946. }
  947. Scope (\_SB.SYST.CL6E) {
  948. Device(DU6E) {
  949. Name(_HID, "ARMHD500")
  950. Name(_CID, "ARMHD500")
  951. Name(_UID, 0x6E)
  952. Name(_CCA, ONE)
  953. Name(_STR, Unicode("DSU CPM 0x6E Socket 1"))
  954. Method(_STA, 0, NotSerialized) {
  955. Return (0x0f)
  956. }
  957. Name(_CRS, ResourceTemplate() {
  958. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 542 }
  959. })
  960. }
  961. }
  962. Scope (\_SB.SYST.CL6F) {
  963. Device(DU6F) {
  964. Name(_HID, "ARMHD500")
  965. Name(_CID, "ARMHD500")
  966. Name(_UID, 0x6F)
  967. Name(_CCA, ONE)
  968. Name(_STR, Unicode("DSU CPM 0x6F Socket 1"))
  969. Method(_STA, 0, NotSerialized) {
  970. Return (0x0f)
  971. }
  972. Name(_CRS, ResourceTemplate() {
  973. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 543 }
  974. })
  975. }
  976. }
  977. Scope (\_SB.SYST.CL70) {
  978. Device(DU70) {
  979. Name(_HID, "ARMHD500")
  980. Name(_CID, "ARMHD500")
  981. Name(_UID, 0x70)
  982. Name(_CCA, ONE)
  983. Name(_STR, Unicode("DSU CPM 0x70 Socket 1"))
  984. Method(_STA, 0, NotSerialized) {
  985. Return (0x0f)
  986. }
  987. Name(_CRS, ResourceTemplate() {
  988. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 584 }
  989. })
  990. }
  991. }
  992. Scope (\_SB.SYST.CL71) {
  993. Device(DU71) {
  994. Name(_HID, "ARMHD500")
  995. Name(_CID, "ARMHD500")
  996. Name(_UID, 0x71)
  997. Name(_CCA, ONE)
  998. Name(_STR, Unicode("DSU CPM 0x71 Socket 1"))
  999. Method(_STA, 0, NotSerialized) {
  1000. Return (0x0f)
  1001. }
  1002. Name(_CRS, ResourceTemplate() {
  1003. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 585 }
  1004. })
  1005. }
  1006. }
  1007. Scope (\_SB.SYST.CL72) {
  1008. Device(DU72) {
  1009. Name(_HID, "ARMHD500")
  1010. Name(_CID, "ARMHD500")
  1011. Name(_UID, 0x72)
  1012. Name(_CCA, ONE)
  1013. Name(_STR, Unicode("DSU CPM 0x72 Socket 1"))
  1014. Method(_STA, 0, NotSerialized) {
  1015. Return (0x0f)
  1016. }
  1017. Name(_CRS, ResourceTemplate() {
  1018. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 586 }
  1019. })
  1020. }
  1021. }
  1022. Scope (\_SB.SYST.CL73) {
  1023. Device(DU73) {
  1024. Name(_HID, "ARMHD500")
  1025. Name(_CID, "ARMHD500")
  1026. Name(_UID, 0x73)
  1027. Name(_CCA, ONE)
  1028. Name(_STR, Unicode("DSU CPM 0x73 Socket 1"))
  1029. Method(_STA, 0, NotSerialized) {
  1030. Return (0x0f)
  1031. }
  1032. Name(_CRS, ResourceTemplate() {
  1033. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 587 }
  1034. })
  1035. }
  1036. }
  1037. Scope (\_SB.SYST.CL74) {
  1038. Device(DU74) {
  1039. Name(_HID, "ARMHD500")
  1040. Name(_CID, "ARMHD500")
  1041. Name(_UID, 0x74)
  1042. Name(_CCA, ONE)
  1043. Name(_STR, Unicode("DSU CPM 0x74 Socket 1"))
  1044. Method(_STA, 0, NotSerialized) {
  1045. Return (0x0f)
  1046. }
  1047. Name(_CRS, ResourceTemplate() {
  1048. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 588 }
  1049. })
  1050. }
  1051. }
  1052. Scope (\_SB.SYST.CL75) {
  1053. Device(DU75) {
  1054. Name(_HID, "ARMHD500")
  1055. Name(_CID, "ARMHD500")
  1056. Name(_UID, 0x75)
  1057. Name(_CCA, ONE)
  1058. Name(_STR, Unicode("DSU CPM 0x75 Socket 1"))
  1059. Method(_STA, 0, NotSerialized) {
  1060. Return (0x0f)
  1061. }
  1062. Name(_CRS, ResourceTemplate() {
  1063. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 589 }
  1064. })
  1065. }
  1066. }
  1067. Scope (\_SB.SYST.CL76) {
  1068. Device(DU76) {
  1069. Name(_HID, "ARMHD500")
  1070. Name(_CID, "ARMHD500")
  1071. Name(_UID, 0x76)
  1072. Name(_CCA, ONE)
  1073. Name(_STR, Unicode("DSU CPM 0x76 Socket 1"))
  1074. Method(_STA, 0, NotSerialized) {
  1075. Return (0x0f)
  1076. }
  1077. Name(_CRS, ResourceTemplate() {
  1078. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 590 }
  1079. })
  1080. }
  1081. }
  1082. Scope (\_SB.SYST.CL77) {
  1083. Device(DU77) {
  1084. Name(_HID, "ARMHD500")
  1085. Name(_CID, "ARMHD500")
  1086. Name(_UID, 0x77)
  1087. Name(_CCA, ONE)
  1088. Name(_STR, Unicode("DSU CPM 0x77 Socket 1"))
  1089. Method(_STA, 0, NotSerialized) {
  1090. Return (0x0f)
  1091. }
  1092. Name(_CRS, ResourceTemplate() {
  1093. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 591 }
  1094. })
  1095. }
  1096. }
  1097. Scope (\_SB.SYST.CL78) {
  1098. Device(DU78) {
  1099. Name(_HID, "ARMHD500")
  1100. Name(_CID, "ARMHD500")
  1101. Name(_UID, 0x78)
  1102. Name(_CCA, ONE)
  1103. Name(_STR, Unicode("DSU CPM 0x78 Socket 1"))
  1104. Method(_STA, 0, NotSerialized) {
  1105. Return (0x0f)
  1106. }
  1107. Name(_CRS, ResourceTemplate() {
  1108. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 617 }
  1109. })
  1110. }
  1111. }
  1112. Scope (\_SB.SYST.CL79) {
  1113. Device(DU79) {
  1114. Name(_HID, "ARMHD500")
  1115. Name(_CID, "ARMHD500")
  1116. Name(_UID, 0x79)
  1117. Name(_CCA, ONE)
  1118. Name(_STR, Unicode("DSU CPM 0x79 Socket 1"))
  1119. Method(_STA, 0, NotSerialized) {
  1120. Return (0x0f)
  1121. }
  1122. Name(_CRS, ResourceTemplate() {
  1123. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 618 }
  1124. })
  1125. }
  1126. }
  1127. Scope (\_SB.SYST.CL7A) {
  1128. Device(DU7A) {
  1129. Name(_HID, "ARMHD500")
  1130. Name(_CID, "ARMHD500")
  1131. Name(_UID, 0x7A)
  1132. Name(_CCA, ONE)
  1133. Name(_STR, Unicode("DSU CPM 0x7A Socket 1"))
  1134. Method(_STA, 0, NotSerialized) {
  1135. Return (0x0f)
  1136. }
  1137. Name(_CRS, ResourceTemplate() {
  1138. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 619 }
  1139. })
  1140. }
  1141. }
  1142. Scope (\_SB.SYST.CL7B) {
  1143. Device(DU7B) {
  1144. Name(_HID, "ARMHD500")
  1145. Name(_CID, "ARMHD500")
  1146. Name(_UID, 0x7B)
  1147. Name(_CCA, ONE)
  1148. Name(_STR, Unicode("DSU CPM 0x7B Socket 1"))
  1149. Method(_STA, 0, NotSerialized) {
  1150. Return (0x0f)
  1151. }
  1152. Name(_CRS, ResourceTemplate() {
  1153. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 620 }
  1154. })
  1155. }
  1156. }
  1157. Scope (\_SB.SYST.CL7C) {
  1158. Device(DU7C) {
  1159. Name(_HID, "ARMHD500")
  1160. Name(_CID, "ARMHD500")
  1161. Name(_UID, 0x7C)
  1162. Name(_CCA, ONE)
  1163. Name(_STR, Unicode("DSU CPM 0x7C Socket 1"))
  1164. Method(_STA, 0, NotSerialized) {
  1165. Return (0x0f)
  1166. }
  1167. Name(_CRS, ResourceTemplate() {
  1168. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 621 }
  1169. })
  1170. }
  1171. }
  1172. Scope (\_SB.SYST.CL7D) {
  1173. Device(DU7D) {
  1174. Name(_HID, "ARMHD500")
  1175. Name(_CID, "ARMHD500")
  1176. Name(_UID, 0x7D)
  1177. Name(_CCA, ONE)
  1178. Name(_STR, Unicode("DSU CPM 0x7D Socket 1"))
  1179. Method(_STA, 0, NotSerialized) {
  1180. Return (0x0f)
  1181. }
  1182. Name(_CRS, ResourceTemplate() {
  1183. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 632 }
  1184. })
  1185. }
  1186. }
  1187. Scope (\_SB.SYST.CL7E) {
  1188. Device(DU7E) {
  1189. Name(_HID, "ARMHD500")
  1190. Name(_CID, "ARMHD500")
  1191. Name(_UID, 0x7E)
  1192. Name(_CCA, ONE)
  1193. Name(_STR, Unicode("DSU CPM 0x7E Socket 1"))
  1194. Method(_STA, 0, NotSerialized) {
  1195. Return (0x0f)
  1196. }
  1197. Name(_CRS, ResourceTemplate() {
  1198. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 633 }
  1199. })
  1200. }
  1201. }
  1202. Scope (\_SB.SYST.CL7F) {
  1203. Device(DU7F) {
  1204. Name(_HID, "ARMHD500")
  1205. Name(_CID, "ARMHD500")
  1206. Name(_UID, 0x7F)
  1207. Name(_CCA, ONE)
  1208. Name(_STR, Unicode("DSU CPM 0x7F Socket 1"))
  1209. Method(_STA, 0, NotSerialized) {
  1210. Return (0x0f)
  1211. }
  1212. Name(_CRS, ResourceTemplate() {
  1213. Interrupt(ResourceConsumer, Level, ActiveHigh, Exclusive) { 636 }
  1214. })
  1215. }
  1216. }