summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Refactor hard-reset implementation in ahci(4).mav2011-04-122-14/+74
* Implement automatic SCSI sense fetching for mvs(4).mav2011-04-122-38/+111
* Implement automatic SCSI sense fetching for siis(4).mav2011-04-122-36/+90
* Implement automatic SCSI sense fetching for ahci(4).mav2011-04-122-34/+93
* Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode.mav2011-04-122-4/+81
* We don't need to call EOWRITE4(sc, EHCI_USBINTR, 0) directly from each EHCIhselasky2011-04-123-15/+1
* De-dup the ar5416 rates array definition.adrian2011-04-113-28/+13
* Rework change made at r203146. Instead of reporting all wire errors asmav2011-04-111-13/+19
* Don't hardcode assumptions about basic rates, similar to what the rt2661bschmidt2011-04-092-21/+23
* Fix the completely wrong types I used in the previous commit.adrian2011-04-083-6/+6
* Begin fleshing out a public HAL routine to export the per-chainadrian2011-04-082-0/+78
* Export the per-chain ctl/ext noise floor values, raw and uncut, to theadrian2011-04-083-0/+22
* Extend the RX descriptor block to include two more EVM words.adrian2011-04-081-0/+2
* Use atomic load & store for TSC frequency. It may be overkill for amd64 butjkim2011-04-071-1/+1
* - Fixed a problem when multiqueue mode was enabled which caused the CQdavidch2011-04-072-154/+184
* Fix a bug in mxge's LRO which can cause dup acks togallatin2011-04-071-2/+4
* Add some more OS_MARK probes to the RX DMA setup/teardown code path.adrian2011-04-072-0/+14
* Add one more ID for Marvell 88SE912x chip found on Asus U3S6 card.mav2011-04-071-0/+1
* Modify read/write ioctls to work with 64 bit registers too.np2011-04-072-15/+33
* Update arcmsr(4) to vendor version 1.20.00.21. This release primarilydelphij2011-04-062-114/+196
* Implement mxge_init()gallatin2011-04-061-0/+8
* - Removed multiple console error messages and replaced with statisticdavidch2011-04-052-221/+289
* Important update for the igb driver:jfv2011-04-052-84/+110
* Lower the bar for ACPI-fast on real machines slightly. Empirical evidencesjkim2011-04-051-8/+11
* Add initial jumbo frame support for BCM5714/BCM5715 and BCM5780.yongari2011-04-052-17/+38
* Make the alq log path tunableadrian2011-04-051-1/+5
* The xpaBiasLvlFreq[] fields in the modal header also need swappingadrian2011-04-051-1/+4
* Move a trivial acpi_TimerDelta() to acpivar.h to make it inlineable.jkim2011-04-042-11/+10
* Always check the current minimum value to make the test more predictable.jkim2011-04-041-2/+2
* Fix bogus logic to calculate delta between two values from ACPI timers.jkim2011-04-041-8/+3
* Lower the bar for ACPI-fast on virtual machines. The current logic dependsjkim2011-04-041-2/+3
* Add inline to acpi_timer_read() to reduce unnecessary jumps and calls.jkim2011-04-041-3/+3
* Commit missing bits from the last commit:adrian2011-04-043-1/+6
* Add a HAL capability bit for supporting self-linked RX descriptors and disabl...adrian2011-04-049-12/+31
* At least set the coverage class value here; worry about populating theadrian2011-04-041-0/+1
* - Fix for missing event if a libUSB USB transfer is started andhselasky2011-04-031-4/+17
* - Correct EHCI interrupt disabling at detach.hselasky2011-04-033-3/+3
* I missed committing this last time - it's needed for the 5ghz fast clock calc...adrian2011-04-032-4/+6
* - Improvements to USB PF solutionhselasky2011-04-034-75/+264
* Add in the clock timing calculation when Merlin is using the 5ghz fast clock.adrian2011-04-031-2/+15
* Import a fix from the ath9k - reduce the TX FIFO size for Kite (AR9285.)adrian2011-04-031-1/+9
* Add an explanation of the inivalsadrian2011-04-031-0/+1
* Import nvram2env, a device driver which imports various NVRAM-styleadrian2011-04-031-0/+317
* From ath9k - clear the RX descriptor status before recycling it.adrian2011-04-021-0/+5
* Add some more debuggingadrian2011-04-021-0/+8
* Fix to an error condition case, when an mbuf chainjfv2011-04-011-16/+6
* Partially revert r184106. RX buffer ring also needs bus_dmamap_sync().yongari2011-04-011-2/+5
* Change the refresh_mbuf logic slightly, add an inlinejfv2011-04-012-10/+30
* 64bit DMA caused data corruption. Unfortunately there is no knownyongari2011-04-011-1/+4
* After the r219999 is merged to stable/8, rename fallocf(9) to falloc(9)kib2011-04-011-1/+1
OpenPOWER on IntegriCloud