summaryrefslogtreecommitdiff
path: root/bsd_eth_drivers/if_fxp/if_fxpvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd_eth_drivers/if_fxp/if_fxpvar.h')
-rw-r--r--bsd_eth_drivers/if_fxp/if_fxpvar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsd_eth_drivers/if_fxp/if_fxpvar.h b/bsd_eth_drivers/if_fxp/if_fxpvar.h
index 2ba0fe3..edb9f28 100644
--- a/bsd_eth_drivers/if_fxp/if_fxpvar.h
+++ b/bsd_eth_drivers/if_fxp/if_fxpvar.h
@@ -167,6 +167,9 @@ struct fxp_softc {
uint32_t mcs_addr; /* DMA address of the multicast cmd */
struct ifmedia sc_media; /* media information */
device_t miibus;
+#ifdef __rtems__
+ int phyidx;
+#endif
device_t dev;
int tunable_int_delay; /* interrupt delay value for ucode */
int tunable_bundle_max; /* max # frames per interrupt (ucode) */