mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Give a hint that softc can contain many things besides ifp.
This commit is contained in:
parent
20d9e5e87c
commit
6ca7917e8f
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Reference in a new issue