Subversion Repositories Kolibri OS

Rev

Rev 1554 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1554 Rev 1556
Line 18... Line 18...
18
	PCI_BIT_PIO		equ 1 ; bit0: io space control
18
	PCI_BIT_PIO		equ 1 ; bit0: io space control
19
	PCI_BIT_MMIO		equ 2 ; bit1: memory space control
19
	PCI_BIT_MMIO		equ 2 ; bit1: memory space control
20
	PCI_BIT_MASTER		equ 4 ; bit2: device acts as a PCI master
20
	PCI_BIT_MASTER		equ 4 ; bit2: device acts as a PCI master
Line -... Line 21...
-
 
21
 
-
 
22
 
21
 
23
; Kernel variables
-
 
24
 
Line 22... Line 25...
22
 
25
	PAGESIZE		equ 4096
Line 23... Line 26...
23
	PAGESIZE		equ	4096
26
	PG_SW			equ 0x003
Line 163... Line 166...
163
	ret
166
	ret
Line 164... Line 167...
164
 
167
 
Line 165... Line 168...
165
end if
168
end if
Line 166... Line 169...
166
 
169
 
167
 
170
 
168
macro GetRealAddr { ; input is eax
171
macro GetRealAddr { ; input and output is eax
169
 
172