diff options
author | Jonathan Corbet <corbet@lwn.net> | 2010-05-05 13:42:49 -0600 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2010-05-11 16:06:14 -0600 |
commit | 64a6bd6a570c53f1955eaedf3952dcbe9b62da1d (patch) | |
tree | 654aef191e0eefea96882fa53ed911c6a6a5bb22 /drivers/video/via/share.h | |
parent | 8bbf50fe9c0fb8d83b993ae6d88a4ce27d81b999 (diff) | |
download | linux-64a6bd6a570c53f1955eaedf3952dcbe9b62da1d.tar.bz2 |
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 @@ /* Video Memory Size */ #define VIDEO_MEMORY_SIZE_16M 0x1000000 -/* standard VGA IO port -*/ -#define VIAStatus 0x3DA -#define VIACR 0x3D4 -#define VIASR 0x3C4 -#define VIAGR 0x3CE -#define VIAAR 0x3C0 - +/* + * Lengths of the VPIT structure arrays. + */ #define StdCR 0x19 #define StdSR 0x04 #define StdGR 0x09 |