summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>2000-10-30 23:52:39 +0000
committerBill Paul <wpaul@FreeBSD.org>2000-10-30 23:52:39 +0000
commit7ca3e11d50ef0c81c16d7e329caea2d6c74950de (patch)
tree499d68d7e1b61c466577d55a124bc63c473cc83f
parent9269b676d5780bd1640bb94aae6e4444389f9e9c (diff)
Notes
-rw-r--r--sys/pci/if_dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c
index 91359cac4baf..c82cafc61654 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -1480,7 +1480,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;