From 20c5eb52dc8e179b6e40743570ef0114c35659f2 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Wed, 22 Oct 2008 18:42:30 +0000 Subject: This isn't a real structure the firmware understands. --- sys/dev/ic/amireg.h | 20 +------------------- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3