freebsd-skq/sys/dev/fxp
Maxime Henrion 467295e056 - 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
2003-04-05 23:46:58 +00:00
..
if_fxp.c - Change a FXP_NRFABUFS which would have been a FXP_NTXCB. 2003-04-05 12:43:21 +00:00
if_fxpreg.h - Use __FXP_BITFIELDX macros to make the configuration bitfield 2003-04-05 23:46:58 +00:00
if_fxpvar.h Convert the fxp(4) driver to the busdma API. 2003-04-02 16:47:16 +00:00
rcvbundl.h Add Intel's loadable microcode to implement receive side bundling. 2001-10-25 05:23:31 +00:00