summaryrefslogtreecommitdiffstats
path: root/sys/pccard/cardinfo.h
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-02-21 23:20:21 +0000
committernate <nate@FreeBSD.org>1996-02-21 23:20:21 +0000
commit3f825d95474a8cf312608785fad3b15deb2f486a (patch)
tree9e776d3327ba0212196369625f4d5b82ffa8d5d5 /sys/pccard/cardinfo.h
parent98df79c16931ef02ab7229300615dca86fad47dc (diff)
downloadFreeBSD-src-3f825d95474a8cf312608785fad3b15deb2f486a.zip
FreeBSD-src-3f825d95474a8cf312608785fad3b15deb2f486a.tar.gz
Updated PC-CARD support to contain most of the code from the latest
Japanese BSD-Nomad release. Reviewed by: phk Submitted by: hosokawa@mt.cs.keio.ac.jp and the rest of the Nomads
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