summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/libchip/ChangeLog')
-rw-r--r--c/src/libchip/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/libchip/ChangeLog b/c/src/libchip/ChangeLog
index 5ae82e46a2..a2c9259277 100644
--- a/c/src/libchip/ChangeLog
+++ b/c/src/libchip/ChangeLog
@@ -1,3 +1,10 @@
+2002-04-11 Chris Johns <ccj@acm.org>
+
+ * network/rtems_bsdnet.h: To address PR59, added the drv_ctrl driver
+ control block field to the ifconfig network driver structure. This
+ field is needed by the i82586 driver which was ported from NetBSD
+ as it had better hardware abstraction.
+
2002-04-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* network/i82586.c: Include <string.h>.