Subversion Repositories Kolibri OS

Rev

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

Rev 1631 Rev 3031
Line 33... Line 33...
33
 * IO resources have these defined flags.
33
 * IO resources have these defined flags.
34
 */
34
 */
35
#define IORESOURCE_BITS		0x000000ff	/* Bus-specific bits */
35
#define IORESOURCE_BITS		0x000000ff	/* Bus-specific bits */
Line 36... Line 36...
36
 
36
 
37
#define IORESOURCE_TYPE_BITS	0x00001f00	/* Resource type */
37
#define IORESOURCE_TYPE_BITS	0x00001f00	/* Resource type */
38
#define IORESOURCE_IO		0x00000100
38
#define IORESOURCE_IO		0x00000100	/* PCI/ISA I/O ports */
-
 
39
#define IORESOURCE_MEM		0x00000200
39
#define IORESOURCE_MEM		0x00000200
40
#define IORESOURCE_REG		0x00000300	/* Register offsets */
40
#define IORESOURCE_IRQ		0x00000400
41
#define IORESOURCE_IRQ		0x00000400
41
#define IORESOURCE_DMA		0x00000800
42
#define IORESOURCE_DMA		0x00000800
Line 42... Line 43...
42
#define IORESOURCE_BUS		0x00001000
43
#define IORESOURCE_BUS		0x00001000