From 8509ec2c5b3dbc61d1bab36b195c66f4a5277be2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Nov 2009 15:29:35 +0000 Subject: =?UTF-8?q?2009-11-12=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libchip/ide/ata.c (ata_non_data_request): Change arg from int to uint32_t (16bit ints are too small). --- c/src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/ChangeLog') diff --git a/c/src/ChangeLog b/c/src/ChangeLog index 5c5a323631..99c60b62ba 100644 --- a/c/src/ChangeLog +++ b/c/src/ChangeLog @@ -1,3 +1,8 @@ +2009-11-12 Ralf Corsépius + + * libchip/ide/ata.c (ata_non_data_request): Change arg from int to + uint32_t (16bit ints are too small). + 2009-11-06 Ralf Corsépius * libchip/network/elnk.c: Use PRI*32 to print u_int32_t's. -- cgit v1.2.3