summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2018-02-26Fix typo in previous commit.Mark Kettenis
2018-02-26Support dumping isochronous frames via bpf(4) using the USBPcap protocol.Martin Pieuchot
2018-02-26regenccardenas
2018-02-26Add devices found on thinkpad e475 with an AMD A10-9600Pccardenas
2018-02-25Add RK805 support.Mark Kettenis
2018-02-25Add RK3328 support.Mark Kettenis
2018-02-25More RK3328 clocks.Mark Kettenis
2018-02-25RK3328 support.Mark Kettenis
2018-02-25Initial RK3328 clocks.Mark Kettenis
2018-02-25Don't pass our configured SSID to iwm(4) firmware during a background scan.Stefan Sperling
2018-02-25My previous commit to iwn(4) broke the scan loop.Stefan Sperling
2018-02-25Typo: auxilliary -> auxiliaryPhilip Guenther
2018-02-24RK3328 support.Mark Kettenis
2018-02-24Add bcmrng(4), a driver for the random number generator on the Raspberry Pi.Mark Kettenis
2018-02-24fix pastoMark Kettenis
2018-02-24Add bcmtemp(4), a driver for the temperature sensor on the Raspberry Pi.Mark Kettenis
2018-02-23Get rid of the cpu_on_fn hook and call the psci(4) functions directly insteadMark Kettenis
2018-02-23regenDavid Gwynne
2018-02-23masanobu saitoh pointed out i had the wrong id for XXV710 SFP28 devsDavid Gwynne
2018-02-21match linux whitespace in ioctl listJonathan Gray
2018-02-20stop mixing bsd and c99 fixed width types and just use c99 types everywhereJonathan Gray
2018-02-20Set the chain_offset field (same as sgl_offset0, only in 16 byte units)Jonathan Matthew
2018-02-19Add a default case to a usb_tap() switch statement which mpi@ says willJonathan Gray
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2018-02-11Use the new APIs for setting block lengths and reading from/writing toPatrick Wildt
2018-02-11Add sdmmc_io_set_blocklen() which allows to set the block length of anPatrick Wildt
2018-02-11Add sdmmc_io_read_region_1() and sdmmc_io_write_region_1() as anPatrick Wildt
2018-02-11Copy the scan results into a new buffer to re-align the data so that wePatrick Wildt
2018-02-11Since the BCDC header has a variable data offset, so the ethernet packetPatrick Wildt
2018-02-11Update the packet header length as well as the mbuf length onPatrick Wildt
2018-02-10Add AXP803 support.Mark Kettenis
2018-02-10More Allwinner A64 clocks.Mark Kettenis
2018-02-10Syncronize filesystems to disk when suspending. Each mountpoint's vnodesTheo de Raadt
2018-02-10fix build with SDHC_DEBUG defined, no binary change otherwiseJonathan Matthew
2018-02-09Situation occur where bootloader cannot supply kernel with earlyTheo de Raadt
2018-02-09Implement the bwfm(4) SDIO bus logic. This is the bus layer thatPatrick Wildt
2018-02-09timeout_add -> timeout_add_secJonathan Matthew
2018-02-08Do not hardcode key length. Pointed out by jsing@mortimer
2018-02-08After flushing disks, try again to release all memory. We don't need toTheo de Raadt
2018-02-08Toss all releaseable memory, because fragmentation can get in the wayTheo de Raadt
2018-02-08Use a temporary chacha instance to fill large randomdata sections. Avoidsmortimer
2018-02-08sr_quiesce() is a new approach for ensuring that softraid drainsTheo de Raadt
2018-02-08Move bwfm(4) from ifq begin/commit/rollback semantics to the newerPatrick Wildt
2018-02-07Sporadically the network over gem(4) interface hang on sparc64 andAlexander Bluhm
2018-02-07Outsource setting the backplane window into a specific function so itPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-07Move parsing the BCDC header on RX into a protocol specific RXPatrick Wildt
2018-02-07Move SDIO bus and protocol definitions from the shared headerPatrick Wildt
2018-02-07Add helper to find out if the chip supports Save/Restore. Will be usedPatrick Wildt