diff options
Diffstat (limited to 'sys/dev/ic/amireg.h')
-rw-r--r-- | sys/dev/ic/amireg.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/amireg.h b/sys/dev/ic/amireg.h index 204237944e5..84841c2aea8 100644 --- a/sys/dev/ic/amireg.h +++ b/sys/dev/ic/amireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: amireg.h,v 1.16 2005/07/18 01:29:01 marco Exp $ */ +/* $OpenBSD: amireg.h,v 1.17 2005/07/18 15:10:57 dlg Exp $ */ /* * Copyright (c) 2000 Michael Shalayeff @@ -223,8 +223,6 @@ #define AMI_HSPDIAG 0xb1 #define AMI_GESENSEINFO 0xb2 /* get extended sense info */ #define AMI_SYSFLUSH 0xfe /* flush system */ -#define AMI_GETINQ 0xcf /* get proc & drive inquiry data */ -/* this needs to be removed when the new bioctl goes in */ #define AMI_ALARM 0x51 /* alarm functions */ #define AMI_ALARM_OFF 0x00 #define AMI_ALARM_ON 0x01 |