Give a hint that softc can contain many things besides ifp.
This commit is contained in:
parent
81eac4c7f0
commit
1e010686da
@ -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.
|
||||
*/
|
||||
};
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user