summaryrefslogtreecommitdiff
path: root/sys/dev/isa
AgeCommit message (Expand)Author
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
2010-08-31activate function should return result of config_activate_childrenTheo de Raadt
2010-08-28Garbage collect struct dkdriver.Matthew Dempsky
2010-08-28ansify function definitions, and constify a few arrays while there.Miod Vallat
2010-08-28Remove dead code, ansify, and clean the match routine; adapted from a diffMiod Vallat
2010-08-27Mutilate the powerhook function into an activate function, then createTheo de Raadt
2010-08-20fix an annoying indentation glitchTheo de Raadt
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-08-06com@isa suspend and resume; logic cloned from ../puc/com_puc.cTheo de Raadt
2010-07-31Factorization of the bluetooth and usb hid input driver logic, to reduce codeMiod Vallat
2010-07-31add SA3_XXX macros removed by mistake with opl, but used by ym mixerAlexandre Ratchov
2010-07-31unbreak ym.c, opl3sa3reg.h doesn't exist any longerAlexandre Ratchov
2010-07-31remove the ``midisyn'' framework and anything using it, i.e., the oplAlexandre Ratchov
2010-07-31fix typo preventing compilation with AUDIO_DEBUGAlexandre Ratchov
2010-07-24missed a couple indents in previousJacob Meuser
2010-07-23ANSI/style(9), no binary changeJacob Meuser
2010-07-22Reset the keyboard controller on resume, and also alert the childrenTheo de Raadt
2010-07-21Disable the heuristics for legacy free systems if pckbc flags are set to 1Miod Vallat
2010-07-18Add support for Winbond/Nuvoton W83627DHG-P.Mark Kettenis
2010-07-15add two new members to structs audio_encoding and audio_prinfo.Jacob Meuser
2010-07-08use config_activate_children to activate children that might need itTheo de Raadt
2010-07-02timeout_add -> timeout_add_msecBret Lambert
2010-07-02some very obvious uninit bugs found when I turned off -Wno-uninitializedTed Unangst
2010-06-30timeout_add -> timeout_add_msecBret Lambert
2010-06-30* use audio(9)'s DMA trigger methods instead of the init/startJacob Meuser
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-06-24- remove ISAPNP_FREE and ISAPNP_MALLOC macro's and just use them inline.Jasper Lievisse Adriaanse
2010-06-03take care of some half-baked CPU temperature readings seen in wildTheo de Raadt
2010-05-23move hp300 to -D__hp300__; ok miodTheo de Raadt
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-05-18dont let sys/ioctl.h imply that you get the ioctls in dkio.h. thisDavid Gwynne
2010-04-28s/i386/__i386__/, no binary change.Mark Kettenis
2010-04-23Recycle unused disklabel fields in order to create a disklabel uniqueJoel Sing
2010-04-20for some systems we need to try harder; from Mikko TolmunenTheo de Raadt
2010-04-03instead of returning EINVAL if an unsupported sample rate wasJacob Meuser
2010-03-28put the iosize next to the register definitionsTheo de Raadt
2010-03-28Driver for microguru sensor microcontroller found on ABIT motherboards.Theo de Raadt
2010-03-27aria(4) is an audio driver, but hasn't been compatible with audio(9)Jacob Meuser
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-02-16Use i2c_addr_t as the type for the init_xfer function because thisMichael Knudsen
2010-01-10A couple of missed ITSDONE setting before scsi_done().Kenneth R Westerback
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itKenneth R Westerback
2009-12-15Correct define.Federico G. Schwindt
2009-12-04ansify.Jasper Lievisse Adriaanse