summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
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
2011-06-05Drop kernel support for the useless DIOCWLABEL ioctl and prune a lotMatthew Dempsky
2011-06-03Get rid of the wlabel argument to bounds_check_with_label(). It'sMatthew Dempsky
2011-06-03Fix two compile errors in mcd(4) due to bitrot:Matthew Dempsky
2011-05-09Refactor queue allocation and initialization into a wdc_alloc_queue()Matthew Dempsky
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-07Iopoolification of another once common bus/device.Kenneth R Westerback
2011-04-05- use nitems() no binary change on amd64Jasper Lievisse Adriaanse
2011-04-04Hit this code with a big hammer. It now works on the X201/T510 seriesTheo de Raadt
2011-04-03Iopoolification of some less common scsi drivers.Kenneth R Westerback
2011-01-20add IT8721 supportOleg Safiullin
2011-01-05remove debug codeTheo de Raadt
2011-01-04Support machdep.lidsuspend support in apm(4) land, at least on thinkpadsTheo de Raadt
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-09-23Introduce a DKF_NOLABELREAD flag, which is used by a device to preventJoel Sing
2010-09-22All users of physio(9) now pass NULL as the buf pointer argument, soMatthew Dempsky
2010-09-08Store a struct device pointer within struct disk and populate this whenJoel Sing
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt