Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7132 → Rev 7136

/kernel/trunk/bus/pci/PCIe.inc
28,7 → 28,7
;
;***************************************************************************
 
PCIe_CONFIG_SPACE equ 0xF0000000 ; to be moved to const.inc
PCIe_CONFIG_SPACE = 0xF0000000 ; to be moved to const.inc
mmio_pcie_cfg_addr dd 0x0 ; intel pcie space may be defined here
mmio_pcie_cfg_lim dd 0x0 ; upper pcie space address
 
/kernel/trunk/bus/pci/pci32.inc
30,7 → 30,7
; Description
; entry point for system PCI calls
;***************************************************************************
;mmio_pci_addr equ 0x400 ; set actual PCI address here to activate user-MMIO
;mmio_pci_addr = 0x400 ; set actual PCI address here to activate user-MMIO
 
iglobal
align 4