summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_fxp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_fxp.c')
-rw-r--r--sys/pci/if_fxp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_fxp.c b/sys/pci/if_fxp.c
index 1908cb6..350546e 100644
--- a/sys/pci/if_fxp.c
+++ b/sys/pci/if_fxp.c
@@ -27,7 +27,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_fxp.c,v 1.58 1998/10/22 02:00:49 dg Exp $
+ * $Id: if_fxp.c,v 1.59 1998/12/14 05:47:27 dillon Exp $
*/
/*
@@ -123,8 +123,8 @@ static __inline void
fxp_lwcopy(src, dst)
volatile u_int32_t *src, *dst;
{
- volatile u_int16_t *a = (u_int16_t *)src;
- volatile u_int16_t *b = (u_int16_t *)dst;
+ volatile u_int16_t *a = (volatile u_int16_t *)src;
+ volatile u_int16_t *b = (volatile u_int16_t *)dst;
b[0] = a[0];
b[1] = a[1];
OpenPOWER on IntegriCloud