summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-12-02 19:46:41 +0000
committerimp <imp@FreeBSD.org>1999-12-02 19:46:41 +0000
commit396ff7b9636f6de7a332fa5f54a6a89bcea2890e (patch)
tree9282760469304b249c5a939b9dc4efb75fce2756 /sys/pccard/pccard.c
parent5b399fe673183b7f76758d4016e4d52a210d4501 (diff)
downloadFreeBSD-src-396ff7b9636f6de7a332fa5f54a6a89bcea2890e.zip
FreeBSD-src-396ff7b9636f6de7a332fa5f54a6a89bcea2890e.tar.gz
Make pccardc beep actually work. The kernel was doing the wrong thing
with the beep information it had (like ignoring it). Submitted by: sanpei@sanpei.org (MIHIRA-san Yoshiro) Add $FreeBSD$ to pccard_beep.c while I'm here.
Diffstat (limited to 'sys/pccard/pccard.c')
-rw-r--r--sys/pccard/pccard.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/pccard/pccard.c b/sys/pccard/pccard.c
index 43404ad..77a6bb6 100644
--- a/sys/pccard/pccard.c
+++ b/sys/pccard/pccard.c
@@ -581,9 +581,6 @@ crdioctl(dev_t dev, u_long cmd, caddr_t data, int fflag, struct proc *p)
int s, err;
int pwval;
- /* beep is disabled until the 1st call of crdioctl() */
- pccard_beep_select(BEEP_ON);
-
if (slt == 0 && cmd != PIOCRWMEM)
return(ENXIO);
switch(cmd) {
OpenPOWER on IntegriCloud