]> xenbits.xensource.com Git - freebsd.git/commitdiff
Remove struct ata_res_pass16, unneeded after r352082.
authormav <mav@FreeBSD.org>
Tue, 10 Sep 2019 23:51:46 +0000 (23:51 +0000)
committermav <mav@FreeBSD.org>
Tue, 10 Sep 2019 23:51:46 +0000 (23:51 +0000)
MFC after: 4 days

sbin/camcontrol/camcontrol.c

index 4efaa6d24771bb02a19e7cb164c0bca102b899ca..cd02224aea2b3c17e7edf2cb75cbf9fea62bda4f 100644 (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;