diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-10-30 23:52:39 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-10-30 23:52:39 +0000 |
| commit | 7ca3e11d50ef0c81c16d7e329caea2d6c74950de (patch) | |
| tree | 499d68d7e1b61c466577d55a124bc63c473cc83f | |
| parent | 9269b676d5780bd1640bb94aae6e4444389f9e9c (diff) | |
Notes
| -rw-r--r-- | sys/pci/if_dc.c | 2 |
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; |
