summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp/if_fxpreg.h
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2003-04-06 01:11:38 +0000
committermux <mux@FreeBSD.org>2003-04-06 01:11:38 +0000
commit8da74262e1d0c896de4364b64c896156a2832e20 (patch)
tree90ab31108d9886d6c8b810a9324609b036b1f2ca /sys/dev/fxp/if_fxpreg.h
parent90f8d39b6cecda983cfd28302c3e044a57b64882 (diff)
downloadFreeBSD-src-8da74262e1d0c896de4364b64c896156a2832e20.zip
FreeBSD-src-8da74262e1d0c896de4364b64c896156a2832e20.tar.gz
Correct the definition of the link_addr and rbd_addr fields
in struct fxp_rfa. This should have been committed with my last endianness fixes.
Diffstat (limited to 'sys/dev/fxp/if_fxpreg.h')
-rw-r--r--sys/dev/fxp/if_fxpreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxpreg.h b/sys/dev/fxp/if_fxpreg.h
index 15a7f5b..d9629f2 100644
--- a/sys/dev/fxp/if_fxpreg.h
+++ b/sys/dev/fxp/if_fxpreg.h
@@ -346,8 +346,8 @@ struct fxp_cb_tx {
struct fxp_rfa {
u_int16_t rfa_status;
u_int16_t rfa_control;
- u_int8_t link_addr[4];
- u_int8_t rbd_addr[4];
+ u_int32_t link_addr;
+ u_int32_t rbd_addr;
u_int16_t actual_size;
u_int16_t size;
OpenPOWER on IntegriCloud