summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_txpreg.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-05-03 05:22:52 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-05-03 05:22:52 +0000
commitb6a4c40414b9e09c5c9ab776b2b0aa34e9af38bd (patch)
tree589bad6f92b6c1964da8ef3cce50bf24276a9767 /sys/dev/pci/if_txpreg.h
parent959d7223f8e0deca2b069ee1472c3ef8d1f65814 (diff)
grr... part of the bus_dma change depended on local stuff: revert that part
for now until folks comment on the dependent patch; pointed out by fgsch.
Diffstat (limited to 'sys/dev/pci/if_txpreg.h')
-rw-r--r--sys/dev/pci/if_txpreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_txpreg.h b/sys/dev/pci/if_txpreg.h
index c8ede02aff3..e20eb569c93 100644
--- a/sys/dev/pci/if_txpreg.h
+++ b/sys/dev/pci/if_txpreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_txpreg.h,v 1.19 2001/05/02 15:00:34 jason Exp $ */
+/* $OpenBSD: if_txpreg.h,v 1.20 2001/05/03 05:22:51 jason Exp $ */
/*
* Copyright (c) 2001 Aaron Campbell <aaron@monkey.org>.
@@ -509,6 +509,7 @@ struct txp_dma_alloc {
u_int64_t dma_paddr;
caddr_t dma_vaddr;
bus_dmamap_t dma_map;
+ bus_size_t dma_size; /* XXX should use dm_mapsize */
};
struct txp_cmd_ring {