> Two options: > > a) Move some structs (including struct stge_softc) and defines > to if_stge.c > > b) Move them to new if_stgevar.h
i've always preferred:
- fooreg.h and foovar.h exist only when more than 1
file use them
- fooreg.h ONLY has hardware constructs
- foovar.h ONLY has software constructs
though i tend to only delete single-use foovar.h, not fooreg.h.
.mrg.
