summaryrefslogtreecommitdiffstats
path: root/bsd_eth_drivers/if_fxp/if_fxpvar.h
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-04-23 04:54:18 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-04-23 04:54:18 +0000
commita706aadf4a136e796bbfa4d0b9029f571a251168 (patch)
tree1ef488192e7cd2d284440740cd18534f7e833e9c /bsd_eth_drivers/if_fxp/if_fxpvar.h
parentThis commit was generated by cvs2svn to compensate for changes in r44, which (diff)
downloadlibbsdport-a706aadf4a136e796bbfa4d0b9029f571a251168.tar.bz2
- ported to RTEMS.
Diffstat (limited to '')
-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) */