diff options
Diffstat (limited to 'debian/patches/44_more_ports.patch')
-rw-r--r-- | debian/patches/44_more_ports.patch | 13 |
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 |