From ab325ab9061e577388514e428a7d5ed8331f2da7 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 20 Oct 2009 05:02:50 +0000 Subject: 2009-10-20 Chris Johns * bsd_eth_drivers/libbsdport/sysbus.cL Fixed the print message for no IRQ handler. * bsd_eth_drivers/libbsdport/misc.c: Add m_defrag and what else it needed. The RL driver needs it. * bsd_eth_drivers/libbsdport/libbsdport_post.h: Remove the define for m_defrag. * bsd_eth_drivers/libbsdport/libbsdport.h: Add if_maddr_rlock and if_maddr_runlock. * bsd_eth_drivers/libbsdport/bus.h: Add the bus_space_write_stream_4 call. * bsd_eth_drivers/libbsdport/libbsdport_post.h, bsd_eth_drivers/libbsdport/alldrv.c, bsd_eth_drivers/if_re/Makefile.am: Add RL driver support. * bsd_eth_drivers/if_re/if_re.c, bsd_eth_drivers/if_re/if_rlreg.h: Updated to the lastest version. * bsd_eth_drivers/if_re/if_rl.c: New. This is for the Realtek 8129/8139 PCI NIC while the RE driver does only the 8139C+ version. --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2db8a8c..7d1aac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2009-10-20 Chris Johns + + * bsd_eth_drivers/libbsdport/sysbus.cL Fixed the print message for + no IRQ handler. + * bsd_eth_drivers/libbsdport/misc.c: Add m_defrag and what else it + needed. The RL driver needs it. + * bsd_eth_drivers/libbsdport/libbsdport_post.h: Remove the define + for m_defrag. + * bsd_eth_drivers/libbsdport/libbsdport.h: Add if_maddr_rlock and + if_maddr_runlock. + * bsd_eth_drivers/libbsdport/bus.h: Add the + bus_space_write_stream_4 call. + * bsd_eth_drivers/libbsdport/libbsdport_post.h, + bsd_eth_drivers/libbsdport/alldrv.c, + bsd_eth_drivers/if_re/Makefile.am: Add RL driver support. + * bsd_eth_drivers/if_re/if_re.c, bsd_eth_drivers/if_re/if_rlreg.h: + Updated to the lastest version. + * bsd_eth_drivers/if_re/if_rl.c: New. This is for the Realtek + 8129/8139 PCI NIC while the RE driver does only the 8139C+ + version. + 2009-05-13 Joel Sherrill * rtems-pre.am, m4/rtems-fixup-prefix.m4: Install in standard location. -- cgit v1.2.3