summaryrefslogtreecommitdiffstats
path: root/sys/pccard/cardinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/cardinfo.h')
-rw-r--r--sys/pccard/cardinfo.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h
index 575253f..424098b 100644
--- a/sys/pccard/cardinfo.h
+++ b/sys/pccard/cardinfo.h
@@ -122,6 +122,16 @@ struct power {
};
/*
+ * Beep parameters
+ */
+#define PCCARD_BEEP_PITCH0 1600 /* inserted/removed */
+#define PCCARD_BEEP_DURATION0 20
+#define PCCARD_BEEP_PITCH1 1200 /* successed */
+#define PCCARD_BEEP_DURATION1 40
+#define PCCARD_BEEP_PITCH2 3200 /* failed */
+#define PCCARD_BEEP_DURATION2 40
+
+/*
* Other system limits
*/
#define MAXSLOT 16
OpenPOWER on IntegriCloud