summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Abort when firmware isn't present in R600+ models.rmh2014-02-042-0/+12
* Use right buffer to print to.ed2014-02-041-1/+1
* Add a tunable "hw.mfi.mrsas_enable" to allow mfi(4) to drop priority andambrisko2014-02-042-13/+25
* Sort the list.ian2014-02-031-3/+4
* Add the imx sdhci controller.ian2014-02-031-0/+1
* Add driver for the ADT7460/ADT7467 fan controller found in later PowerBooksjhibbits2014-02-031-0/+664
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-0222-0/+68
* Be more robust with malformed interrupt config data. Instead of crashingian2014-02-021-5/+17
* Add a set of helpers (ofw_bus_get_status() and ofw_bus_status_okay()) tonwhitehorn2014-02-023-0/+32
* Fix missing offset.nwhitehorn2014-02-021-1/+2
* Allow nesting of simplebuses.nwhitehorn2014-02-021-0/+1
* Use m_defrag() instead of m_collapse() to compact a long mbuf chainbryanv2014-02-022-14/+16
* Do not place the sglist used for Rx/Tx on the stackbryanv2014-02-022-38/+65
* Provide a simpler and more standards-compliant simplebus implementation tonwhitehorn2014-02-012-531/+252
* Open Firmware interrupt specifiers can consist of arbitrary-length bytenwhitehorn2014-02-014-40/+12
* Add a comment about the origin of some structures, defines and so on.hselasky2014-02-011-0/+19
* Add hwpmc(4) support for the PowerPC 970 class processors, direct events.jhibbits2014-02-015-17/+771
* Fix a range check for maximum transmit length. The existing code washselasky2014-01-311-5/+3
* Back out r261266 pending security buy-in.jamie2014-01-311-3/+1
* Fix for unexpected selection with two fingers sometimes.hselasky2014-01-311-17/+34
* The timestamp bit is number 17, and not number 9, in the stat errorgnn2014-01-301-1/+1
* Fix the ordering of the arguments to printf inn_hibma2014-01-291-1/+2
* Micro-optimize 8-bit blanking. This is the same as in ofw_syscons.jhibbits2014-01-291-5/+7
* Add a jail parameter, allow.kmem, which lets jailed processes accessjamie2014-01-291-1/+3
* - Remove some dead code.hselasky2014-01-291-87/+37
* Add support for trackpads found in Apple MacBook products. While at ithselasky2014-01-292-6/+1486
* Some BIOSes incorrectly use standard memory resource ranges to listjhb2014-01-281-0/+16
* When detaching a [USB] keyboard, keys might still be pressed. Ensurehselasky2014-01-281-1/+14
* Revert r260622:hselasky2014-01-281-36/+0
* Explicitly enable I/O and memory decoding in the bridge's command registerjhb2014-01-271-1/+15
* MPC74xx should not fall through, to the error case.jhibbits2014-01-251-0/+1
* Fix compilation with IGB_LEGACY_TX defined.glebius2014-01-251-0/+2
* Check for a full virtqueue in the multiqueue transmit pathbryanv2014-01-251-0/+6
* Avoid queue unlock followed by relock when the enable interrupt race is lostbryanv2014-01-251-5/+7
* Move duplicated transmit start code into a single functionbryanv2014-01-251-23/+22
* Remove stray spacebryanv2014-01-251-1/+1
* Also include the mbuf's csum_flags in an assert messagebryanv2014-01-251-1/+2
* Read and write the MAC address in the config space byte by bytebryanv2014-01-251-5/+11
* Read each field of the configuration individuallybryanv2014-01-251-2/+32
* Remove spaces before tabs in the function prototype listbryanv2014-01-251-32/+32
* Add more USB quirks.hselasky2014-01-242-0/+5
* Fix comment.kevlo2014-01-241-1/+1
* Hide now harmless warning from dmesg.hselasky2014-01-241-1/+1
* Get rid of memmove(). It's not portable.kevlo2014-01-241-17/+4
* Be more robust with malformed interrupt config data. Instead of crashingian2014-01-241-5/+17
* clock-frequency is a FreeBSD-specific extention. Make it optional andimp2014-01-241-1/+2
* Move <machine/apicvar.h> to <x86/apicvar.h>.jhb2014-01-235-5/+5
* Add Atmel serial drivers.imp2014-01-232-0/+3
* Revert r261014. Let Kevin fix it.hselasky2014-01-232-26/+17
* Properly sort the arguments to mtx_init(9).jhibbits2014-01-232-2/+2
OpenPOWER on IntegriCloud