Subversion Repositories Kolibri OS

Rev

Rev 8991 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8991 Rev 9227
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2020. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2020. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 8991 $
8
$Revision: 9227 $
9
 
9
 
10
; ACPI Generic Address Structure
10
; ACPI Generic Address Structure
11
struct GAS
11
struct GAS
Line 26... Line 26...
26
ACCESS_SIZE.BYTE      = 1
26
ACCESS_SIZE.BYTE      = 1
27
ACCESS_SIZE.WORD      = 2
27
ACCESS_SIZE.WORD      = 2
28
ACCESS_SIZE.DWORD     = 3
28
ACCESS_SIZE.DWORD     = 3
29
ACCESS_SIZE.QWORD     = 4
29
ACCESS_SIZE.QWORD     = 4
Line -... Line 30...
-
 
30
 
-
 
31
struct ADDRESS_SPACE_RESOURCE_DESCRIPTOR
-
 
32
  Type           db ?
-
 
33
  Length         dw ?
-
 
34
  ResourceType   db ?
-
 
35
  GeneralFlags   db ?
-
 
36
  SpecificFlags  db ?
-
 
37
ends
-
 
38
 
-
 
39
struct QWORD_ADDRESS_SPACE_DESCRIPTOR ADDRESS_SPACE_RESOURCE_DESCRIPTOR
-
 
40
  Granularity dq ?
-
 
41
  RangeMinimum dq ?
-
 
42
  RangeMaximum dq ?
-
 
43
  TranslationOffset dq ?
-
 
44
  AddressLength dq ?
Line 30... Line 45...
30
 
45
ends
31
 
46
 
32
struct ACPI_RSDP
47
struct ACPI_RSDP
33
    Signature   DQ ?
48
    Signature   DQ ?