summaryrefslogtreecommitdiffstats
path: root/sys/net/if_edsc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_edsc.c')
-rw-r--r--sys/net/if_edsc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/net/if_edsc.c b/sys/net/if_edsc.c
index 8863540..82b1485 100644
--- a/sys/net/if_edsc.c
+++ b/sys/net/if_edsc.c
@@ -56,6 +56,11 @@
*/
struct edsc_softc {
struct ifnet *sc_ifp; /* ptr to generic interface configuration */
+
+ /*
+ * A non-null driver can keep various things here, for instance,
+ * the hardware revision, cached values of write-only registers, etc.
+ */
};
/*
OpenPOWER on IntegriCloud