Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/nata/
H A Data-all.h501 struct ata_channel { struct
502 device_t dev; /* device handle */
503 int unit; /* physical channel */
504 struct ata_resource r_io[ATA_MAX_RES];/* I/O resources */
505 struct resource *r_irq; /* interrupt of this channel */
506 void *ih; /* interrupt handle */
507 struct ata_lowlevel hw; /* lowlevel HW functions */
508 struct ata_dma *dma; /* DMA data / functions */
509 int flags; /* channel flags */
516 int devices; /* what is present */
[all …]