| .. | .. |
|---|
| 607 | 607 | ahd_io_ctx_t io_ctx; |
|---|
| 608 | 608 | struct ahd_softc *ahd_softc; |
|---|
| 609 | 609 | scb_flag flags; |
|---|
| 610 | | -#ifndef __linux__ |
|---|
| 611 | | - bus_dmamap_t dmamap; |
|---|
| 612 | | -#endif |
|---|
| 613 | 610 | struct scb_platform_data *platform_data; |
|---|
| 614 | 611 | struct map_node *hscb_map; |
|---|
| 615 | 612 | struct map_node *sg_map; |
|---|
| .. | .. |
|---|
| 1056 | 1053 | struct ahd_softc { |
|---|
| 1057 | 1054 | bus_space_tag_t tags[2]; |
|---|
| 1058 | 1055 | bus_space_handle_t bshs[2]; |
|---|
| 1059 | | -#ifndef __linux__ |
|---|
| 1060 | | - bus_dma_tag_t buffer_dmat; /* dmat for buffer I/O */ |
|---|
| 1061 | | -#endif |
|---|
| 1062 | 1056 | struct scb_data scb_data; |
|---|
| 1063 | 1057 | |
|---|
| 1064 | 1058 | struct hardware_scb *next_queued_hscb; |
|---|