Date: Sat, 5 Apr 2003 15:46:58 -0800 (PST) From: Maxime Henrion <mux@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxpreg.h Message-ID: <200304052346.h35Nkwoi037742@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304052346.h35Nkwoi037742>
