diff options
author | Jonathan Corbet <corbet@lwn.net> | 2010-05-05 15:42:49 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2010-05-11 18:06:14 -0400 |
commit | 64a6bd6a570c53f1955eaedf3952dcbe9b62da1d (patch) | |
tree | 654aef191e0eefea96882fa53ed911c6a6a5bb22 /drivers/video/via/share.h | |
parent | 8bbf50fe9c0fb8d83b993ae6d88a4ce27d81b999 (diff) |
viafb: fold via_io.h into via-core.h
Preparatory move toward the ultimate goal of moving pan-subdevice stuff
into include/linux.
Cc: ScottFang@viatech.com.cn
Cc: JosephChan@via.com.tw
Cc: Harald Welte <laforge@gnumonks.org>
Acked-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'drivers/video/via/share.h')
-rw-r--r-- | drivers/video/via/share.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/drivers/video/via/share.h b/drivers/video/via/share.h index 861b4142efad..7f0de7f006ad 100644 --- a/drivers/video/via/share.h +++ b/drivers/video/via/share.h | |||
@@ -43,14 +43,9 @@ | |||
43 | /* Video Memory Size */ | 43 | /* Video Memory Size */ |
44 | #define VIDEO_MEMORY_SIZE_16M 0x1000000 | 44 | #define VIDEO_MEMORY_SIZE_16M 0x1000000 |
45 | 45 | ||
46 | /* standard VGA IO port | 46 | /* |
47 | */ | 47 | * Lengths of the VPIT structure arrays. |
48 | #define VIAStatus 0x3DA | 48 | */ |
49 | #define VIACR 0x3D4 | ||
50 | #define VIASR 0x3C4 | ||
51 | #define VIAGR 0x3CE | ||
52 | #define VIAAR 0x3C0 | ||
53 | |||
54 | #define StdCR 0x19 | 49 | #define StdCR 0x19 |
55 | #define StdSR 0x04 | 50 | #define StdSR 0x04 |
56 | #define StdGR 0x09 | 51 | #define StdGR 0x09 |