From 3f825d95474a8cf312608785fad3b15deb2f486a Mon Sep 17 00:00:00 2001 From: nate Date: Wed, 21 Feb 1996 23:20:21 +0000 Subject: 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 --- sys/pccard/cardinfo.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sys/pccard/cardinfo.h') 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 -- cgit v1.1