summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-13 16:42:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-13 16:42:23 +0000
commit18b6986b89577f61fa2900657f9ba819b03fe4d8 (patch)
tree6a2eefeb9dcf003b115f7f8bf5d45e3c2e12a8ce /c/src/libchip/ChangeLog
parent2002-04-11 Chris Johns <ccj@acm.org> (diff)
downloadrtems-18b6986b89577f61fa2900657f9ba819b03fe4d8.tar.bz2
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.
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>.