summaryrefslogtreecommitdiff
path: root/sys/dev/ic/amivar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/amivar.h')
-rw-r--r--sys/dev/ic/amivar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/amivar.h b/sys/dev/ic/amivar.h
index b5d580fd66d..d9bfea15408 100644
--- a/sys/dev/ic/amivar.h
+++ b/sys/dev/ic/amivar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: amivar.h,v 1.18 2005/08/15 23:22:46 marco Exp $ */
+/* $OpenBSD: amivar.h,v 1.19 2005/08/30 02:40:26 dlg Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -37,8 +37,6 @@ struct ami_ccb {
paddr_t ccb_sglistpa;
struct scsi_xfer *ccb_xs;
struct {
- bus_dmamap_t idatamap;
- bus_dma_segment_t idataseg[1];
void *idata;
int dir;
#define AMI_PT_IN (0x00)