| .. | .. |
|---|
| 568 | 568 | ahc_io_ctx_t io_ctx; |
|---|
| 569 | 569 | struct ahc_softc *ahc_softc; |
|---|
| 570 | 570 | scb_flag flags; |
|---|
| 571 | | -#ifndef __linux__ |
|---|
| 572 | | - bus_dmamap_t dmamap; |
|---|
| 573 | | -#endif |
|---|
| 574 | 571 | struct scb_platform_data *platform_data; |
|---|
| 575 | 572 | struct sg_map_node *sg_map; |
|---|
| 576 | 573 | struct ahc_dma_seg *sg_list; |
|---|
| .. | .. |
|---|
| 906 | 903 | struct ahc_softc { |
|---|
| 907 | 904 | bus_space_tag_t tag; |
|---|
| 908 | 905 | bus_space_handle_t bsh; |
|---|
| 909 | | -#ifndef __linux__ |
|---|
| 910 | | - bus_dma_tag_t buffer_dmat; /* dmat for buffer I/O */ |
|---|
| 911 | | -#endif |
|---|
| 912 | 906 | struct scb_data *scb_data; |
|---|
| 913 | 907 | |
|---|
| 914 | 908 | struct scb *next_queued_scb; |
|---|