summaryrefslogtreecommitdiffstats
path: root/sys/pccard/pccard_beep.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove the kernel portion of OLDCARD. I'm working on a replacementimp2005-09-251-138/+0
| | | | | for pccardc dumpcis, but until I'm done with that, I'm leaving pccardc in place. As such, I'm leaving the .h files in place for the moment.
* OLDCARD is OBSOLETE_IN_6. Tag it as such.imp2003-06-121-0/+2
|
* Make beep not depend on HZ setting.imp2002-09-291-4/+6
| | | | | | PR: 25201 Submitted by: Akio Marita-san # This is the last part of the PR uncommitted.
* Minor style(9) changes:imp2001-05-141-9/+13
| | | | return (VALUE);
* Place the call to pccard_insert_beep() in the inserted() timeoutiedowse2001-03-201-12/+12
| | | | | | | | | | | | 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
* fix type check in pccard_beep_selectsanpei2000-11-011-1/+1
|
* Oops, in previous commit(rev.1.4), I replacedsanpei2000-10-311-6/+6
| | | | | pitch and duration only in ``struct'', I forgot to replace these in sysbeep and timeout, sorry.
* add PC-Card melody beep(PC Card bus, kludge version)sanpei2000-10-281-40/+91
| | | | Original idea from: PAO3
* Make pccardc beep actually work. The kernel was doing the wrong thingimp1999-12-021-5/+10
| | | | | | | | 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.
* Add "beep" ioctl. (#10 is reserved for PIOCSVIR)kuriyama1999-02-131-2/+6
| | | | | Obtained from: PAO3 Reviewed by: -current list
* - 'Beep' support now happens in it's own separate file, so you can messnate1997-10-261-0/+70
around with different noises for the different events and not have it affect other files. Inspired by: PAO
OpenPOWER on IntegriCloud