summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* For re(4) controllers that uses new jumbo frame scheme(RTL8168C/D/E),yongari2011-01-121-2/+7
* A couple problems discovered by Andrew Boyer:jfv2011-01-121-3/+11
* Work around a witness(4) panic introduced in r217238.jkim2011-01-111-8/+26
* Fix a witness(4) warning introduced in r217238.jkim2011-01-111-13/+18
* Improve or fix some comments. No functional change.gavin2011-01-111-10/+10
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-1184-84/+0
* When driver is not running, do not send DUMP command to controlleryongari2011-01-101-0/+5
* Implement TSO on RealTek RTL8168/8111 C or later controllers.yongari2011-01-101-21/+19
* Add IDs for HighPoint RocketRAID 64x controllers.mav2011-01-101-0/+2
* Remove impossible error conditions.jkim2011-01-101-4/+2
* Add forgotten free(9) in the previous commit for an error case.jkim2011-01-101-0/+1
* Allow AcpiOsInstallInterruptHandler() and AcpiOsRemoveInterruptHandler() tojkim2011-01-102-84/+149
* Prefer KASSERT(9) over panic(9) as it was never seen in reality.jkim2011-01-101-2/+1
* Apply DMA address space restriction to controllers that have 4GByongari2011-01-101-1/+11
* Backout r216973 and r216970. r216973 didn't solve watchdog timeoutyongari2011-01-101-11/+1
* Add support for the Zeagle N2iTion3 Dive Computer to uplcom(4). This bringsgavin2011-01-092-0/+2
* Sync the list of devices supported by uslcom(4) with Linux, bringing ingavin2011-01-092-1/+27
* CSUM flags need to be OS version sensitive in ixv codejfv2011-01-071-0/+4
* kern/150247 - virtualization code also needs fix for 7.X to be buildable...jfv2011-01-071-1/+1
* Fix to kern/150247 - make ixgbe buildable for 7.xjfv2011-01-071-1/+1
* kern/153772 fix variable names.jfv2011-01-071-2/+2
* Don't try to free an unassigned pointer.bschmidt2011-01-071-4/+1
* Use a regular taskqueue rather than a fast taskqueue for mxge(4).jhb2011-01-071-3/+2
* Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated byjhb2011-01-061-1/+1
* Remove an unnecessary INTR_MPSAFE and a comment suggesting it wasjhb2011-01-061-3/+1
* Support the Uniform Industrial Corp (UIC) MSR206 Magnetic Card Reader.gavin2011-01-062-0/+2
* Update firmware to more recent versions.mjacob2011-01-053-54738/+56691
* Remove a redundant variable assignment found with the clang static analyzer.marius2011-01-051-1/+1
* Limit hardware bug workaround to controllers that have 4GB boundaryyongari2011-01-041-1/+4
* Partially revert change made in r212061. r212061 relied onyongari2011-01-041-1/+8
* Clarify the previous commit. AcpiFinishGpe() will not clear GPE for usjkim2011-01-041-1/+3
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyrwatson2011-01-044-2/+10
* Finish r210923, 210926. Mark some devices as eternal.kib2011-01-042-3/+4
* Clear GPE from a query handler if the task was deferred.jkim2011-01-041-8/+11
* Wait for commands to complete 10 times longer. This makes my A-DATA 32GB SDHCpjd2011-01-041-2/+2
* Fix parameters for wakeup(9) and tsleep(9).jkim2011-01-031-2/+2
* Add a 'locked' variant of the foo_start() routine and call it directlyjhb2011-01-0310-87/+65
* Fix endianness bug introduced in r205091.yongari2010-12-311-1/+1
* The mwl's HAL manages an array of MWL_MBSS_MAX VAPs where the first 8 arebschmidt2010-12-311-1/+1
* Remove debugging leftovers.yongari2010-12-311-5/+0
* Add driver for DM&P Vortex86 RDC R6040 Fast Ethernet.yongari2010-12-313-0/+2571
* Add RDC Semiconductor R6040 10/100 PHY driver.yongari2010-12-303-0/+344
* The RX path is missing a few bus_dmamap_*() calls, this results inbschmidt2010-12-301-3/+15
* Add reporting of GEOM::candelete BIO_GETATTR for md(4) and geom_disk(4).kib2010-12-291-2/+3
* Add sysctl vm.md_malloc_wait, non-zero value of which switches malloc-backedkib2010-12-291-3/+8
* A lack of console input is not the same thing as a byte of \0 input.cperciva2010-12-291-3/+4
* Add device id for RDC M3010 which is found on Vortex86 SoC.yongari2010-12-281-0/+5
* Use bus_alloc_resource_any().jhb2010-12-281-4/+4
* Introduce and use a new VM interface for temporarily pinning pages. Thisalc2010-12-255-223/+23
* Don't try to reserve a resource that is already allocated. If the ECDTjhb2010-12-231-0/+8
OpenPOWER on IntegriCloud