diff options
author | Guido Guenther <agx@debian.org> | 2003-10-26 22:15:02 +0100 |
---|---|---|
committer | Tormod Volden <debian.tormod@gmail.com> | 2011-11-18 23:48:40 +0100 |
commit | 598b297fdca7da7e4d94aa655e7079b7b4f655c9 (patch) | |
tree | 7ad0a9cdfe51f636d5c3e15ac7990bd3a703c87d | |
parent | 6df7f37aa5535ab6a312abf7e8cd4b7dea5e92ad (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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -105,6 +105,7 @@ IOAccess( int enable ) ioperm( 0x61, 1, enable ); ioperm( 0x80, 1, enable ); ioperm( 0x3b0, 0x30, enable ); + ioperm( 0xeb, 1, enable ); } |