aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amd/amd.h
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2002-12-14 19:20:57 +0000
committerScott Long <scottl@FreeBSD.org>2002-12-14 19:20:57 +0000
commit2c6a3591f93766e4452f73d4152ab48bec0e0371 (patch)
tree32e1a0524d7039cc3080c9c20c44c18fa54467f3 /sys/dev/amd/amd.h
parent2bfe8dcc0ae58d97c4b495e5ae96e7d99138a667 (diff)
Notes
Diffstat (limited to 'sys/dev/amd/amd.h')
-rw-r--r--sys/dev/amd/amd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/amd/amd.h b/sys/dev/amd/amd.h
index 85f4f80e1474..6171bcfe322a 100644
--- a/sys/dev/amd/amd.h
+++ b/sys/dev/amd/amd.h
@@ -197,6 +197,10 @@ struct amd_softc {
bus_space_tag_t tag;
bus_space_handle_t bsh;
bus_dma_tag_t buffer_dmat; /* dmat for buffer I/O */
+ bus_dma_tag_t sense_dmat; /* dmat for sense buffer */
+ bus_dmamap_t sense_dmamap;
+ struct scsi_sense_data *sense_buffers;
+ bus_addr_t sense_busaddr;
int unit;
int last_phase;