summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2013-11-01Sprinkle (long long) casts where %lld is being used to print daddr_tKenneth R Westerback
2013-11-01move fd(4) from directly using disksort to using bufqs.David Gwynne
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-09-24Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following:Miod Vallat
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-07-14The "probe" interrupt handler is mpsafe; mark it as such.Mark Kettenis
2013-06-26Remove some lies in comments.Mark Kettenis
2013-06-12Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPENDTheo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-24Since audio code is mp safe, establish isa and pci audio interruptsAlexandre Ratchov
2013-05-23Revert Active PS/2 support for now, until we find a solution suitableTobias Stoeckmann
2013-05-15Introduce a global interrupt-aware mutex protecting dataAlexandre Ratchov
2013-04-20Enable active PS/2 multiplexing if available.Tobias Stoeckmann
2013-04-10Fix various glitches in queue macro usage.Philip Guenther
2013-04-05unfinished opti device code is never called or usedTed Unangst
2013-03-21Attach on ITE 8728.Bryan Steele
2013-03-08In pcic_intr_find(), pass a correct device name to isa_intr_establish(), soMiod Vallat
2013-01-06acknowlege -> acknowledgeMartynas Venckus
2012-12-14Support IT8772F; from form@, ok kettenisMike Belopuhov
2012-11-10use boolean_t not bool for a local boolean type so this won'tJonathan Gray
2012-10-17Swap arguments to wdog_register() since it is nicer, and prepareTheo de Raadt
2012-10-05Point an interface directly to its bridgeport configuration, insteadCamiel Dobbelaar
2012-07-01Add support for the Winbond W83627UHG chip.Lawrence Teo
2012-05-24exlusive -> exclusiveMiod Vallat
2012-03-30If the MIDI UART is not ready for output, don't spin at IPL_CLOCK;Alexandre Ratchov
2012-03-07reisters -> registersMiod Vallat
2012-02-26Fix NULL fallout, spotted by naddyMiod Vallat
2012-02-25regenMiod Vallat
2012-02-25Enable GUS PnPMiod Vallat
2012-02-25Don't tinker with the MIDI registers if they aren't mapped; necessary for theMiod Vallat
2012-02-02disable the polling timeout when we suspend; discovered by some codeTheo de Raadt
2011-12-07Add copyright and fix RCS ID.Marco Pfatschbacher
2011-12-06Add support for Nuvoton NCT6776F fan, voltage and temperature sensors.Marco Pfatschbacher
2011-10-05It is not safe to call sensor_task_unregister() from inside theTheo de Raadt
2011-09-16Fix a bunch of typos: manaul, monnitor, machiune, autload.Miod Vallat
2011-07-26Calling a detach function from an attach function is no longer legal (Theo de Raadt
2011-07-08ansi, no binary changeJonathan Gray
2011-07-07remove mvmeppc; it is really rough shape. ok drahn miodTheo de Raadt
2011-07-04Convert to ANSI.Matthew Dempsky
2011-06-29dmesg@ says pss has never been seen in the wild and the manpage says itTed Unangst
2011-06-29notyet, notever. delete a bunch of code we won't be using.Ted Unangst
2011-06-28Remove the ega driver which is not referenced by any GENERIC kernel.Matthieu Herrb
2011-06-26kill mcd dead. ok krw matthew millert thibTed Unangst
2011-06-26I see you hiding, scdTed Unangst
2011-06-23a bit more ansi; ok teduTheo de Raadt
2011-06-20Update mcd(4) to use disk_lock, etc. instead of its own tsleep(9)Matthew Dempsky
2011-06-20isa(4) is an indirect bus, which means that drivers that attach to itMatthew Dempsky
2011-06-17M_WAITOK cleanup of two cases:Michael Knudsen
2011-06-05fix mpu attachment at isapnp which resulted in amd64 (no isapnp) gettingTheo de Raadt