summaryrefslogtreecommitdiffstats
path: root/sys/pccard/cardinfo.h
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1997-10-26 06:06:54 +0000
committernate <nate@FreeBSD.org>1997-10-26 06:06:54 +0000
commit0689fa1ceb9804e257bcefc12b99b194cb4179b8 (patch)
tree4384a35cd8a781e9c59adee7383aa54109afe948 /sys/pccard/cardinfo.h
parente38809b8d94147c1e06ed088d9966d24d85d45a3 (diff)
downloadFreeBSD-src-0689fa1ceb9804e257bcefc12b99b194cb4179b8.zip
FreeBSD-src-0689fa1ceb9804e257bcefc12b99b194cb4179b8.tar.gz
- 'Beep' support now happens in it's own separate file, so you can mess
around with different noises for the different events and not have it affect other files. Inspired by: PAO
Diffstat (limited to 'sys/pccard/cardinfo.h')
-rw-r--r--sys/pccard/cardinfo.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/pccard/cardinfo.h b/sys/pccard/cardinfo.h
index 8be4c25..159a8e7 100644
--- a/sys/pccard/cardinfo.h
+++ b/sys/pccard/cardinfo.h
@@ -130,16 +130,6 @@ 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