summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add opt_wlan.h includes, so IEEE80211_* configuration changes areadrian2012-05-125-0/+6
* Convert the if_vr(4) driver model to the interrupt filter model and userpaulo2012-05-122-12/+32
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPImav2012-05-124-0/+8
* * Remove the AR7240 register defines and reuse the AR8x16 defines.adrian2012-05-122-8/+5
* Further arswitch work:adrian2012-05-124-1/+194
* Pointy hat to sleep deprived committer.sbruno2012-05-121-2/+2
* Fix inappropriate data type for two bus_dmamap_t variables that were causingsbruno2012-05-122-5/+4
* Commit the first pass of the etherswitch support.adrian2012-05-1118-0/+3090
* Make sure we don't dereference a null pointerkevlo2012-05-111-4/+5
* Remove unused variable mii.kevlo2012-05-111-2/+0
* Initialize "error" to zero when it's declared in em_setup_receive_ring()kevlo2012-05-111-1/+1
* - Change the module order of these MAC drivers to be last so they aremarius2012-05-114-9/+13
* Add support for Ralink RT2800/RT3000 chipsets.bschmidt2012-05-104-3/+5617
* Remove out of date KASSERT that fire with soft PMC.fabient2012-05-101-12/+0
* Modify the binding of queues to attach to as many CPUssbruno2012-05-101-2/+17
* Add some empty DFS methods for AR5210/AR5211 for now, if DFS is enabledadrian2012-05-096-0/+32
* Implement basic remote PHY support. Remote PHY allows theyongari2012-05-092-52/+444
* Do not reinitialise the interface if it is already running, this prevents thethompsa2012-05-091-0/+3
* - Rename sysctl "loose_rx_mtu" to "strict_rx_mtu" to match code usage.davidch2012-05-081-1/+1
* The DEVICE_POLLING dereference of sc->tsec_ifp needs to be checked for nullthompsa2012-05-081-7/+7
* Re-enable this particular DELAY() for now, at least until theadrian2012-05-071-0/+2
* Restore jumbo frame configuration which was broken in r218423.yongari2012-05-071-14/+4
* Add a trivial driver for the GXemul Ethernet device. Probably quite buggy andjmallett2012-05-072-0/+454
* Add a driver for the GXemul test machine's disk controller and disk devices.jmallett2012-05-062-0/+372
* Fix off-by-one error in sati_inquiry_block_device_translate_data(). Bug wouldjimharris2012-05-041-1/+1
* Fix the returns in mfi_tbolt_sync_map_info. I forgot to changeambrisko2012-05-041-7/+14
* Fix a couple of sc_ac2q[] mappings that were using the TID, not the AC.adrian2012-05-041-4/+4
* Complete commit message for r235024:jkim2012-05-041-1/+1
* Use MADT to match ACPI Processor objects to CPUs. MADT and DSDT/SSDTs mayjkim2012-05-041-2/+38
* Some style improvements.ambrisko2012-05-043-48/+46
* First fix pr 167226:ambrisko2012-05-045-85/+225
* print 'netmap stack ring full' only in verbose mode.luigi2012-05-031-1/+2
* Make sure the EHCI bandwidth allocation algorithmhselasky2012-05-032-8/+30
* Added D_TRACKCLOSE to sndstat_cdevsw to fix the situation whenpho2012-05-021-42/+37
* Fix so that ,usr and ,os work correctly with fixed function (IAF)gnn2012-05-021-1/+2
* Merge a rudimentary gxemul "oldtestmips" port. This consists almostrwatson2012-05-021-0/+334
* Change the MIB cycle count API to return HAL_BOOL, rather than uint32_t,adrian2012-05-0115-15/+83
* Bring over the first part of the etherswitch framework - an MDIO bus andadrian2012-05-015-0/+657
* Change the default to not use packet counters to generate rx interrupts.np2012-04-302-5/+8
* Make sure that the firmware version is available innp2012-04-301-5/+11
* Add support for Multi-TT mode of modern USB HUBs.hselasky2012-04-295-173/+161
* After thinking about this a bit more, let's not keep statistics per-channeladrian2012-04-285-9/+10
* Although not strictly needed, quieten a compiler warning by a user.adrian2012-04-281-1/+1
* Extend the ANI code to implement basic channel survey support.adrian2012-04-283-36/+73
* Fetch the channel survey code from the HAL.adrian2012-04-282-0/+9
* Extend the HAL channel survey statistics:adrian2012-04-281-0/+4
* Add a comment about this DELAY(), I'm not sure whether it's supposedadrian2012-04-281-0/+4
* Add an AR5416 PCU DMA stop method, as a check for the AR9130 is needed.adrian2012-04-283-0/+36
* Remove some of the redundant locking done in the TX completion path,adrian2012-04-261-9/+13
* Add the BT register definitions for AR9285/AR9287 BT coexistence.adrian2012-04-262-0/+83
OpenPOWER on IntegriCloud