freebsd-dev/sys/dev/ffec
Ian Lepore 3faac3ea79 Split the hardware type enum and the hw feature flags bits into separate
fields in the softc; they're ORed together in the ofw_compat_data.

I already caught myself doing 'sc->fectype == <enum val>' without masking
out the feature bits in one place, and that's sure to happen again.
Glomming them together is convenient for storing them in the ofw_compat_data
array, but there's no reason to keep them together in the softc.
2017-10-28 20:03:29 +00:00
..
if_ffec.c Split the hardware type enum and the hw feature flags bits into separate 2017-10-28 20:03:29 +00:00
if_ffecreg.h Add FECFLAG_AVB variant flag to support new features on imx7. 2017-10-28 17:06:13 +00:00