[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Lost] patch: kbc/main.c port aenderung



Ich hab diesen Patch geschrieben, da sonst der Module Speaker nicht  
funktioniert. 
Dieser Patch ändert die Port-Verwaltung von kbc um. Es wurde ein Port  
registriert, obwohl dieser von kbc nicht verwendet wird.


Index: src/modules/kbc/main.c
===================================================================
--- src/modules/kbc/main.c      (Revision 710)
+++ src/modules/kbc/main.c      (Arbeitskopie)
@@ -16,7 +16,8 @@

 int main(int argc, char* argv[])
 {
-    request_ports(0x60, 5);
+    request_ports(0x60, 1);
+    request_ports(0x62, 3);

     lostio_init();
     lostio_type_ramfile_use();
-- 
Windows is a application with a bootloader.
But everybody can write bad datas in the MBR.
That isn't a bug. That's a Feature