aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add a configuration file and hints file for the Alfa Networks Hornet UBAdrian Chadd2013-10-252-0/+162
* Be a little more suspicious of thermal sensors, which can have singleNathan Whitehorn2013-10-251-7/+24
* Initialize inc_fibnum for properly handling ICMP6_PACKET_TOO_BIG errorsAndrey V. Elsukov2013-10-251-0/+1
* ELF PowerPC64 ABI puts the LR save word at 16 byte offset, not 8.Justin Hibbits2013-10-251-1/+2
* Fix panic in the tap driver when a tap and vmnet interface werePeter Grehan2013-10-241-1/+1
* Remove some of the code required for supporting ssm(4) on SPARC in favorNathan Whitehorn2013-10-241-21/+12
* Make pci_get_dma_tag() non-static. Since the function is onlyKonstantin Belousov2013-10-242-1/+1
* Add some definitions for the bits in root control and status PCIe capKonstantin Belousov2013-10-241-0/+9
* Move the PCI_DMA_BOUNDARY definition into the pcivar.h.Konstantin Belousov2013-10-242-4/+9
* Add ddb 'show ioapic' and 'show all ioapics' commands.Konstantin Belousov2013-10-241-0/+96
* Modernize pass(4) description to the 21st century.Sergey Kandaurov2013-10-241-2/+1
* Correct typo. s/an an/an/Sergey Kandaurov2013-10-241-1/+1
* Move the implementation of bus_space_barrier(9) to the inline function inMarius Strobl2013-10-247-79/+26
* Fix a use-after-free node reference issue when waiting for a returnAdrian Chadd2013-10-243-8/+24
* Add an OFW SPI compatible bus. Fix the spibus probe to returnLuiz Otavio O Souza2013-10-244-2/+198
* Add the Raspberry Pi SPI controller driver.Luiz Otavio O Souza2013-10-246-0/+681
* Don't spin with mutex hold when there is not enough room in the send socketEdward Tomasz Napierala2013-10-241-14/+12
* Do not map IRQs twice. This fixes PowerPC/FDT systems with multiple PICs,Nathan Whitehorn2013-10-241-3/+2
* Allow PIC drivers to translate firmware sense codes for themselves. ThisNathan Whitehorn2013-10-246-10/+133
* interrupt-parent and #interrupt-cells are written to the tree usingNathan Whitehorn2013-10-241-2/+2
* Some microoptimizations for da and ada drivers:Alexander Motin2013-10-242-41/+21
* Fix crossed fingers output. Only comment changed.Aleksandr Rybalko2013-10-241-1/+1
* Redefine the io provider using the SDT(9) macros instead of doing everythingMark Johnston2013-10-245-300/+16
* Break out the debug code into a new include file in preparation forAdrian Chadd2013-10-242-74/+103
* Add #ifdef wrapper around definitions so they aren't included multipleAdrian Chadd2013-10-241-0/+4
* UFS2: make di_extsize unsigned.Pedro F. Giffuni2013-10-243-5/+6
* MFP4:Brooks Davis2013-10-231-9/+23
* Factor out MI portions of the PowerPC nexus device into /sys/dev/ofw. TheNathan Whitehorn2013-10-234-443/+556
* Typo while reviewing diffs. Sorry for the breakage!Nathan Whitehorn2013-10-231-1/+1
* Update driver to version 10.0.664.0.Xin LI2013-10-238-241/+639
* Remove 128KB bzero() call done for every block I/O data buffer.Alexander Motin2013-10-231-14/+1
* Add two new interfaces to ofw_bus:Nathan Whitehorn2013-10-237-18/+92
* BERI_SIM.hint is no longer used, remove it.Brooks Davis2013-10-231-26/+0
* Minor (mostly cosmetical) addition to r256960.Alexander Motin2013-10-231-1/+0
* A quick addendum: the standard says that timebase-frequency can be eitherNathan Whitehorn2013-10-231-3/+18
* If the device tree directly contains the timebase frequency, use it. ThisNathan Whitehorn2013-10-231-0/+4
* Revert addition of sbintime and getsbintime that crept into r256963.Brooks Davis2013-10-231-18/+0
* Use OF_getencprop() in preference to OF_getprop() for numerical quantities.Nathan Whitehorn2013-10-231-4/+4
* Remove OF_instance_to_package() hack for FDT and replace with use of theNathan Whitehorn2013-10-235-26/+9
* Make all Open Firmware internal interfaces endian-safe by using the newNathan Whitehorn2013-10-234-24/+22
* Revert r256934, it needs work to build on mips32.Brooks Davis2013-10-232-22/+27
* Finish r254925 and remove the last remaining sysctl name list macro. TheJohn Baldwin2013-10-231-72/+0
* Enable the build of OFW I2C bus for FDT systems.Luiz Otavio O Souza2013-10-231-0/+1
* Move CAM_UNQUEUED_INDEX setting to the last moment and under the periph lock.Alexander Motin2013-10-231-1/+1
* Add the Raspberry Pi BSC (I2C compliant) controller driver.Luiz Otavio O Souza2013-10-236-0/+636
* Improve ZFS N-way mirror read performance by using load and localitySteven Hartland2013-10-2313-73/+343
* Fix the RT2860_TX_SW_CFG2 init value on older revisions of RT3070 chip.Kevin Lo2013-10-231-1/+1
* Fix build.Andreas Tobler2013-10-231-2/+2
* gnop: make sure that newly allocated memory for softc is zeroedMateusz Guzik2013-10-231-1/+1
* Radxa Rock board (by radxa.com) kernel config file.Ganbold Tsagaankhuu2013-10-231-0/+119