diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2008-10-22 18:42:30 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2008-10-22 18:42:30 +0000 |
commit | 20c5eb52dc8e179b6e40743570ef0114c35659f2 (patch) | |
tree | 854652665083fe63db4adbfe2f37b78032147e89 /sys | |
parent | 47d800a457b7cc98b92926909b6d1bcf9c7ea6fe (diff) |
This isn't a real structure the firmware understands.
Diffstat (limited to 'sys')
-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; |