Bug fixes; get mouse working.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 2 Mar 2008 18:58:23 +0000 (13:58 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 2 Mar 2008 18:58:23 +0000 (13:58 -0500)
commitc65a3804a93eba39e84647d4510d0338a388c8ae
tree95ff2b371dd659e788be93a63d62867d75b10c16
parent44c631dfd23de0ee83a8a98a95815b452727ba95
Bug fixes; get mouse working.

Fix bug in post causing PIC2 to not be initialized properly.
Only run ata_detect if CONFIG_ATA enabled.
Improve debugging aids - introduce debug_isr(); move DEBUGF to each file.
Enable mouse by default.
Fix bug in floppy causing extra test of PORT_FD_STATUS on recalibrate.
Always disable/enable kbd in handle_09 event.
12 files changed:
src/ata.c
src/boot.c
src/clock.c
src/config.h
src/disk.c
src/floppy.c
src/kbd.c
src/mouse.c
src/output.c
src/post.c
src/system.c
src/util.h