From 5327c861cafc26e511f82f4057e964c7a5d291d9 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sun, 6 Aug 2006 06:00:11 +0000 Subject: fix the config space macro used with the TX start command. From wpaul@FreeBSD --- sys/dev/ic/re.c | 4 ++-- 1 file 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. -- cgit v1.2.3