summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-12-17Prefer MADV_* over POSIX_MADV_* in kernel for consistency: the latterPhilip Guenther
2014-12-17Do as the datasheet recommends and disable the RX filter before adjustingBrad Smith
2014-12-16include atomic.h to get atomic operations (virtio_membar). ok sfTed Unangst
2014-12-16only need lock.h here, not all of uvm_extern.hTed Unangst
2014-12-16primary change: move uvm_vnode out of vnode, keeping only a pointer.Ted Unangst
2014-12-16Protect memory allocation and disposal with splvm(); gets rid of splassertMiod Vallat
2014-12-15Consistency with the pci_intr_map bits.Brad Smith
2014-12-15Stop using usb_{alloc,free}mem() for the rings and internal structures.Martin Pieuchot
2014-12-15The PCI device ID 0x4c6e is a secondary device ID for the Radeon MobilityMark Kettenis
2014-12-15Use MAP_INHERIT_* for the 'inh' argument to the UMV_MAPFLAG() macro,Philip Guenther
2014-12-13yet more mallocarray() changes.Doug Hogan
2014-12-13ThinkPad Edge E130, event 0x6060 is supposed to indicate toggleTheo de Raadt
2014-12-11Do not blindly dereference hw_vendor and hw_prod without checking them forMiod Vallat
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-11Make sure you'll never look at stack garbage, prodded by kettenis@.Martin Pieuchot
2014-12-11Handle UPSes with broken report descriptors.Martin Pieuchot
2014-12-11Change uhidev(4) set/get report functions in various way.Martin Pieuchot
2014-12-10Add an unmute quirk for HP machines with the IDT 92HD75B1/2 codec.Jonathan Gray
2014-12-10Convert watchdog(4) devices to use autoconf(9) framework.Mike Belopuhov
2014-12-10Add skgpio(4) a driver for the Soekris net6501 GPIO and LEDsJonathan Gray
2014-12-09More malloc() -> mallocarray() in the kernel.Doug Hogan
2014-12-09Replace some malloc(n*size,...) calls with mallocarray().Doug Hogan
2014-12-08Deprecate usb_*_report(). USB HID devices are always attached belowMartin Pieuchot
2014-12-08Do not report underruns as bus data errors, as suggested by sectionMartin Pieuchot
2014-12-08Remove a few foo_start() calls within ioctl handlers. Odd spot to haveBrad Smith
2014-12-08When resetting an endpoint do not purge the ring. Instead set theMartin Pieuchot
2014-12-08Have foo_init() call foo_reset() to reset the chip to a known stateBrad Smith
2014-12-08Split the ACPI resume trampoline into code and data, move the data page toMike Larkin
2014-12-07Bring the 12x22 font in even if SMALL_KERNEL on sgi.Miod Vallat
2014-12-07syncTheo de Raadt
2014-12-07support WCH2 CH351 pucTheo de Raadt
2014-12-06A few last 'easy' #include dedups.Kenneth R Westerback
2014-12-06If "machdep.lidsuspend" is not set, do not go back to sleep if the lidMartin Pieuchot
2014-12-06Avoid error if a 64K transfer is done from a page-unaligned buffer.Stefan Fritsch
2014-12-06Increase low rxr watermark to a value suitable for jumbo frames.Stefan Fritsch
2014-12-06match family 16hJonathan Gray
2014-12-06Repost video on all known Intel PowerVR devices not just GMA500, forJonathan Gray
2014-12-06regenJonathan Gray
2014-12-06add some more intel powervr devices and amd 16h misc cfgJonathan Gray
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2014-12-04as promised 18 years ago, consolidate isa floppy disks in files.isaTed Unangst
2014-12-04Driver for MosChip Semiconductor 78x0 USB multiport serial adapters.Martin Pieuchot
2014-12-04regenMartin Pieuchot
2014-12-04Various MosChip Semiconductor multiport serial adapter.Martin Pieuchot
2014-12-04Disable MSI with the Samsung S4LN053X01 SSD controller as found in someBrad Smith
2014-12-04Simplify the MSI bits a bit.Brad Smith
2014-12-03More duplicate #include cleanout.Kenneth R Westerback
2014-12-03wb_init() calls wb_stop() and wb_reset() so remove some redundant callsBrad Smith
2014-12-03Turn ahci port start into a callback so sxiahci can do some magic toJonathan Gray
2014-12-02regenBrad Smith