summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix class malloc init for mips and powerpc that was not convertedfabient2012-04-232-6/+2
* Add support for the SIMCom SIM5218, tested by me.kevlo2012-04-212-0/+2
* Fix the following clang warning in dpt(4):dim2012-04-211-1/+1
* o Fixes:marius2012-04-215-33/+89
* .. oops.adrian2012-04-201-0/+1
* "Upgrade" the AR9285 code to support PCI/ART EEPROM on flash.adrian2012-04-203-8/+18
* Fix the following compilation warnings in nxge(4):dim2012-04-201-1/+1
* Replace homegrown list implementation in sys/dev/asr/asr.c withdim2012-04-201-11/+11
* The amr(4) firmware contains a rather dubious "feature" where itjhb2012-04-201-14/+31
* Stop using the hardware register value byte order swapping for now,adrian2012-04-197-71/+18
* Fix typo in commentthomas2012-04-181-1/+1
* Run the fatal proc as a proc, rather than where it currently is.adrian2012-04-172-1/+3
* Fix the RX free list locking creation and destruction to be consistentadrian2012-04-171-2/+8
* Add missing #includeadrian2012-04-171-0/+1
* Fix a Clang warning.jkim2012-04-161-1/+1
* Sync with Bryan Venteicher's virtio git repo:grehan2012-04-161-1/+3
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.adrian2012-04-154-24/+21
* Drop this down from 512 to 128 for now.adrian2012-04-151-1/+1
* Use the M_AMPDU_MPDU flag to determine when to manually set the seqno andbschmidt2012-04-151-6/+3
* Override some default values to work around various issues in the deep,adrian2012-04-151-3/+17
* i prefer this fix for the -Wformat warning (just one cast,luigi2012-04-141-5/+3
* Make compile on 64bit somehow for now after a first try at r234242 onbz2012-04-141-3/+5
* Catch up with Bryan Venteicher's virtio git repo:grehan2012-04-147-102/+254
* Both linux ath9k and the reference driver initialises the PLL hereadrian2012-04-141-0/+1
* Add a driver for the NXP (Philips) PCF8563 RTC.marius2012-04-132-0/+260
* fix build with -Wformat -Wmissing-prototypesluigi2012-04-131-2/+2
* Update to version 2.3.1.0jpaetzel2012-04-134-13/+128
* Upgrade ATH_EEPROM_FIRMWARE to a configuration option.adrian2012-04-131-2/+1
* Properly disable crc stripping when operating in netmap mode.luigi2012-04-132-4/+13
* add the new memory allocator for netmap, which allocates memoryluigi2012-04-131-0/+720
* A bit of cleanup in the names of fields of netmap-related structures.luigi2012-04-134-49/+81
* do not use a deprecated field in a structure.luigi2012-04-131-2/+2
* Introduce the ability to grab local EEPROM data from the firmware(9)adrian2012-04-131-0/+46
* Complete polled-mode operation by using a callout if the device will begrehan2012-04-123-1/+16
* Apparently the length field in advanced descriptorsluigi2012-04-121-1/+6
* Some code restructuring to bring the memory allocator out of netmap.cluigi2012-04-123-532/+556
* use correct selinfo pointer for the generic interrupt handlerluigi2012-04-121-2/+2
* Reapply r223198 which was reverted in the previous vendor import. Somejhb2012-04-112-4/+42
* A couple of changes related to ixgbe operation in netmap mode:luigi2012-04-112-5/+82
* Enable prefetching of descriptors on the TX ring, using the sameluigi2012-04-111-0/+8
* Back out r228476.yongari2012-04-112-55/+53
* uart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev/uart) aremarcel2012-04-112-107/+0
* Fix the default, non-superg compile.adrian2012-04-111-0/+2
* Fix compilation with IEEE80211_ENABLE_SUPERG defined.adrian2012-04-101-0/+1
* Convert the flags over to a set of bit flags.adrian2012-04-101-12/+13
* Queue CCBs internally instead of using CAM_REQUEUE_REQ status. This fixesjimharris2012-04-104-29/+56
* Blank the aggregate stats whenever the zero ioctl is called.adrian2012-04-101-0/+2
* Squirrel away SYNC interrupt debugging if it's enabled in the HAL.adrian2012-04-104-1/+42
* Revert this for now - it may work for -8 and -9 and -HEAD, but notadrian2012-04-101-14/+0
* Squirrel away the SYNC interrupt in case we're doing interrupt debugging.adrian2012-04-102-0/+5
OpenPOWER on IntegriCloud