summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-10remove most of the boolean_t infection outside uvm/ddb/pmap; ok jsgTheo de Raadt
2014-06-15Fix a few format string bugs with -DDEBUGStefan Fritsch
2014-04-28Move an opening brace so a loop that delays while waitingJonathan Gray
2014-03-28Reduce uvm include madness. Use <uvm/uvm_extern.h> instead ofMartin Pieuchot
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
2013-12-28Attempt to approximate what should happen on a suspend/resume cycle.Theo de Raadt
2013-12-09use new com.c bus-independent suspend/resume code, rather than trying toTheo de Raadt
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-29Change the sc_model field type from unsigned to signed since the model can beBrad Smith
2013-11-26Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-11-21remove the #define b_cylinder b_resid from bufs. i hated theDavid Gwynne
2013-11-15ansify some function definitions.Brad Smith
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