Searched defs:ata_device (Results 1 – 1 of 1) sorted by relevance
414 struct ata_device { struct415 device_t dev; /* device handle */416 int unit; /* physical unit */421 struct ata_params param; /* ata param structure */422 int mode; /* current transfermode */423 u_int32_t max_iosize; /* max IO size */424 int spindown; /* idle spindown timeout */425 struct callout spindown_timer;426 int spindown_state;427 int flags;[all …]