| Age | Commit message (Expand) | Author |
| 2017-06-14 | Instead of directly referencing a parent device's code (ie, pcppi_bell() | pgoyette |
| 2015-05-17 | Modularize the spkr(4) driver (i386 and amd64 only). Adapt parent | pgoyette |
| 2014-12-08 | Add missing newlines... | msaitoh |
| 2012-04-06 | device_pmf_is_registered() is not required | plunky |
| 2011-11-26 | stopgap fix to avoid panic due to recursive locking if the keyboard beep | drochner |
| 2011-11-25 | KASSERT(!mutex_owned(...)) is not kosher. | riastradh |
| 2011-11-25 | Make locking in pcppi_pckbd_bell() work. Works around locking problems | jakllsch |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-05-24 | avoid mutex locking botch and introduce an unlocked version of | mrg |
| 2011-05-03 | convert a lockless + spltty() combo to a IPL_VM mutex and cv. | mrg |
| 2009-04-17 | Detach pcppi0 at isa0 during shutdown. | dyoung |
| 2009-04-07 | Make pcppi(4) detach the "speaker" from attimer(4), so that the | dyoung |
| 2009-03-14 | 'boot -z' bogons | ad |
| 2008-03-05 | Fix a softc split fallout. | cube |
| 2008-03-04 | The attimer (sc_timer) is not actually a child of pcppi, and pcppi | dyoung |
| 2008-03-04 | - Split device_t and softc for pcppi(4) and attimer(4) | cube |
| 2008-02-22 | Use device_t and accessors. Use aprint_*_dev(). | dyoung |
| 2008-01-30 | Do a dummy pmf_device_register() in pcppi_attach() instead of only | he |
| 2008-01-10 | In pcppi_detach(), s/pmf_device_register/pmf_device_deregister/. | dyoung |
| 2008-01-10 | Support pcppi(4) detachment. | dyoung |
| 2007-12-16 | add null pmf handlers. | christos |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2006-12-10 | Remove an error message about having FSTAR'd instances attaching at pcppi. | cube |
| 2006-12-10 | When comlaining about child* attachment print "WARNING" and the child | uwe |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-11-05 | config_found() is for direct configuration, not indirect. | cube |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-03-25 | Make pcppi(4) use attimer(4) to set the pitch of the bell. | cube |
| 2005-03-21 | Move the struct pcppi_softc into pcppivar.h, add in this file | xtraeme |
| 2005-03-21 | Use ANSI function declarations. | xtraeme |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-09-14 | Separate the namespace for default (ie unspecified) locators used | drochner |
| 2004-03-13 | Abstract the interface between pckbc(4), and the pckbd(4) and pms(4) | bjh21 |
| 2002-10-02 | Fix sizeof and whitespace bug from the script I'm using to do the | thorpej |
| 2002-10-02 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |
| 2002-01-07 | Overhaul of the ISA autoconfiguration code to support direct | thorpej |
| 2001-11-13 | add RCSID | lukem |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-10 | Only poll for bell completion if we're calling in from cnbell(). Fixes | thorpej |
| 2000-03-06 | - Make the pcppi and pckbd drivers cooperate a little more -- pckbd provides | thorpej |
| 1998-04-15 | MI driver for the ISA speaker, and the IBM BASIC playstring interpreter | drochner |