Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/disk/nata/
H A Data-all.h414 struct ata_device { struct
415 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 …]