summaryrefslogtreecommitdiffstats
path: root/sys/dev/en/midwayvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/en/midwayvar.h')
-rw-r--r--sys/dev/en/midwayvar.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/en/midwayvar.h b/sys/dev/en/midwayvar.h
index 8942fd9..7b29f52 100644
--- a/sys/dev/en/midwayvar.h
+++ b/sys/dev/en/midwayvar.h
@@ -142,7 +142,7 @@ struct en_rxslot {
*/
struct en_softc {
/* bsd glue */
- struct ifnet enif; /* network ifnet handle */
+ struct ifatm ifatm; /* ATM network ifnet handle */
device_t dev;
/* bus glue */
@@ -211,10 +211,6 @@ struct en_softc {
/* memory zones */
uma_zone_t map_zone;
- /* board info */
- uint8_t macaddr[6];
- uint32_t serial;
-
#ifdef EN_DEBUG
/* debugging */
u_int debug;
OpenPOWER on IntegriCloud