summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-09-22regenJasper Lievisse Adriaanse
2015-09-22add (unsupported) realtek wireless card as found in rpointel@'s x250, thoughJasper Lievisse Adriaanse
2015-09-20brad points out i need bpf_mtap_ether to reconstruct vlan headersDavid Gwynne
2015-09-20need to keep bpf in the tx path. got a bit ahead of myself there...David Gwynne
2015-09-19Avoid using a mutex in the rx completion path. Instead rely onMark Kettenis
2015-09-18Remove stray splx(9) call. Found by Maxime Villard's Brainy Code Scanner.Mark Kettenis
2015-09-18Remove unused variables, from Michael McConville.Martin Pieuchot
2015-09-18More ifmedia64 fallout.Miod Vallat
2015-09-18make vmx(4) interrupts mpsafe.David Gwynne
2015-09-17Do not define QLW_DEBUG if SMALL_KERNEL, and turn qlw_dump_iocb() andMiod Vallat
2015-09-15regenJasper Lievisse Adriaanse
2015-09-15add fingerprint reader as found the x250 as well as another similarJasper Lievisse Adriaanse
2015-09-15Fix kpanic I found the hard way while using pcsc-liteDavid Coppa
2015-09-14Fix more ifmedia64 fallout in the kernel. It's hiding everywhere...Stefan Sperling
2015-09-13Put the 12x22 font on alpha and macppc installation kernels, the 8x16 fontMiod Vallat
2015-09-12let the C files do the sys/param.h including jobTheo de Raadt
2015-09-12More ifmedia64 fallout; that should be the last.Miod Vallat
2015-09-12ifmedia64 fixes.Miod Vallat
2015-09-12mii_softc's view of the current mii state need to use the proper typesMiod Vallat
2015-09-12Intel docs suggest that cpus in C3 may go into deeper states automaticallyPhilip Guenther
2015-09-12Add support for the 88E1512/88E1514 phys using the 1512 init sequenceJonathan Gray
2015-09-11Workaround broken AML by treating FFH vendor 8 the same as vendor 1 (== intel)Philip Guenther
2015-09-11back out refcnt for dv_ref, there's too many hand crafted devices allDavid Gwynne
2015-09-11rd pretends to be a device allocated by subr_autoconf. it needs toDavid Gwynne
2015-09-11Remove the unfinished che(4) driver for Chelsio 10G cards. I lost interestClaudio Jeker
2015-09-11Make room for media types of the future. Extend the ifmedia word to 64 bits.Stefan Sperling
2015-09-11First step at making ix(4) MPSAVE. This is largely based on the em(4)Claudio Jeker
2015-09-11Don't copy more sense data than we have space for, so we don't crash whenJonathan Matthew
2015-09-11fairly simple size for free()Theo de Raadt
2015-09-11size for free()Theo de Raadt
2015-09-11Ignore the 'rotation lock' button on my Yoga12Philip Guenther
2015-09-10kqueue(2) support for wsmouse(4), wskbd(4) and wsmux(4).Martin Pieuchot
2015-09-10sizes for free(); ok sthenTheo de Raadt
2015-09-10Fix a zx_putchar() stupid bug I introduced nine years ago by actuallyMiod Vallat
2015-09-10remove unused macro GEM_CURRENT_MEDIA; ok dlg@ mpi@Stefan Sperling
2015-09-10Show usb stack error code if a firmware page fails to load in urtwn(4).Stefan Sperling
2015-09-10simple size for free()Theo de Raadt
2015-09-10PPB_EXNAMLEN for the extent name; now easier to pass as a size for free()Theo de Raadt
2015-09-09sizes for free(); ok semarieTheo de Raadt
2015-09-09sizes for free(); ok semarieTheo de Raadt
2015-09-09sizes for free(); ok semarieTheo de Raadt
2015-09-09sizes for free(); ok sthenTheo de Raadt
2015-09-09sizes for free(); ok sthen semarieTheo de Raadt
2015-09-08sizes for free(); ok semarieTheo de Raadt
2015-09-08sizes for free(); checked by semarieTheo de Raadt
2015-09-07Do not set USBD_NO_COPY for interrupt transfers, only bulk transfersMartin Pieuchot
2015-09-07Make it possible to use RI_WRONLY for the aframebuffer during early boot.Mark Kettenis
2015-09-07sizes for free(); ok jmatthewTheo de Raadt
2015-09-06Add support for QEMU PCI serial devices in puc(4)Stefan Fritsch
2015-09-06regenerate from pcidevsStefan Fritsch