aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>2000-10-30 23:51:39 +0000
committerBill Paul <wpaul@FreeBSD.org>2000-10-30 23:51:39 +0000
commit5d801891d3e719a02fb10d41fd78fcb60fab3de3 (patch)
treed97bb1aabde9655789988b6ce6fea0891bcd6c6d /sys/dev/dc
parenta911f71629dbcc1e310231825b033880101e5689 (diff)
Notes
Diffstat (limited to 'sys/dev/dc')
-rw-r--r--sys/dev/dc/if_dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c
index 3f339b893f3b..ca4e4024cc84 100644
--- a/sys/dev/dc/if_dc.c
+++ b/sys/dev/dc/if_dc.c
@@ -1598,7 +1598,7 @@ static void dc_apply_fixup(sc, media)
struct dc_mediainfo *m;
u_int8_t *p;
int i;
- u_int8_t reg;
+ u_int32_t reg;
m = sc->dc_mi;