summaryrefslogtreecommitdiff
path: root/debian/patches/44_more_ports.patch
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2007-04-05 04:29:48 +0000
committerGuillem Jover <guillem@debian.org>2007-04-05 04:29:48 +0000
commitf6daa6df28693a4f4fc190e33a31ff5bac59017e (patch)
tree6302d97d9887161785081aa173df02c77d10a4b8 /debian/patches/44_more_ports.patch
parentdf34544e540ff3a2e6bc439aeb05d3e0e1fbd200 (diff)
New upstream CVS snapshot.
- debian/patches/44_more_ports.patch: Sync. - debian/patches/45_io_per_task.patch: Likewise. - debian/patches/90_autoconf_autogen.patch: Regenerated.
Diffstat (limited to 'debian/patches/44_more_ports.patch')
-rw-r--r--debian/patches/44_more_ports.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/44_more_ports.patch b/debian/patches/44_more_ports.patch
index 402c680..44d4968 100644
--- a/debian/patches/44_more_ports.patch
+++ b/debian/patches/44_more_ports.patch
@@ -5,19 +5,6 @@
(kd_port_list): ... this. Add timer and speaker ports.
-Index: i386/i386at/iopl.c
-===================================================================
---- i386/i386at/iopl.c.orig 2006-11-14 03:58:56.000000000 +0200
-+++ i386/i386at/iopl.c 2006-11-14 04:16:08.000000000 +0200
-@@ -48,7 +48,7 @@ mach_device_t iopl_device = 0;
- */
- io_reg_t iopl_port_list[] = {
- /* timer 2 */
-- 0x42,
-+ 0x42, 0x43,
- /* speaker output */
- 0x61,
- /* ATI - savage */
Index: i386/i386at/kd.c
===================================================================
--- i386/i386at/kd.c.orig 2006-11-14 03:58:57.000000000 +0200