summaryrefslogtreecommitdiff
path: root/src/atistruct.h
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2011-10-29 18:54:10 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2011-10-29 18:55:00 -0700
commit75166a0fc92220b496eb67451ec1b11cb8b72091 (patch)
treeed57e8b391f95bb7be82c8d04c4eb6c104332bcf /src/atistruct.h
parentef55d1f123972ccc001bf8b41db45d281be35a62 (diff)
Use unsigned long rather than deprecated IOADDRESS
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'src/atistruct.h')
-rw-r--r--src/atistruct.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/atistruct.h b/src/atistruct.h
index 5225256..87f2a5d 100644
--- a/src/atistruct.h
+++ b/src/atistruct.h
@@ -234,19 +234,19 @@ typedef struct _ATIRec
* Processor I/O decoding definitions.
*/
CARD8 CPIODecoding;
- IOADDRESS CPIOBase;
+ unsigned long CPIOBase;
#ifndef AVOID_CPIO
/*
* Processor I/O port definition for VGA.
*/
- IOADDRESS CPIO_VGABase;
+ unsigned long CPIO_VGABase;
/*
* Processor I/O port definitions for VGA Wonder.
*/
- IOADDRESS CPIO_VGAWonder;
+ unsigned long CPIO_VGAWonder;
#endif /* AVOID_CPIO */
@@ -256,7 +256,7 @@ typedef struct _ATIRec
#ifndef AVOID_CPIO
- IOADDRESS CPIO_DAC_MASK, CPIO_DAC_DATA, CPIO_DAC_READ, CPIO_DAC_WRITE,
+ unsigned long CPIO_DAC_MASK, CPIO_DAC_DATA, CPIO_DAC_READ, CPIO_DAC_WRITE,
CPIO_DAC_WAIT;
#endif /* AVOID_CPIO */