diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-30 04:09:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-04-30 04:09:39 +0000 |
commit | 32a5fbee9d048f0fed9814512d71e839408e4ec1 (patch) | |
tree | 0047b60fae25ffdc4ff210a38e757ce9f534c118 /sys/arch/hppa | |
parent | 22c459b7b94fd9b2ed9314e68b9ce4ec48bf6407 (diff) |
no need to twiddle here. it's twiddling elsewhere already
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/stand/libsa/pdc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/stand/libsa/pdc.c b/sys/arch/hppa/stand/libsa/pdc.c index 74f94f944de..16e4e57d33a 100644 --- a/sys/arch/hppa/stand/libsa/pdc.c +++ b/sys/arch/hppa/stand/libsa/pdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdc.c,v 1.14 2003/04/16 07:20:50 mickey Exp $ */ +/* $OpenBSD: pdc.c,v 1.15 2003/04/30 04:09:38 mickey Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -226,7 +226,6 @@ iodcstrategy(devdata, rw, blk, size, buf, rsize) * double buffer it all the time, to cache */ for (; size; size -= ret, buf += ret, blk += ret, xfer += ret) { - twiddle(); offset = blk & IOPGOFSET; if ((ret = (pzdev->pz_iodc_io)(pzdev->pz_hpa, (rw == F_READ? IODC_IO_READ: IODC_IO_WRITE), |