summaryrefslogtreecommitdiff
path: root/networkconfig.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-31 18:11:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-31 18:11:44 +0000
commitd51d8b5b51c6a0286eb1f7952b81799f3b0ef3eb (patch)
tree22f4af00c66dd8c4de09e758d5b6a3a6dd2a5584 /networkconfig.h
parentd37a99d444fcadc7574cab26cf9c081e7d0c6ab3 (diff)
2001-08-30 Joel Sherrill <joel@OARcorp.com>
* README, networkconfig.h, netdemo/README, tftpTest/test.c: Merged missing stuff from 4.5 branch. * http/Makefile, http/init.c: Minor modifications to improve buildability.
Diffstat (limited to 'networkconfig.h')
-rw-r--r--networkconfig.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/networkconfig.h b/networkconfig.h
index e0b1bf5..1b0d1e9 100644
--- a/networkconfig.h
+++ b/networkconfig.h
@@ -12,6 +12,14 @@
#ifndef _RTEMS_NETWORKCONFIG_H_
#define _RTEMS_NETWORKCONFIG_H_
+/*
+ * The following will normally be set by the BSP if it supports
+ * a single network device driver. In the event, it supports
+ * multiple network device drivers, then the user's default
+ * network device driver will have to be selected by a BSP
+ * specific mechanism.
+ */
+
#ifndef RTEMS_BSP_NETWORK_DRIVER_NAME
#warning "RTEMS_BSP_NETWORK_DRIVER_NAME is not defined"
#define RTEMS_BSP_NETWORK_DRIVER_NAME "no_network1"