Subversion Repositories Kolibri OS

Rev

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

Rev 6131 Rev 7144
Line 15... Line 15...
15
/* PCI control bits.  Shares IORESOURCE_BITS with above PCI ROM.  */
15
/* PCI control bits.  Shares IORESOURCE_BITS with above PCI ROM.  */
16
#define IORESOURCE_PCI_FIXED            (1<<4)  /* Do not move resource */
16
#define IORESOURCE_PCI_FIXED            (1<<4)  /* Do not move resource */
Line 17... Line 17...
17
 
17
 
Line -... Line 18...
-
 
18
#define LEGACY_IO_RESOURCE      (IORESOURCE_IO | IORESOURCE_PCI_FIXED)
-
 
19
 
-
 
20
#define IORESOURCE_ROM_COPY             (1<<2)  /* ROM is alloc'd copy, resource field overlaid */
18
#define LEGACY_IO_RESOURCE      (IORESOURCE_IO | IORESOURCE_PCI_FIXED)
21
#define IORESOURCE_ROM_BIOS_COPY        (1<<3)  /* ROM is BIOS copy, resource field overlaid */
19
 
22
 
20
/*
23
/*
21
 * Translate the low bits of the PCI base
24
 * Translate the low bits of the PCI base
22
 * to the resource type
25
 * to the resource type