From e5d5352968e033e7a67e350bc82cadce53e610c4 Mon Sep 17 00:00:00 2001 From: Till Straumann Date: Wed, 30 Jun 2010 14:45:02 +0000 Subject: *** empty log message *** --- bsd_eth_drivers/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'bsd_eth_drivers') diff --git a/bsd_eth_drivers/ChangeLog b/bsd_eth_drivers/ChangeLog index 3870355..384e5e8 100644 --- a/bsd_eth_drivers/ChangeLog +++ b/bsd_eth_drivers/ChangeLog @@ -1,3 +1,15 @@ +2010-06-30 Till Straumann + + * libbsdport/bus.h: PPC's inlines from libcpu/io.h still have + un-intuitive argument types (e.g., unsigned instead of uint32_t). + Added additional 'iotype' arg to BUS_SPACE_DECL macro (ppc only) + so that we can cast to the correct type as expected by libcpu/io.h. + Hopefully that doesn't bring us into C99 alias hell. + + * libbsdport/devicet.c: Silence compiler warnings by casting (char) + argument passed to 'ctype.h' functions [toupper + friends] -> + (unsigned char) as these functions expect 'int'. + 2010-03-07 Till Straumann * links.am: POSIXified sed commands for sake of portability. -- cgit v1.2.3