summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-05-13 01:33:55 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-05-13 01:33:55 +0000
commitd24c36f76ba090714fb7b84abd210935a8aeba8e (patch)
tree597dd1d660e29b759f3b0836a29d4ca0b79beea6 /bsd_eth_drivers/ChangeLog
parent - had lost a few bits during the merge... (diff)
downloadlibbsdport-d24c36f76ba090714fb7b84abd210935a8aeba8e.tar.bz2
2009/05/12 (TS)
- bugfix: bus_write_2() must map to bus_space_write_2 (not 4)
Diffstat (limited to 'bsd_eth_drivers/ChangeLog')
-rw-r--r--bsd_eth_drivers/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsd_eth_drivers/ChangeLog b/bsd_eth_drivers/ChangeLog
index de70ce7..2b48187 100644
--- a/bsd_eth_drivers/ChangeLog
+++ b/bsd_eth_drivers/ChangeLog
@@ -1,3 +1,5 @@
+ 2009/05/12 (TS)
+ - bugfix: bus_write_2() must map to bus_space_write_2 (not 4)
2009/04/22 (TS)
- imported SLAC version into OAR repository; added FXP driver.
2008/03/22 (TS)