diff options
author | Marco Peereboom <marco@cvs.openbsd.org> | 2006-05-21 14:03:02 +0000 |
---|---|---|
committer | Marco Peereboom <marco@cvs.openbsd.org> | 2006-05-21 14:03:02 +0000 |
commit | c086a07da97ef5274936d28c3a6667d31e929901 (patch) | |
tree | 1f2cbaa43fa9fcb7cb7c4b4edc610f589e355ff1 /sys/dev/ic/mfireg.h | |
parent | 7b807d9d1a51b14d6335acee695715178a359a97 (diff) |
Add alarm function opcodes.
Diffstat (limited to 'sys/dev/ic/mfireg.h')
-rw-r--r-- | sys/dev/ic/mfireg.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/ic/mfireg.h b/sys/dev/ic/mfireg.h index 27b6f6aab9d..928c35b2e5d 100644 --- a/sys/dev/ic/mfireg.h +++ b/sys/dev/ic/mfireg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mfireg.h,v 1.13 2006/05/17 23:40:26 marco Exp $ */ +/* $OpenBSD: mfireg.h,v 1.14 2006/05/21 14:03:01 marco Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -97,6 +97,12 @@ #define MR_DCMD_CLUSTER_RESET_ALL 0x08010100 #define MR_DCMD_CLUSTER_RESET_LD 0x08010200 +#define MR_DCMD_SPEAKER_GET 0x01030100 +#define MR_DCMD_SPEAKER_ENABLE 0x01030200 +#define MR_DCMD_SPEAKER_DISABLE 0x01030300 +#define MR_DCMD_SPEAKER_SILENCE 0x01030400 +#define MR_DCMD_SPEAKER_TEST 0x01030500 + /* mailbox bytes in direct command */ #define MFI_MBOX_SIZE 12 |