diff options
Diffstat (limited to 'sys/dev/ic/slivar.h')
-rw-r--r-- | sys/dev/ic/slivar.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/slivar.h b/sys/dev/ic/slivar.h index a9327f4c007..4c51fc61fb8 100644 --- a/sys/dev/ic/slivar.h +++ b/sys/dev/ic/slivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: slivar.h,v 1.3 2007/05/19 04:05:40 dlg Exp $ */ +/* $OpenBSD: slivar.h,v 1.4 2007/05/19 04:10:20 dlg Exp $ */ /* * Copyright (c) 2007 David Gwynne <dlg@openbsd.org> @@ -20,6 +20,8 @@ struct sli_softc { struct device sc_dev; struct scsi_link sc_link; + bus_dma_tag_t sc_dmat; + bus_space_tag_t sc_iot_slim; bus_space_handle_t sc_ioh_slim; bus_size_t sc_ios_slim; |