diff options
author | 2008-10-22 18:42:29 +0000 | |
---|---|---|
committer | 2008-10-22 18:42:29 +0000 | |
commit | 946f45ce260ece8602342a2fd5e9b29225bede67 (patch) | |
tree | 5afe0a1146a740af1e4feac3efe928a73f03cb31 | |
parent | sync list of port modules (diff) | |
download | wireguard-openbsd-946f45ce260ece8602342a2fd5e9b29225bede67.tar.xz wireguard-openbsd-946f45ce260ece8602342a2fd5e9b29225bede67.zip |
This isn't a real structure the firmware understands.
-rw-r--r-- | sys/dev/ic/amireg.h | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/sys/dev/ic/amireg.h b/sys/dev/ic/amireg.h index b1902ac362b..a4119451871 100644 --- a/sys/dev/ic/amireg.h +++ b/sys/dev/ic/amireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amireg.h,v 1.29 2008/10/21 06:22:24 marco Exp $ */ +/* $OpenBSD: amireg.h,v 1.30 2008/10/22 18:42:29 marco Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -663,24 +663,6 @@ struct ami_drivehistory { } __packed adh_fail[AMI_FAILHISTORY]; } __packed; -struct ami_inq_data { - u_int8_t aid_peri; - u_int8_t aid_scsitype; - u_int8_t aid_ver; - u_int8_t aid_datatrans; - u_int8_t aid_addlen; - u_int8_t aid_resv[2]; - u_int8_t aid_scsival; - u_int8_t aid_vendor[8]; - u_int8_t aid_prod[16]; - u_int8_t aid_prodver[4]; - u_int8_t aid_mederr; - u_int8_t aid_otherr; - u_int8_t aid_proctype; - - u_int8_t resv2[20]; -} __packed; - struct ami_progress { u_int32_t apr_progress; } __packed; |