summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Guenther <agx@debian.org>2003-10-26 22:15:02 +0100
committerTormod Volden <debian.tormod@gmail.com>2011-11-18 23:48:40 +0100
commit598b297fdca7da7e4d94aa655e7079b7b4f655c9 (patch)
tree7ad0a9cdfe51f636d5c3e15ac7990bd3a703c87d
parent6df7f37aa5535ab6a312abf7e8cd4b7dea5e92ad (diff)
Let TVout work on ProSavageDDR
Patch from http://www.mythtv.org/pipermail/mythtv-users/2003-April/003032.html (seems like it originally came from Tim Roberts) http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=207878
-rw-r--r--s3switch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/s3switch.c b/s3switch.c
index c371eb4..5fca31a 100644
--- a/s3switch.c
+++ b/s3switch.c
@@ -105,6 +105,7 @@ IOAccess( int enable )
ioperm( 0x61, 1, enable );
ioperm( 0x80, 1, enable );
ioperm( 0x3b0, 0x30, enable );
+ ioperm( 0xeb, 1, enable );
}