summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2015-12-08Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead ofchristos
2015-09-12fix spl issues, found by brainy.christos
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-05-17Modularize the spkr(4) driver (i386 and amd64 only). Adapt parentpgoyette
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2015-04-23Update module dependencies for all the existing modules that depend on sysmon...pgoyette
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-01-02We have three sets of DTYPE_ constants in the kernel:christos
2014-12-31make more drivers use disk_ioctl, and add a dev parameter to it so thatchristos
2014-12-08Add missing newlines...msaitoh
2014-11-16Replace callout_stop with callout_haltozaki-r
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-08-16Add support for Spatializer, 3D audio effects embedded in ES1869nakayama
2014-08-15Remove redundant colon.nakayama
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-04-08Add __diagused.hannken
2014-04-03GCC 4.8 build fixes from John D. Bakermrg
2014-03-23fix unusedchristos
2014-03-23remove unusedchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
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