summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-05-04Use BUS_DMA_OVERRUN to cope with the broken DMA engine of the Davicom DM9102Mark Kettenis
2016-05-04Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMAMark Kettenis
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-05-04Print SD host controller version.Mark Kettenis
2016-05-04Preserve DiffServ value when fragmenting an ipv4 packet.Vincent Gross
2016-05-04Add high-speed support for SD cards. In theory this should double theMark Kettenis
2016-05-04Don't mask pins configured as direct IRQ. Those are tied directly to the APICMark Kettenis
2016-05-04Fall back to "safe-value" when "unmanage-value" is not evailable toMartin Pieuchot
2016-05-04Make KERN_FILE_BYPID return ESRCH when PID not found, both in sysctl andVadim Zhukov
2016-05-03Print missing newline if we bail out because of a uid mismatch.Mark Kettenis
2016-05-03Stop using a soft-interrupt context to process incoming network packets.Martin Pieuchot
2016-05-03implement bus_space_read_raw_X and bus_space_write_raw_XDavid Gwynne
2016-05-03Make ip_forward() use the route entry fetched in in_ouraddr() when it isMartin Pieuchot
2016-05-03Put back a panic() if an incoming packet already has a statekey.Martin Pieuchot
2016-05-03alias bus_space_{read,write}_raw to the non-raw counterpartsDavid Gwynne
2016-05-03Revert previous commit. Calling sched_init_cpu() fromMark Kettenis
2016-05-03regenDavid Gwynne
2016-05-03samsung use the same pci device id for multiple nvme partsDavid Gwynne
2016-05-02Simplify life for routing table implementations by requiring that rtable_walkJonathan Matthew
2016-05-02Fix some issues wrt timestamp updating. The tmpfs_read() andMartin Natano
2016-05-02Add check to armv7 platform bus match code, so that those busses onlyPatrick Wildt
2016-05-02Fix a corner case of 12-bit arithmetic: also increment the ba_winmissTheo Buehler
2016-05-02Merge two identical code paths.Martin Pieuchot
2016-05-02Rework mainbus and implement simplebus to be able to span a tree-likePatrick Wildt
2016-05-02IEEE 802.11 sequence numbers wrap at 12 bit.Stefan Sperling
2016-05-02add an empty ommmc_dump_regs() to fix the SDHC_DEBUG buildJonathan Gray
2016-05-02add support for changing the bus width to ommmc and set the 4-bit modeJonathan Gray
2016-05-01Print some capabilities.Mark Kettenis
2016-05-01Print base clock frequency.Mark Kettenis
2016-05-01Remove unused match function. The armv7 platforms implement their own,Patrick Wildt
2016-05-01Add bus width switching support for MMC. Enable 8-bit bus support onMark Kettenis
2016-05-01Add a small delay after switching an MMC card into high-speed mode to makeMark Kettenis
2016-05-01Always write block count. This fixes the DMA issues on Bay Trail.Mark Kettenis
2016-05-01Add support for changing the bus width to the sdmmc subsystem and the sdhc(4)Mark Kettenis
2016-05-01Remove a bogus "else" that was causing breakage with LCP echoes,Stuart Henderson
2016-05-01Shuffle gpt/mbr code around a bit to make it more like other searchesKenneth R Westerback
2016-04-30Mask all gpio interrupts when we attach. Fixes interrupt storm on the LenovoMark Kettenis
2016-04-30Enable high speed timing for bus clock frequencies over 26MHz and advertiseMark Kettenis
2016-04-30Add some missing interrupt bits, and enable the ADMA error interrupt.Mark Kettenis
2016-04-30Implement DMA support. Bits and pieces taken from NetBSD, but we onlyMark Kettenis
2016-04-29Call sched_init_cpu() just before booting secondary CPUs.Martin Pieuchot
2016-04-29Fix some gibbering horrors due to uninitialized struct nameidata'sBob Beck
2016-04-29Panic when attempting to execute a scsi command with no disciplineKenneth R Westerback
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-29Do not allow to change the routing table of a bound socket. ThisAlexander Bluhm
2016-04-29Make if_output() return EAFNOSUPPORT instead of just dropping packetsKenneth R Westerback
2016-04-28careful study of the holy scrolls reveals that for pselect (and ppoll)Ted Unangst
2016-04-28Preserve the domid when swapping 16 bit grant table entry flagsMike Belopuhov
2016-04-28Rework handling of frames which fall beyond the block ack window.Stefan Sperling
2016-04-28Add a net80211 stat counter for block ack window "slides" as opposedStefan Sperling