aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Convert bxe(4) to use the driver API.Marcel Moolenaar2014-06-024-197/+202
* Convert em(4) to use the driver API.Marcel Moolenaar2014-06-024-447/+373
* Convert fxp(4) to use the driver API.Marcel Moolenaar2014-06-022-183/+176
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-0214-41/+51
* Change type of the DMA address so that on PAE platforms we get canHans Petter Selasky2014-06-021-2/+2
* Split the virtio.h header file into multiple filesBryan Venteicher2014-06-016-54/+125
* Add basic support for isochronous transfers in host mode to theHans Petter Selasky2014-06-012-11/+260
* Ignore IIC_ENOADDR from iicbus_reset() as it only means we have aLuiz Otavio O Souza2014-05-311-0/+6
* Add a bounds verification to the SCL and SDA pin values.Luiz Otavio O Souza2014-05-311-9/+16
* cxgbe(4): Fix a NULL dereference when the very first call toNavdeep Parhar2014-05-301-2/+6
* It appears the ISP/SAF1761 sometimes is busy when reading the statusHans Petter Selasky2014-05-301-19/+21
* Use callout_*() rather than timeout()/untimeout().John Baldwin2014-05-301-8/+6
* Make driver detach code in USB mass storage test optional.Hans Petter Selasky2014-05-303-1/+6
* Add ISP/SAF1761 bootloader bus interface file.Hans Petter Selasky2014-05-301-0/+146
* Add support for basic read, write and read capacity disk operations toHans Petter Selasky2014-05-302-2/+113
* Correct vt(4) border calculations on font switchEd Maste2014-05-291-11/+16
* Update size in vt_grow if we don't have to reallocateEd Maste2014-05-291-0/+3
* In uart_bus_grab(), use the ier_mask instead of a custom hack for XScale.Olivier Houchard2014-05-291-5/+3
* Correct KASSERT stringsEd Maste2014-05-291-4/+4
* In the grab function, keep the bit 6 on in the IER, on XScale, using 0Olivier Houchard2014-05-291-1/+6
* Add support for the unmapped i/o to mfi(4).Konstantin Belousov2014-05-295-15/+25
* Remove driver as unused.Aleksandr Rybalko2014-05-291-141/+0
* Add some more spinlocks to protect the state of the USB transferHans Petter Selasky2014-05-291-27/+38
* Hook the ISP/SAF1761 driver into MIPS kernel builds.Hans Petter Selasky2014-05-292-4/+4
* Optimise the ISP/SAF1761 driver:Hans Petter Selasky2014-05-293-43/+266
* Fixes for ISP/SAF1761 host mode:Hans Petter Selasky2014-05-283-64/+133
* Actually, just merge r233362 and do away with the unnecessary uint8_tMarius Strobl2014-05-281-1/+1
* Commit the right version of r266793.Marius Strobl2014-05-281-1/+1
* - Fix compilation with PAE support enabled by improving the casting ofMarius Strobl2014-05-281-7/+8
* Fix DMA handling in radeon_dummy_page_init():Marius Strobl2014-05-281-2/+2
* reference the correct variable in a commentLuigi Rizzo2014-05-281-1/+1
* Remove debugging printf that crept in in r266770.Gavin Atkinson2014-05-271-1/+1
* Various cleanups and fixes:John Baldwin2014-05-271-172/+102
* Add support for the Intel Centrino Wireless-N 105 chipset.Gavin Atkinson2014-05-272-1/+41
* cxgbe(4): netmap support for Terminator 5 (T5) based 10G/40G cards.Navdeep Parhar2014-05-276-258/+1900
* Add PCI ID for AMT based serial interface found on the Lenovo T61.Sean Bruno2014-05-271-0/+1
* - Correct bus space resource type for register access.Hans Petter Selasky2014-05-273-3/+17
* Multiple fixes and improvements:Hans Petter Selasky2014-05-273-360/+520
* - Improve performance by fixing incorrect Rx/Tx handlingKevin Lo2014-05-273-232/+180
* Remove r264317 by accident.Kevin Lo2014-05-271-0/+1
* e1000: add missing bracesEitan Adler2014-05-261-2/+4
* Make SAF1761 driver endian safe.Hans Petter Selasky2014-05-251-11/+19
* Increase taskqueue thread priority from idle to PRIBIO.Alexander Motin2014-05-242-6/+2
* Move the tcp_fields_to_host() and tcp_fields_to_net() (inline)Bjoern A. Zeeb2014-05-231-11/+0
* cxgbe(4): Remove stray if_up from the code that creates the tracing ifnet.Navdeep Parhar2014-05-231-1/+0
* Make iwn(4) able to get itself back into working condition afterEdward Tomasz Napierala2014-05-222-2/+52
* Erm, revert r266544; wrong tree.Edward Tomasz Napierala2014-05-221-54/+2
* Make iwn(4) able to get itself back into working condition afterEdward Tomasz Napierala2014-05-221-2/+54
* - Give firmware loading more time.Hans Petter Selasky2014-05-221-2/+2
* - Fix a bug where the TLBPC value was forced to being odd for INHans Petter Selasky2014-05-221-11/+5