mux 2003/04/07 07:53:30 PDT
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Remove an erroneous htole16(). The byte_count field in the
struct fxp_cb_config is a 6-bit field, not a 16-bit integer
as in struct fxp_cb_tx.
Revision Changes Path
1.161 +1 -1 src/sys/dev/fxp/if_fxp.c