cvs commit: src/sys/dev/fxp if_fxpreg.h
Maxime Henrion
mux at FreeBSD.org
Sat Apr 5 15:46:59 PST 2003
mux 2003/04/05 15:46:58 PST
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxpreg.h
Log:
- Use __FXP_BITFIELDX macros to make the configuration bitfield
endian safe.
- Change some u_int to u_int8_t which make more sense here since
we're really defining bytes. That produces the same code due to
how bitfields work.
- Add the definition of the vlan_drop_en bit (not used yet).
- Add some useful comments.
Obtained from: NetBSD
Revision Changes Path
1.31 +99 -81 src/sys/dev/fxp/if_fxpreg.h
More information about the cvs-src
mailing list