summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-07-22SCSI HBA drivers are supposed to get their SCSI CDBs from xs->cmd, notMatthew Dempsky
2010-07-22remove unused variableTheo de Raadt
2010-07-22Eliminate scsi_scsi_cmd() now that ss(4) is gone and with it theKenneth R Westerback
2010-07-21Some ss(4) bits escaped the purge, eliminate them.Nicholas Marriott
2010-07-21let mpath build again even though it is disabledTodd T. Fries
2010-07-21Disable the heuristics for legacy free systems if pckbc flags are set to 1Miod Vallat
2010-07-21in the acpi GPE handler, late ack level interrupts not edge interrupts.Theo de Raadt
2010-07-21spacing and indents that are driving me crazyTheo de Raadt
2010-07-21ptm needs no read/write, just use enodev.Nicholas Marriott
2010-07-21No need for read/write functions, just use enodev like all the otherTheo de Raadt
2010-07-21Fix more cdev initializations which were using enodev for poll; ok kettenisTheo de Raadt
2010-07-21clean up a pile of prototypes and shred some macros which were just coveringTheo de Raadt
2010-07-21Merge the edge and level gpe handlers into one (now possible since theTheo de Raadt
2010-07-21Make sure that the FPU IPIs shoot down the right FPU context and not the FPUMark Kettenis
2010-07-21Add suspend/unsuspend logic.Mark Kettenis
2010-07-21add a couple quirks for the E-MU 0202Jacob Meuser
2010-07-21Repost ATI FireGL M24 using the emulator. This card is seen on some IBMMike Larkin
2010-07-21remove duplicate AP192K_GPIO_XXX macros,Alexandre Ratchov
2010-07-21disable vscsi until we actually have something that uses it (like iscsid),David Gwynne
2010-07-21make ENVY_GPIO_XXX macros card specific, add stub for audiophile 192kAlexandre Ratchov
2010-07-21* check that the bytes per frame the device is reporting isn't aJacob Meuser
2010-07-21move use_maxpkt out of struct chan, use a local variable in theJacob Meuser
2010-07-21some bits for USB 2.0 playback support. I'm not 100% sure aboutJacob Meuser
2010-07-21delete #if 0 code we are not going to use; ok marcoTheo de Raadt
2010-07-21currently we use the endpoint's maximum packet size for recording,Jacob Meuser
2010-07-21remove gratuitous carriage return that snuck inTodd T. Fries
2010-07-21Garbage collect ata_bio's badsect field.Matthew Dempsky
2010-07-20support 24-bit encodings. simplify the way supported encodings areJacob Meuser
2010-07-20make the mask code for acpi_enable_onegpe() match other similar codeTheo de Raadt
2010-07-20opration -> operationMiod Vallat
2010-07-20Use an SLIST rather than a TAILQ for the ccb free list.Michael Knudsen
2010-07-20Make this compile again (was broken in rev 1.24 as far as I can tell),Michael Knudsen
2010-07-20print the temperature readings that make us go down; ok kettenisTheo de Raadt
2010-07-20do not timeout when stopping DMA channels.Damien Bergamini
2010-07-20Switch some obvious network stack MAC comparisons from bcmp() toMatthew Dempsky
2010-07-20Add OpenSSH's timingsafe_bcmp() to libkern.Matthew Dempsky
2010-07-20also use bufq_quiesce() when suspending, and bufq_restart() when resuming,Theo de Raadt
2010-07-20removed an unused protoTheo de Raadt
2010-07-20Handle the acpi interrupt controller with proper edge/level handling,Theo de Raadt
2010-07-20tsleep() and EWOULDBLOCK was being used incorrectly for fixed minumumTheo de Raadt
2010-07-20In acpiec_wait() we want to tsleep on an un-known channel, so thatTheo de Raadt
2010-07-20Mark a DMA accessible malloc for later correction. This isMatthew Dempsky
2010-07-20remove prototypes for functions that do not exist; ok jordanTheo de Raadt
2010-07-20VGA repost for ATI Radeon X1250IGP (as found on Gateway netbooks andMike Larkin
2010-07-20When we're preparing to go to sleep, only call bufq_restart() if otherMatthew Dempsky
2010-07-20Do not put a data buffer on the stack. It will be dma'd to. UseTheo de Raadt
2010-07-20typo; martin.pelikan@gmail.comTheo de Raadt
2010-07-19just use a buffer and make onewire_crc16() operate like onewire_crc()Theo de Raadt
2010-07-19Rollback the allproclk and fileheadlk addition. When grabbing anPhilip Guenthe
2010-07-19Avoid interleaving of mutexes that would leave is with the wrong spl afterMark Kettenis