diff --git a/sys/net/if_edsc.c b/sys/net/if_edsc.c index 8863540dac96..82b1485bc08a 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. + */ }; /*