summaryrefslogtreecommitdiff
path: root/sys/dev/isa/ahareg.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2002-06-07 20:41:07 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2002-06-07 20:41:07 +0000
commit098df8404a5180aada1285305c423edc7ff3dfe2 (patch)
treea5587c16a242e774a6153607e0ebefff708facba /sys/dev/isa/ahareg.h
parent594c5a16fc05b1707f9c41afaad2b94d539ffd5c (diff)
bus_dma-ify, now it works again, sorry for the inconvenience
Diffstat (limited to 'sys/dev/isa/ahareg.h')
-rw-r--r--sys/dev/isa/ahareg.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/dev/isa/ahareg.h b/sys/dev/isa/ahareg.h
index 53df2eabfba..80ec0795244 100644
--- a/sys/dev/isa/ahareg.h
+++ b/sys/dev/isa/ahareg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ahareg.h,v 1.3 1996/05/07 07:36:05 deraadt Exp $ */
+/* $OpenBSD: ahareg.h,v 1.4 2002/06/07 20:41:06 niklas Exp $ */
typedef u_int8_t physaddr[3];
typedef u_int8_t physlen[3];
#define ltophys _lto3b
@@ -129,9 +129,8 @@ struct aha_ccb {
#define CCB_SENDING 0x04
#endif
int timeout;
- struct isadma_seg ccb_phys[1]; /* phys segment of this ccb */
- struct isadma_seg data_phys[AHA_NSEG]; /* phys segments of data */
- int data_nseg; /* number of phys segments of data */
+ bus_dmamap_t dmam;
+ bus_dmamap_t ccb_dmam;
};
/*