Home
last modified time | relevance | path

Searched defs:atac_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/ata/
H A Datavar.h462 struct atac_softc { struct
463 device_t atac_dev; /* generic device info */
465 int atac_cap; /* controller capabilities */
478 uint8_t atac_pio_cap; /* highest PIO mode supported */
480 uint8_t atac_dma_cap; /* highest DMA mode supported */
482 uint8_t atac_udma_cap; /* highest UDMA mode supported */
487 struct ata_channel **atac_channels;
488 int atac_nchannels;
490 const struct ata_bustype *atac_bustype_ata;
498 struct atapi_adapter atac_atapi_adapter;
[all …]