summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-10-30muliply to get correct size for free. reported by kspillnerTed Unangst
2014-10-30Do not use void * for pointer artithmetics, it's a GNU extension, fromMartin Pieuchot
2014-10-30Do not enable interrupts before attaching usb(4), fix a panic when anMartin Pieuchot
2014-10-30Calculate the Route String when attaching a new device. This is stillMartin Pieuchot
2014-10-30zero the correct size, then free it.Ted Unangst
2014-10-30add some sizes to free()Ted Unangst
2014-10-28the if_rxring accounting would get screwed up if the first mbuf toDavid Gwynne
2014-10-27Stop supporting wsmoused and X in parallel. This code is racy andMartin Pieuchot
2014-10-26Add resource tracking for PCI ROMs.Mark Kettenis
2014-10-25Don't attempt to suspend/resume a partially attached drm(4) driver.Mark Kettenis
2014-10-24Always put controller into known state before device intialization.Brad Smith
2014-10-24obvious sizes for freeTed Unangst
2014-10-23Now that gcc2 is gone revert the removal of anonymous unions, means not havin...Brad Smith
2014-10-21Style + typos in debug printfs.Masao Uebayashi
2014-10-20Be sure to return if the pci interrupt can't be mapped, instead of fallingMiod Vallat
2014-10-20typo; deraadtTed Unangst
2014-10-20use SHA512 to hash entropy instead of MD5Ted Unangst
2014-10-19More gracefully handle firmware loading errors in ulpt(4).Stefan Sperling
2014-10-19Use sc_if->sk_pktlen to specify the maximum DMA transfer size and maximumBrad Smith
2014-10-18oops, too greedyMiod Vallat
2014-10-18Remove even more unnecessary `needs-flag' attributes from config machinery,Miod Vallat
2014-10-18Add VIDIOC_G_INPUT ioctl, some ports need it (at least ffmpeg)Jonathan Armani
2014-10-17convert old b functions to mem functionsTed Unangst
2014-10-16Additonal registers needs to be saved in sc_save2, not sc_save.Mark Kettenis
2014-10-16LID control method devices aren't required to offer _PSW, so don't skipMike Larkin
2014-10-16missing \n in printf; Daniel WadeTheo de Raadt
2014-10-15Sprinkle CPU_BUSY_CYCLE() in a few places.Masao Uebayashi
2014-10-15Revert previous (wrong commit message).Masao Uebayashi
2014-10-15pppx(4): Correct pppx_dev_lookup() and pppx_dev2pxd() local declarationsMasao Uebayashi
2014-10-12Do not compile sensor code if option SMALL_KERNELMiod Vallat
2014-10-12Remove unnecessary `needs-flag' attributes.Miod Vallat
2014-10-12Remove unnecessary `needs-flag' attributes.Miod Vallat
2014-10-12remove some unused filesJonathan Gray
2014-10-12regenJonathan Armani
2014-10-12Add Logitech Webcam C310Jonathan Armani
2014-10-11Comparsion -> ComparisonMiod Vallat
2014-10-10fix compilation without DIAGNOSTICJonathan Matthew
2014-10-09Revert "enable MSI support", it introduced a regression on some chips.Martin Pieuchot
2014-10-09no need for lkmTed Unangst
2014-10-08Restrict what RL_MAXRXPKTLEN is being set to for any of the PCIe chipsets.Brad Smith
2014-10-08publish_avail_idx does not read the used ring, no need to callStefan Fritsch
2014-10-08Add missing memory barriers to virtio.Stefan Fritsch
2014-10-08#ifdef SMALL_KERNEL some sensor blocks; ok miodTheo de Raadt
2014-10-08add support for megaraid 3008 (fury) and 3108 (invader) cards. theDavid Gwynne
2014-10-08On ThinkPads, protect code handling the hibernate button withDavid Coppa
2014-10-08regenDavid Gwynne
2014-10-08new megaraidsDavid Gwynne
2014-10-08Remove the i830/i845 pipe A force quirks, matching changesJonathan Gray
2014-10-07remove preliminary AOE (ata over ethernet) support. not finished afterTed Unangst
2014-10-07zap duplicated line; Theo BuehlerStuart Henderson