diff options
author | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-12-01 02:15:22 +0000 |
---|---|---|
committer | Kenneth R Westerback <krw@cvs.openbsd.org> | 2005-12-01 02:15:22 +0000 |
commit | 4019d73011a8b3b779e2ed396a513ebead3636c2 (patch) | |
tree | 183179dce650a7aaaa046ce0d45972795e72dde1 /sys/dev/ic/mpt_openbsd.h | |
parent | 7777fa4686ac8837e210b415f1dadce7f056d724 (diff) |
bus_dma code clean up. No functional change. Polished form of diff
from marco@.
ok marco@
Diffstat (limited to 'sys/dev/ic/mpt_openbsd.h')
-rw-r--r-- | sys/dev/ic/mpt_openbsd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/mpt_openbsd.h b/sys/dev/ic/mpt_openbsd.h index 53c233da215..ef413aadb7d 100644 --- a/sys/dev/ic/mpt_openbsd.h +++ b/sys/dev/ic/mpt_openbsd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpt_openbsd.h,v 1.17 2005/11/16 04:31:32 marco Exp $ */ +/* $OpenBSD: mpt_openbsd.h,v 1.18 2005/12/01 02:15:21 krw Exp $ */ /* $NetBSD: mpt_netbsd.h,v 1.2 2003/04/16 23:02:14 thorpej Exp $ */ /* @@ -321,7 +321,6 @@ typedef struct mpt_softc { uint8_t upload_fw; /* If set, do a fw upload */ /* Firmware memory */ bus_dmamap_t fw_dmap; - int fw_rseg; bus_dma_segment_t fw_seg; char *fw; |