Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ata/
H A Datavar.h129 struct wdc_command { struct
130 u_int8_t r_command; /* Parameters to upload to registers */
131 u_int8_t r_head;
132 u_int16_t r_cyl;
133 u_int8_t r_sector;
134 u_int8_t r_count;
158 int wdc_exec_command(struct ata_drive_datas *, struct wdc_command*); argument