| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
PR: 25201
Submitted by: Akio Marita-san
# This is the last part of the PR uncommitted.
|
|
|
|
| |
return (VALUE);
|
|
|
|
|
|
|
|
|
|
|
|
| |
routine instead of pccard_event(). This avoids spurious extra calls
to pccard_insert_beep() at insert or remove time which could occur
due to noise on the card-present lines.
Clean up some code in pccard_beep.c; we were depending on the order
of evaluation of function arguments, which is undefined in C. Also,
use `0' rather than `NULL' for integer values.
Reviewed by: sanpei, imp
|
| |
|
|
|
|
|
| |
pitch and duration only in ``struct'', I forgot
to replace these in sysbeep and timeout, sorry.
|
|
|
|
| |
Original idea from: PAO3
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Obtained from: PAO3
Reviewed by: -current list
|
|
around with different noises for the different events and not have it
affect other files.
Inspired by: PAO
|