From 561a7af16b65929d3712e990b6c23f821e342675 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 11 Nov 2006 01:39:01 +0000 Subject: 2006-11-11 Samuel Thibault Fix I/O port type. * i386/i386/pic.c (master_icq, master_ocw, slaves_icq, slaves_ocw): Change variables type from char * to unsigned short. (picinit): Remove now-useless cast. * i386/i386at/kd_mouse.c (init_mouse_hw, serial_mouse_close) (mouseintr): Change variable type from caddr_t to unsigned short, remove now-useless cast. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4a0da30..732a40a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2006-11-11 Samuel Thibault + Fix I/O port type. + * i386/i386/pic.c (master_icq, master_ocw, slaves_icq, slaves_ocw): + Change variables type from char * to unsigned short. + (picinit): Remove now-useless cast. + * i386/i386at/kd_mouse.c (init_mouse_hw, serial_mouse_close) + (mouseintr): Change variable type from caddr_t to unsigned short, + remove now-useless cast. + [task #5726 --- ``GCC built-in functions''] * kern/machine.c: Include `string.h'. -- cgit v1.2.3