summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2005-07-29 16:30:03 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2005-07-29 16:30:03 +0000
commit259078c317bce5d49e4420a8a0618038cff2f741 (patch)
tree742ee1e3353c561f303ba5f38a7f0b1624b0d6aa /sys/dev
parentb755013c6f89c40c3adc8e7f8e9a1a50def77fb0 (diff)
Remove cruft.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/amireg.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/ic/amireg.h b/sys/dev/ic/amireg.h
index bb77476191c..5396d775984 100644
--- a/sys/dev/ic/amireg.h
+++ b/sys/dev/ic/amireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: amireg.h,v 1.18 2005/07/29 16:01:30 marco Exp $ */
+/* $OpenBSD: amireg.h,v 1.19 2005/07/29 16:30:02 marco Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -223,14 +223,6 @@
#define AMI_HSPDIAG 0xb1
#define AMI_GESENSEINFO 0xb2 /* get extended sense info */
#define AMI_SYSFLUSH 0xfe /* flush system */
-/* this needs to be removed when the new bioctl goes in */
-#define AMI_GETINQ 0xcf /* get proc & drive inquiry data */
-#define AMI_ALARM 0x51 /* alarm functions */
-#define AMI_ALARM_OFF 0x00
-#define AMI_ALARM_ON 0x01
-#define AMI_ALARM_QUIET 0x02
-#define AMI_ALARM_GET 0x03
-#define AMI_ALARM_TEST 0x04 /* not all boards support this */
/* command structures */
#pragma pack(1)