summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/atw.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/atw.c b/sys/dev/ic/atw.c
index de797105ad6..129645cf437 100644
--- a/sys/dev/ic/atw.c
+++ b/sys/dev/ic/atw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atw.c,v 1.20 2004/07/15 16:13:10 millert Exp $ */
+/* $OpenBSD: atw.c,v 1.21 2004/07/15 16:21:13 millert Exp $ */
/* $NetBSD: atw.c,v 1.65 2004/07/15 07:31:05 dyoung Exp $ */
/*-
@@ -1755,8 +1755,6 @@ atw_rf3000_write(struct atw_softc *sc, u_int addr, u_int val)
break;
}
- ATW_CLR(sc, ATW_BBPCTL, ATW_BBPCTL_WR);
-
if (i < 0) {
printf("%s: BBPCTL still busy\n", sc->sc_dev.dv_xname);
return ETIMEDOUT;