Remove struct ata_res_pass16, unneeded after r352082.

MFC after:	4 days
This commit is contained in:
Alexander Motin 2019-09-10 23:51:46 +00:00
parent 9ecaaee305
commit 5b7145c6d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=352200

View File

@ -153,22 +153,6 @@ struct camcontrol_opts {
const char *subopt;
};
struct ata_res_pass16 {
u_int16_t reserved[5];
u_int8_t flags;
u_int8_t error;
u_int8_t sector_count_exp;
u_int8_t sector_count;
u_int8_t lba_low_exp;
u_int8_t lba_low;
u_int8_t lba_mid_exp;
u_int8_t lba_mid;
u_int8_t lba_high_exp;
u_int8_t lba_high;
u_int8_t device;
u_int8_t status;
};
struct ata_set_max_pwd
{
u_int16_t reserved1;