summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-11-08fix unused variable warningschristos
2013-11-04use __USE for debug variablechristos
2013-10-18Delete unused functionapb
2013-06-10adjust soekrisgpio driver to NetBSDkardel
2013-06-10Import of proposed patch to OpenBSD for supporting GPIO and statuskardel
2013-05-29phase 1 of disk geometry cleanup:christos
2012-12-17No need to include machine/pio.h now that inb() and outb() are no longer used.mbalmer
2012-12-17Fix the CVS Id marker.mbalmer
2012-12-16ptcd(4) is a device driver for the cash drawer port found on Protech PS3100mbalmer
2012-11-15Add support for ITE8720F by Nat Sloss. PR#47169.msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2012-08-14Collect rnd(9) entropy from coretemp(4), acpibat(4), aibs(4), hpacel(4),jruoho
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-04-29Patch out the 'struct malloc_type' from the isa_dma alloc routines.dsl
2012-04-09Tidy up a little, the way that midi attachment code worksplunky
2012-04-06device_pmf_is_registered() is not requiredplunky
2012-04-06device_pmf_is_registered() is not requiredplunky
2012-04-05move the pmf_device_register() for midi.c and midi_pcppi.c to midi_attach()plunky
2012-02-12Change old-style function defintions to C89 prototypes.matt
2012-02-06PR/45932: Add missing braces... This will probably fix interrupts too!christos
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-02-01Use C89 prototypes.matt
2012-01-22add a tpm driver from bsssd.sourceforge.netchristos
2012-01-18wbsio(4) rescan support.jakllsch
2012-01-18Improve module dependency list.jakllsch
2012-01-18Improve module dependencies, clean up old #if 0 code.jakllsch
2012-01-17update for wbsio and lm changesjakllsch
2012-01-17Make this compile.jakllsch
2012-01-17No module dependencies are denoted with NULL. Pointed out by jmcneill.jakllsch
2012-01-17Modularize lm_isa and lm_wbsio, splitting the common part outjakllsch
2012-01-17Add module glue.jakllsch
2012-01-17Add and enable detachment and child detachment functions.jakllsch
2012-01-17Add NULL pmf handlers.jakllsch
2011-12-07Initialize the opl softc lock pointer to the parent's interrupt lock.jakllsch
2011-12-05make joy code consistent (avoid games with pointers), and fix the isa softcchristos
2011-11-26stopgap fix to avoid panic due to recursive locking if the keyboard beepdrochner
2011-11-25KASSERT(!mutex_owned(...)) is not kosher.riastradh
2011-11-25Make locking in pcppi_pckbd_bell() work. Works around locking problemsjakllsch
2011-11-24This hopefully completes the audiomp conversion of cms(4).jakllsch
2011-11-24Make this compile without warnings.jakllsch
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-11-19First step of random number subsystem rework described intls
2011-08-07Appease _LP64 build with GCC 4.5.jakllsch
2011-07-31The Fintek base address registers implement the bottom 3 bits as read/write,jakllsch
2011-07-31modularize and recognize ASUS F8000 Super I/O chipsjmcneill