diff options
author | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-29 18:54:10 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@apple.com> | 2011-10-29 18:55:00 -0700 |
commit | 75166a0fc92220b496eb67451ec1b11cb8b72091 (patch) | |
tree | ed57e8b391f95bb7be82c8d04c4eb6c104332bcf /src/atiprint.c | |
parent | ef55d1f123972ccc001bf8b41db45d281be35a62 (diff) |
Use unsigned long rather than deprecated IOADDRESS
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'src/atiprint.c')
-rw-r--r-- | src/atiprint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atiprint.c b/src/atiprint.c index 3a1debb..f050d52 100644 --- a/src/atiprint.c +++ b/src/atiprint.c @@ -92,11 +92,11 @@ ATIPrintBIOS static void ATIPrintIndexedRegisters ( - const IOADDRESS Port, + const unsigned long Port, const CARD8 StartIndex, const CARD8 EndIndex, const char *Name, - const IOADDRESS GenS1 + const unsigned long GenS1 ) { int Index; |