summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ic/re.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/re.c b/sys/dev/ic/re.c
index aa099255aa7..55ae6de6ec2 100644
--- a/sys/dev/ic/re.c
+++ b/sys/dev/ic/re.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: re.c,v 1.40 2006/08/06 05:18:22 brad Exp $ */
+/* $OpenBSD: re.c,v 1.41 2006/08/06 06:00:10 brad Exp $ */
/* $FreeBSD: if_re.c,v 1.31 2004/09/04 07:54:05 ru Exp $ */
/*
* Copyright (c) 1997, 1998-2003
@@ -1692,7 +1692,7 @@ re_start(struct ifnet *ifp)
0, sc->rl_ldata.rl_tx_list_map->dm_mapsize,
BUS_DMASYNC_PREWRITE|BUS_DMASYNC_PREREAD);
- CSR_WRITE_2(sc, sc->rl_txstart, RL_TXSTART_START);
+ CSR_WRITE_1(sc, sc->rl_txstart, RL_TXSTART_START);
/*
* Use the countdown timer for interrupt moderation.