Ticket #2072: dsdt.dsl

File dsdt.dsl, 131.3 kB (added by paul.pech@gmx.de, 2 years ago)

iasl -d dsdt.bin --> dsdt.dsl

Line 
1 /*
2  * Intel ACPI Component Architecture
3  * AML Disassembler version 20050902
4  *
5  * Disassembly of dsdt.bin, Sun Jun  4 16:41:21 2006
6  */
7 DefinitionBlock ("DSDT.aml", "DSDT", 1, "INTELR", "AWRDACPI", 4096)
8 {
9     Scope (\_PR)
10     {
11         Processor (\_PR.CPU0, 0x00, 0x00000000, 0x00) {}
12         Processor (\_PR.CPU1, 0x01, 0x00000000, 0x00) {}
13     }
14
15     Name (\_S0, Package (0x04)
16     {
17         0x00,
18         0x00,
19         0x00,
20         0x00
21     })
22     Name (\_S1, Package (0x04)
23     {
24         0x01,
25         0x00,
26         0x00,
27         0x00
28     })
29     Name (\_S4, Package (0x04)
30     {
31         0x06,
32         0x00,
33         0x00,
34         0x00
35     })
36     Name (\_S5, Package (0x04)
37     {
38         0x07,
39         0x00,
40         0x00,
41         0x00
42     })
43     Name (FLAG, 0x00)
44     Name (STAT, 0x00)
45     OperationRegion (\DEBG, SystemIO, 0x80, 0x01)
46     Field (\DEBG, ByteAcc, NoLock, Preserve)
47     {
48         DBG1,   8
49     }
50
51     OperationRegion (EXTM, SystemMemory, 0x000FF830, 0x10)
52     Field (EXTM, WordAcc, NoLock, Preserve)
53     {
54         ROM1,   16,
55         RMS1,   16,
56         ROM2,   16,
57         RMS2,   16,
58         ROM3,   16,
59         RMS3,   16,
60         AMEM,   32
61     }
62
63     OperationRegion (\SMIC, SystemIO, 0xB2, 0x01)
64     Field (\SMIC, ByteAcc, NoLock, Preserve)
65     {
66         SCP,    8
67     }
68
69     OperationRegion (\PM1S, SystemIO, 0x0400, 0x04)
70     Field (\PM1S, ByteAcc, NoLock, Preserve)
71     {
72         PM00,   8,
73         PM01,   8,
74         PM02,   8,
75         PM03,   8
76     }
77
78     OperationRegion (\SPEN, SystemIO, 0x0430, 0x01)
79     Field (\SPEN, ByteAcc, NoLock, Preserve)
80     {
81             ,   4,
82         TRAP,   1
83     }
84
85     OperationRegion (\GBLE, SystemIO, 0x0421, 0x01)
86     Field (\GBLE, ByteAcc, NoLock, Preserve)
87     {
88         ESMI,   8
89     }
90
91     OperationRegion (APMP, SystemIO, 0xB2, 0x02)
92     Field (APMP, ByteAcc, NoLock, Preserve)
93     {
94         APMC,   8,
95         APMD,   8
96     }
97
98     OperationRegion (\GPO, SystemIO, 0x048E, 0x02)
99     Field (\GPO, ByteAcc, NoLock, Preserve)
100     {
101         GO10,   1,
102         GO11,   1,
103             ,   1,
104             ,   1,
105             ,   1,
106         GO15,   1,
107         GO16,   1,
108         GO17,   1,
109         GO18,   1,
110         GO19,   1,
111         GO1A,   1,
112         GO1B,   1,
113         GO1C,   1
114     }
115
116     OperationRegion (\GPO2, SystemIO, 0x04B8, 0x02)
117     Field (\GPO2, ByteAcc, NoLock, Preserve)
118     {
119         GO20,   1,
120         GO21,   1,
121         GO22,   1,
122         GO23,   1,
123         GO24,   1,
124         GO25,   1,
125         GO26,   1,
126         GO27,   1,
127         GO28,   1,
128         GO29,   1,
129         GO2A,   1,
130         GO2B,   1
131     }
132
133     Name (OSFX, 0x01)
134     Name (OSFL, 0x01)
135     Method (STRC, 2, NotSerialized)
136     {
137         If (LNot (LEqual (SizeOf (Arg0), SizeOf (Arg1))))
138         {
139             Return (0x00)
140         }
141
142         Add (SizeOf (Arg0), 0x01, Local0)
143         Name (BUF0, Buffer (Local0) {})
144         Name (BUF1, Buffer (Local0) {})
145         Store (Arg0, BUF0)
146         Store (Arg1, BUF1)
147         While (Local0)
148         {
149             Decrement (Local0)
150             If (LNot (LEqual (DerefOf (Index (BUF0, Local0)), DerefOf (Index (BUF1, Local0)))))
151             {
152                 Return (Zero)
153             }
154         }
155
156         Return (One)
157     }
158
159     OperationRegion (RTCM, SystemIO, 0x70, 0x02)
160     Field (RTCM, ByteAcc, NoLock, Preserve)
161     {
162         CMIN,   8,
163         CMDA,   8
164     }
165
166     IndexField (CMIN, CMDA, ByteAcc, NoLock, Preserve)
167     {
168         Offset (0x0F),
169         SHUT,   8
170     }
171
172     OperationRegion (INFO, SystemMemory, 0x000FF840, 0x01)
173     Field (INFO, ByteAcc, NoLock, Preserve)
174     {
175         KBDI,   1,
176         RTCW,   1,
177         PS2F,   1,
178         IRFL,   2,
179         DISE,   1,
180         SSHU,   1
181     }
182
183     OperationRegion (BEEP, SystemIO, 0x61, 0x01)
184     Field (BEEP, ByteAcc, NoLock, Preserve)
185     {
186         S1B,    8
187     }
188
189     OperationRegion (CONT, SystemIO, 0x40, 0x04)
190     Field (CONT, ByteAcc, NoLock, Preserve)
191     {
192         CNT0,   8,
193         CNT1,   8,
194         CNT2,   8,
195         CTRL,   8
196     }
197
198     Method (SPKR, 1, NotSerialized)
199     {
200         Store (S1B, Local0)
201         Store (0xB6, CTRL)
202         Store (0x55, CNT2)
203         Store (0x03, CNT2)
204         Store (Arg0, Local2)
205         While (LGreater (Local2, 0x00))
206         {
207             Or (S1B, 0x03, S1B)
208             Store (0x5FFF, Local3)
209             While (LGreater (Local3, 0x00))
210             {
211                 Decrement (Local3)
212             }
213
214             And (S1B, 0xFC, S1B)
215             Store (0x0EFF, Local3)
216             While (LGreater (Local3, 0x00))
217             {
218                 Decrement (Local3)
219             }
220
221             Decrement (Local2)
222         }
223
224         Store (Local0, S1B)
225     }
226
227     Scope (\)
228     {
229         Name (PICF, 0x00)
230         Method (_PIC, 1, NotSerialized)
231         {
232             Store (Arg0, PICF)
233         }
234     }
235
236     Method (\_PTS, 1, NotSerialized)
237     {
238         Or (Arg0, 0xF0, Local0)
239         Store (Local0, DBG1)
240         Add (Arg0, 0x4A, Local0)
241         Store (Local0, SMIP)
242         OSTP ()
243         If (LEqual (Arg0, 0x01)) {}
244         If (LEqual (Arg0, 0x02)) {}
245         If (LEqual (Arg0, 0x03)) {}
246         If (LEqual (Arg0, 0x05))
247         {
248             Store (ESMI, Local0)
249             And (Local0, 0xFB, Local0)
250             Store (Local0, ESMI)
251         }
252
253         If (LEqual (Arg0, 0x04))
254         {
255             If (LNot (PICF))
256             {
257                 Sleep (0x64)
258             }
259         }
260     }
261
262     Method (\_WAK, 1, NotSerialized)
263     {
264         Store (0xFF, DBG1)
265         Notify (\_SB.PCI0.PX40.UAR1, 0x00)
266         If (OSFL)
267         {
268             Notify (\_SB.PWRB, 0x02)
269         }
270         Else
271         {
272             If (LEqual (RTCW, 0x00))
273             {
274                 Notify (\_SB.PWRB, 0x02)
275             }
276         }
277
278         Notify (\_SB.PCI0.USB0, 0x00)
279         Notify (\_SB.PCI0.USB1, 0x00)
280         Notify (\_SB.PCI0.USB2, 0x00)
281         Notify (\_SB.PCI0.USB3, 0x00)
282     }
283
284     Scope (\_SI)
285     {
286         Method (_MSG, 1, NotSerialized)
287         {
288             Store (Local0, Local0)
289         }
290
291         Method (_SST, 1, NotSerialized)
292         {
293             Store (Local0, Local0)
294         }
295     }
296
297     Scope (\_GPE)
298     {
299         Method (_L05, 0, NotSerialized)
300         {
301             Notify (\_SB.PCI0.MODM, 0x02)
302         }
303
304         Method (_L03, 0, NotSerialized)
305         {
306             Notify (\_SB.PCI0.USB0, 0x02)
307         }
308
309         Method (_L04, 0, NotSerialized)
310         {
311             Notify (\_SB.PCI0.USB1, 0x02)
312         }
313
314         Method (_L0B, 0, NotSerialized)
315         {
316             Notify (\_SB.PCI0.HUB0, 0x02)
317         }
318
319         Method (_L08, 0, NotSerialized)
320         {
321             Notify (\_SB.PCI0.PX40.UAR1, 0x02)
322             Notify (\_SB.PCI0.PX40.UAR2, 0x02)
323         }
324
325         Method (_L0C, 0, NotSerialized)
326         {
327             Notify (\_SB.PCI0.USB2, 0x02)
328         }
329
330         Method (_L0E, 0, NotSerialized)
331         {
332             Notify (\_SB.PCI0.USB3, 0x02)
333         }
334
335         Method (_L0D, 0, NotSerialized)
336         {
337             Notify (\_SB.PCI0.USBE, 0x02)
338         }
339     }
340
341     Scope (\_SB)
342     {
343         Device (PWRB)
344         {
345             Name (_HID, EisaId ("PNP0C0C"))
346             Method (_STA, 0, NotSerialized)
347             {
348                 Return (0x0B)
349             }
350         }
351
352         Device (PCI0)
353         {
354             Name (_HID, EisaId ("PNP0A03"))
355             Name (_ADR, 0x00)
356             Name (_UID, 0x01)
357             Name (_BBN, 0x00)
358             Method (_STA, 0, NotSerialized)
359             {
360                 Return (0x0F)
361             }
362
363             Method (_CRS, 0, NotSerialized)
364             {
365                 Name (BUF0, ResourceTemplate ()
366                 {
367                     WordBusNumber (ResourceConsumer, MinNotFixed, MaxNotFixed, PosDecode,
368                         0x0000, // Address Space Granularity
369                         0x0000, // Address Range Minimum
370                         0x00FF, // Address Range Maximum
371                         0x0000, // Address Translation Offset
372                         0x0100,,,)
373                     IO (Decode16, 0x0CF8, 0x0CF8, 0x01, 0x08)
374                     WordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
375                         0x0000, // Address Space Granularity
376                         0x0000, // Address Range Minimum
377                         0x0CF7, // Address Range Maximum
378                         0x0000, // Address Translation Offset
379                         0x0CF8,,,
380                         , TypeStatic)
381                     WordIO (ResourceProducer, MinFixed, MaxFixed, PosDecode, EntireRange,
382                         0x0000, // Address Space Granularity
383                         0x0D00, // Address Range Minimum
384                         0xFFFF, // Address Range Maximum
385                         0x0000, // Address Translation Offset
386                         0xF300,,,
387                         , TypeStatic)
388                     DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
389                         0x00000000, // Address Space Granularity
390                         0x000A0000, // Address Range Minimum
391                         0x000BFFFF, // Address Range Maximum
392                         0x00000000, // Address Translation Offset
393                         0x00020000,,,
394                         , AddressRangeMemory, TypeStatic)
395                     DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
396                         0x00000000, // Address Space Granularity
397                         0x000C0000, // Address Range Minimum
398                         0x000DFFFF, // Address Range Maximum
399                         0x00000000, // Address Translation Offset
400                         0x00020000,,,
401                         , AddressRangeMemory, TypeStatic)
402                     DWordMemory (ResourceProducer, PosDecode, MinFixed, MaxFixed, Cacheable, ReadWrite,
403                         0x00000000, // Address Space Granularity
404                         0x00100000, // Address Range Minimum
405                         0xFEBFFFFF, // Address Range Maximum
406                         0x00000000, // Address Translation Offset
407                         0xFFF00000,,,
408                         , AddressRangeMemory, TypeStatic)
409                 })
410                 CreateDWordField (BUF0, 0x76, TCMM)
411                 CreateDWordField (BUF0, 0x82, TOMM)
412                 Add (AMEM, 0x00010000, TCMM)
413                 Subtract (0xFEC00000, TCMM, TOMM)
414                 Return (BUF0)
415             }
416
417             Name (PICM, Package (0x0B)
418             {
419                 Package (0x04)
420                 {
421                     0x001FFFFF,
422                     0x02,
423                     \_SB.PCI0.LNKA,
424                     0x00
425                 },
426
427                 Package (0x04)
428                 {
429                     0x001FFFFF,
430                     0x00,
431                     \_SB.PCI0.LNKC,
432                     0x00
433                 },
434
435                 Package (0x04)
436                 {
437                     0x001FFFFF,
438                     0x01,
439                     \_SB.PCI0.LNKB,
440                     0x00
441                 },
442
443                 Package (0x04)
444                 {
445                     0x001DFFFF,
446                     0x00,
447                     \_SB.PCI0.LNKA,
448                     0x00
449                 },
450
451                 Package (0x04)
452                 {
453                     0x001DFFFF,
454                     0x01,
455                     \_SB.PCI0.LNKD,
456                     0x00
457                 },
458
459                 Package (0x04)
460                 {
461                     0x001DFFFF,
462                     0x02,
463                     \_SB.PCI0.LNKC,
464                     0x00
465                 },
466
467                 Package (0x04)
468                 {
469                     0x001DFFFF,
470                     0x03,
471                     \_SB.PCI0.LNK1,
472                     0x00
473                 },
474
475                 Package (0x04)
476                 {
477                     0x0003FFFF,
478                     0x00,
479                     \_SB.PCI0.LNKC,
480                     0x00
481                 },
482
483                 Package (0x04)
484                 {
485                     0x0003FFFF,
486                     0x01,
487                     \_SB.PCI0.LNKC,
488                     0x00
489                 },
490
491                 Package (0x04)
492                 {
493                     0x0003FFFF,
494                     0x02,
495                     \_SB.PCI0.LNKC,
496                     0x00
497                 },
498
499                 Package (0x04)
500                 {
501                     0x0003FFFF,
502                     0x03,
503                     \_SB.PCI0.LNKC,
504                     0x00
505                 }
506             })
507             Name (APIC, Package (0x0B)
508             {
509                 Package (0x04)
510                 {
511                     0x001FFFFF,
512                     0x02,
513                     0x00,
514                     0x10
515                 },
516
517                 Package (0x04)
518                 {
519                     0x001FFFFF,
520                     0x00,
521                     0x00,
522                     0x12
523                 },
524
525                 Package (0x04)
526                 {
527                     0x001FFFFF,
528                     0x01,
529                     0x00,
530                     0x11
531                 },
532
533                 Package (0x04)
534                 {
535                     0x001DFFFF,
536                     0x00,
537                     0x00,
538                     0x10
539                 },
540
541                 Package (0x04)
542                 {
543                     0x001DFFFF,
544                     0x01,
545                     0x00,
546                     0x13
547                 },
548
549                 Package (0x04)
550                 {
551                     0x001DFFFF,
552                     0x02,
553                     0x00,
554                     0x12
555                 },
556
557                 Package (0x04)
558                 {
559                     0x001DFFFF,
560                     0x03,
561                     0x00,
562                     0x17
563                 },
564
565                 Package (0x04)
566                 {
567                     0x0003FFFF,
568                     0x00,
569                     0x00,
570                     0x12
571                 },
572
573                 Package (0x04)
574                 {
575                     0x0003FFFF,
576                     0x01,
577                     0x00,
578                     0x12
579                 },
580
581                 Package (0x04)
582                 {
583                     0x0003FFFF,
584                     0x02,
585                     0x00,
586                     0x12
587                 },
588
589                 Package (0x04)
590                 {
591                     0x0003FFFF,
592                     0x03,
593                     0x00,
594                     0x12
595                 }
596             })
597             Method (_PRT, 0, NotSerialized)
598             {
599                 If (LNot (PICF))
600                 {
601                     Return (PICM)
602                 }
603                 Else
604                 {
605                     Return (APIC)
606                 }
607             }
608
609             Device (CSAB)
610             {
611                 Name (_ADR, 0x00030000)
612                 Device (CSAD)
613                 {
614                     Name (_ADR, 0x00010000)
615                     Method (_PRW, 0, NotSerialized)
616                     {
617                         Return (Package (0x02)
618                         {
619                             0x18,
620                             0x05
621                         })
622                     }
623
624                     Scope (\_GPE)
625                     {
626                         Method (_L18, 0, NotSerialized)
627                         {
628                             Notify (\_SB.PCI0.CSAB, 0x02)
629                         }
630                     }
631                 }
632             }
633
634             Device (HUB0)
635             {
636                 Name (_ADR, 0x001E0000)
637                 Method (_STA, 0, NotSerialized)
638                 {
639                     Return (0x0F)
640                 }
641
642                 Name (PICM, Package (0x20)
643                 {
644                     Package (0x04)
645                     {
646                         0x0008FFFF,
647                         0x00,
648                         \_SB.PCI0.LNKE,
649                         0x00
650                     },
651
652                     Package (0x04)
653                     {
654                         0x0008FFFF,
655                         0x01,
656                         \_SB.PCI0.LNKF,
657                         0x00
658                     },
659
660                     Package (0x04)
661                     {
662                         0x0008FFFF,
663                         0x02,
664                         \_SB.PCI0.LNK0,
665                         0x00
666                     },
667
668                     Package (0x04)
669                     {
670                         0x0008FFFF,
671                         0x03,
672                         \_SB.PCI0.LNK1,
673                         0x00
674                     },
675
676                     Package (0x04)
677                     {
678                         0xFFFF,
679                         0x00,
680                         \_SB.PCI0.LNKA,
681                         0x00
682                     },
683
684                     Package (0x04)
685                     {
686                         0xFFFF,
687                         0x01,
688                         \_SB.PCI0.LNKB,
689                         0x00
690                     },
691
692                     Package (0x04)
693                     {
694                         0xFFFF,
695                         0x02,
696                         \_SB.PCI0.LNKC,
697                         0x00
698                     },
699
700                     Package (0x04)
701                     {
702                         0xFFFF,
703                         0x03,
704                         \_SB.PCI0.LNKD,
705                         0x00
706                     },
707
708                     Package (0x04)
709                     {
710                         0x0001FFFF,
711                         0x00,
712                         \_SB.PCI0.LNKB,
713                         0x00
714                     },
715
716                     Package (0x04)
717                     {
718                         0x0001FFFF,
719                         0x01,
720                         \_SB.PCI0.LNKC,
721                         0x00
722                     },
723
724                     Package (0x04)
725                     {
726                         0x0001FFFF,
727                         0x02,
728                         \_SB.PCI0.LNKD,
729                         0x00
730                     },
731
732                     Package (0x04)
733                     {
734                         0x0001FFFF,
735                         0x03,
736                         \_SB.PCI0.LNKE,
737                         0x00
738                     },
739
740                     Package (0x04)
741                     {
742                         0x0002FFFF,
743                         0x00,
744                         \_SB.PCI0.LNK1,
745                         0x00
746                     },
747
748                     Package (0x04)
749                     {
750                         0x0002FFFF,
751                         0x01,
752                         \_SB.PCI0.LNKA,
753                         0x00
754                     },
755
756                     Package (0x04)
757                     {
758                         0x0002FFFF,
759                         0x02,
760                         \_SB.PCI0.LNKB,
761                         0x00
762                     },
763
764                     Package (0x04)
765                     {
766                         0x0002FFFF,
767                         0x03,
768                         \_SB.PCI0.LNKC,
769                         0x00
770                     },
771
772                     Package (0x04)
773                     {
774                         0x0003FFFF,
775                         0x00,
776                         \_SB.PCI0.LNK0,
777                         0x00
778                     },
779
780                     Package (0x04)
781                     {
782                         0x0003FFFF,
783                         0x01,
784                         \_SB.PCI0.LNK1,
785                         0x00
786                     },
787
788                     Package (0x04)
789                     {
790                         0x0003FFFF,
791                         0x02,
792                         \_SB.PCI0.LNKA,
793                         0x00
794                     },
795
796                     Package (0x04)
797                     {
798                         0x0003FFFF,
799                         0x03,
800                         \_SB.PCI0.LNKB,
801                         0x00
802                     },
803
804                     Package (0x04)
805                     {
806                         0x0005FFFF,
807                         0x00,
808                         \_SB.PCI0.LNKC,
809                         0x00
810                     },
811
812                     Package (0x04)
813                     {
814                         0x0005FFFF,
815                         0x01,
816                         \_SB.PCI0.LNKD,
817                         0x00
818                     },
819
820                     Package (0x04)
821                     {
822                         0x0005FFFF,
823                         0x02,
824                         \_SB.PCI0.LNKE,
825                         0x00
826                     },
827
828                     Package (0x04)
829                     {
830                         0x0005FFFF,
831                         0x03,
832                         \_SB.PCI0.LNKF,
833                         0x00
834                     },
835
836                     Package (0x04)
837                     {
838                         0x0006FFFF,
839                         0x00,
840                         \_SB.PCI0.LNKD,
841                         0x00
842                     },
843
844                     Package (0x04)
845                     {
846                         0x0006FFFF,
847                         0x01,
848                         \_SB.PCI0.LNKE,
849                         0x00
850                     },
851
852                     Package (0x04)
853                     {
854                         0x0006FFFF,
855                         0x02,
856                         \_SB.PCI0.LNKF,
857                         0x00
858                     },
859
860                     Package (0x04)
861                     {
862                         0x0006FFFF,
863                         0x03,
864                         \_SB.PCI0.LNK0,
865                         0x00
866                     },
867
868                     Package (0x04)
869                     {
870                         0x0007FFFF,
871                         0x00,
872                         \_SB.PCI0.LNKA,
873                         0x00
874                     },
875
876                     Package (0x04)
877                     {
878                         0x0007FFFF,
879                         0x01,
880                         \_SB.PCI0.LNKB,
881                         0x00
882                     },
883
884                     Package (0x04)
885                     {
886                         0x0007FFFF,
887                         0x02,
888                         \_SB.PCI0.LNKC,
889                         0x00
890                     },
891
892                     Package (0x04)
893                     {
894                         0x0007FFFF,
895                         0x03,
896                         \_SB.PCI0.LNKD,
897                         0x00
898                     }
899                 })
900                 Name (APIC, Package (0x20)
901                 {
902                     Package (0x04)
903                     {
904                         0x0008FFFF,
905                         0x00,
906                         0x00,
907                         0x14
908                     },
909
910                     Package (0x04)
911                     {
912                         0x0008FFFF,
913                         0x01,
914                         0x00,
915                         0x15
916                     },
917
918                     Package (0x04)
919                     {
920                         0x0008FFFF,
921                         0x02,
922                         0x00,
923                         0x16
924                     },
925
926                     Package (0x04)
927                     {
928                         0x0008FFFF,
929                         0x03,
930                         0x00,
931                         0x17
932                     },
933
934                     Package (0x04)
935                     {
936                         0xFFFF,
937                         0x00,
938                         0x00,
939                         0x10
940                     },
941
942                     Package (0x04)
943                     {
944                         0xFFFF,
945                         0x01,
946                         0x00,
947                         0x11
948                     },
949
950                     Package (0x04)
951                     {
952                         0xFFFF,
953                         0x02,
954                         0x00,
955                         0x12
956                     },
957
958                     Package (0x04)
959                     {
960                         0xFFFF,
961                         0x03,
962                         0x00,
963                         0x13
964                     },
965
966                     Package (0x04)
967                     {
968                         0x0001FFFF,
969                         0x00,
970                         0x00,
971                         0x11
972                     },
973
974                     Package (0x04)
975                     {
976                         0x0001FFFF,
977                         0x01,
978                         0x00,
979                         0x12
980                     },
981
982                     Package (0x04)
983                     {
984                         0x0001FFFF,
985                         0x02,
986                         0x00,
987                         0x13
988                     },
989
990                     Package (0x04)
991                     {
992                         0x0001FFFF,
993                         0x03,
994                         0x00,
995                         0x14
996                     },
997
998                     Package (0x04)
999                     {
1000                         0x0002FFFF,
1001                         0x00,
1002                         0x00,
1003                         0x17
1004                     },
1005
1006                     Package (0x04)
1007                     {
1008                         0x0002FFFF,
1009                         0x01,
1010                         0x00,
1011                         0x10
1012                     },
1013
1014                     Package (0x04)
1015                     {
1016                         0x0002FFFF,
1017                         0x02,
1018                         0x00,
1019                         0x11
1020                     },
1021
1022                     Package (0x04)
1023                     {
1024                         0x0002FFFF,
1025                         0x03,
1026                         0x00,
1027                         0x12
1028                     },
1029
1030                     Package (0x04)
1031                     {
1032                         0x0003FFFF,
1033                         0x00,
1034                         0x00,
1035                         0x16
1036                     },
1037
1038                     Package (0x04)
1039       &nbs