summaryrefslogtreecommitdiff
path: root/sys/dev/ic/amireg.h
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2005-08-01 16:39:11 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2005-08-01 16:39:11 +0000
commitc9621e5d79e4c8eacf6fb86ae67d7aa5b01651da (patch)
tree0aec29e34a4121ace85fa7c378549a79cf68c872 /sys/dev/ic/amireg.h
parenta4d3093c760c6082964d44bdc34a2ceaac856b23 (diff)
Add alarm control.
Fix buglet where ami does not count physical drives correctly. Reported by Stephan Tesch stephan at tesch dot cx
Diffstat (limited to 'sys/dev/ic/amireg.h')
-rw-r--r--sys/dev/ic/amireg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ic/amireg.h b/sys/dev/ic/amireg.h
index 5396d775984..830e23cca4d 100644
--- a/sys/dev/ic/amireg.h
+++ b/sys/dev/ic/amireg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: amireg.h,v 1.19 2005/07/29 16:30:02 marco Exp $ */
+/* $OpenBSD: amireg.h,v 1.20 2005/08/01 16:39:10 marco Exp $ */
/*
* Copyright (c) 2000 Michael Shalayeff
@@ -120,6 +120,7 @@
#define AMI_SPKR_ON 1
#define AMI_SPKR_SHUT 2
#define AMI_SPKR_GVAL 3
+#define AMI_SPKR_TEST 4
#define AMI_GDUMP 0x52 /* get error condition in text */
#define AMI_SENSEDUMPA 0x53 /* get SCSI sense dump area */
#define AMI_STDIAG 0x54 /* start diagnostics -- 2.1 */