summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2012-07-08add another BCM43224 ID; ok and tweak mpi@Stefan Sperling
2012-07-07syncTheo de Raadt
2012-07-07another netmos cardbus serial; espie owns itTheo de Raadt
2012-07-07regenJasper Lievisse Adriaanse
2012-07-07add the x200 cameraJasper Lievisse Adriaanse
2012-07-07When aborting a transfer set the halted bit to the QH's qTD and removeMartin Pieuchot
2012-07-07Support for USB keyboards that use a variable for each separate key in theMike Larkin
2012-07-06rewrite the receive filter programming to look similar to otherMike Belopuhov
2012-07-05Correct the jumbo setup code within brgphy(4). The code had a mistakeStuart Henderson
2012-07-05set the prefetch threshold for 99'er as well. provides some additionalMike Belopuhov
2012-07-05enable the code that forces a cleanup if number of tx descriptorsMike Belopuhov
2012-07-05Add flow control to bnx(4)Peter Hessler
2012-07-05regenMark Kettenis
2012-07-05NVIDIA GeForce 320M as found on the 2010 version of the Apple Mac mini.Mark Kettenis
2012-07-04Invert the logic for detecting fibre interface media adapters.Mark Kettenis
2012-07-04Set the 10_100_ONLY flag for the BCM57791/BCM57795 chipsetsMark Kettenis
2012-07-03regenJonathan Gray
2012-07-03Switch from GT1/GT2 style names to marketing names for recent IntelJonathan Gray
2012-07-02Backout premature optimization and actually commit the diff which had beenMiod Vallat
2012-07-02Report immediate deselection from a target upon selection as a `selectionMiod Vallat
2012-07-02Hibernate i/o implementation for ahci(4). This works with an ATI SBx00Jonathan Matthew
2012-07-01Pass a width value corresponding to one finger for ALPS touchpads when theMartin Pieuchot
2012-07-01Add support for the Winbond W83627UHG chip.Lawrence Teo
2012-07-01Nuke unused _[23]ltol() and _lto[23]l() inline functions. MoveKenneth R Westerback
2012-06-29fix obvious panic on resume with AHCI_DEBUG enabledJonathan Matthew
2012-06-29match on the 7SERIES_SMBJasper Lievisse Adriaanse
2012-06-29regenJasper Lievisse Adriaanse
2012-06-29add a bunch of intel 7 series id's for devices found in the thinkpad x230Jasper Lievisse Adriaanse
2012-06-28regenMike Belopuhov
2012-06-28Devices with BCM5724 BCM5750 and BCM5750M PCI IDs were never releasedMike Belopuhov
2012-06-28Fix issues with AMD chipset ahci(4) attach functions.Stuart Henderson
2012-06-24Change arc4random_uniform() to calculate ``2**32 % upper_bound'' asMatthew Dempsky
2012-06-23There's no need to check for the last qTD of a list because they areMartin Pieuchot
2012-06-23Fix a bad copy/paste; when starting an isochronous transfer set theMartin Pieuchot
2012-06-23Put back the non-controversial changes from r1.5 that I reverted onMartin Pieuchot
2012-06-20- urndis_match() should support multiple interface descriptors.Federico G. Schwindt
2012-06-18Do not try to get the description of an unexisting video format,Martin Pieuchot
2012-06-12Explicitly check whether a BAR is big enough for a particular port insteadMark Kettenis
2012-06-10Allow a variable number of words for the Serializer/Deserializer programming.Mark Kettenis
2012-06-10Remove leftovers from the "usb event" removal.Martin Pieuchot
2012-06-09regenDavid Gwynne
2012-06-09fix the Broadcom BCM5720 id. add the IDT pcie bridge/switch used on theDavid Gwynne
2012-06-09we dont support the BCM5720. the macro wasnt even referring to the productsDavid Gwynne
2012-06-05When error recovery fails, just fail the command. Attempting errorJonathan Matthew
2012-06-04Add support for the HPET on this device.Mark Kettenis
2012-06-03Remove unnecessary tcpib_wdt_unlock() calls.Mark Kettenis
2012-05-27Add tcpcib(4) to support Intel Atom E600 watchdog.Jonathan Gray
2012-05-26Split out the register definitions into its own file to make it possible toMark Kettenis
2012-05-24If _MIN > _MAX consider a WordBus resource to be invalid. Fixes a panic onMark Kettenis
2012-05-24exlusive -> exclusiveMiod Vallat