summaryrefslogtreecommitdiffstats
path: root/c/src/exec/libnetworking
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-31 23:06:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-31 23:06:50 +0000
commitd9d75fce47b63f287ff553db156c40bda3eceaf1 (patch)
tree91bf8143732c4923edef4d223e86a12e342ad9d1 /c/src/exec/libnetworking
parentPatch from Eric Valette <valette@crf.canon.fr>: (diff)
downloadrtems-d9d75fce47b63f287ff553db156c40bda3eceaf1.tar.bz2
Patch from Emmanuel Raguet <raguet@crf.canon.fr>:
I have reworked the ethernet driver for the BSP pc386 and here is the patch to apply.
Diffstat (limited to 'c/src/exec/libnetworking')
-rw-r--r--c/src/exec/libnetworking/rtems/rtems_bsdnet.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/exec/libnetworking/rtems/rtems_bsdnet.h b/c/src/exec/libnetworking/rtems/rtems_bsdnet.h
index c8a102ddcd..816a073222 100644
--- a/c/src/exec/libnetworking/rtems/rtems_bsdnet.h
+++ b/c/src/exec/libnetworking/rtems/rtems_bsdnet.h
@@ -68,6 +68,15 @@ struct rtems_bsdnet_ifconfig {
int mtu;
int rbuf_count;
int xbuf_count;
+
+ /*
+ * For external ethernet controller board the following
+ * parameters are needed
+ */
+ unsigned int port; /* port of the board */
+ unsigned int irno; /* irq of the board */
+ unsigned int bpar; /* memory of the board */
+
};
struct rtems_bsdnet_config {