summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove all the checks on curthread != NULL with the exception of some MDattilio2012-09-132-9/+3
* - Add some registers defined in PCI 3.0 including new AER bits.jhb2012-09-131-11/+68
* Don't use AR_PHY_MODE to setup half/quarter rate.adrian2012-09-132-13/+4
* Define missing DEBUGOUT# macros. DEBUGOUT[45] are not yet used but areeadler2012-09-131-0/+5
* Rename the IVY_RNG option to RDRAND_RNG.kib2012-09-132-3/+3
* Install interrupt handlers early, during attach, for the reasonnp2012-09-131-41/+67
* Use native FreeBSD facilities everywhere except the shared code in common/np2012-09-134-32/+27
* Enable fractional 5G mode on half/quarter rate channels.adrian2012-09-131-1/+11
* Flip on half/quarter rate support.adrian2012-09-131-3/+3
* Introduce an AR5416 flavour of the IFS and mac usec/timing configurationadrian2012-09-131-1/+140
* Call the ar5212SetCoverageClass() function for now.adrian2012-09-131-1/+2
* Add register defintions for the AR5416 TX/RX latency fields.adrian2012-09-131-0/+6
* Compensate for half/quarter rate differences in MAC clock speed.adrian2012-09-131-0/+7
* Update interface to firmware 1.6.2 and include the firmware in the driver.np2012-09-133-16/+7700
* No need to leak these into the includer's namespace.grehan2012-09-131-0/+6
* Relax requirement of certain mb()sgrehan2012-09-131-2/+2
* Fix TX FIFO sizes. Correct FIFO handling in Host mode.hselasky2012-09-122-66/+84
* Fix AHCI 1.2 version checks. This should be mostly cosmetic.mav2012-09-121-3/+3
* Restart the USB transfer if the error is not USB_ERR_CANCELLED.kevlo2012-09-121-7/+0
* Reduce DWC OTG polling rate by using the SOF interrupt.hselasky2012-09-122-42/+75
* Fix missing parts of DWC OTG host mode support. The host mode supporthselasky2012-09-112-193/+168
* revert r240344: cpu_devices[] is used in other functions and must be keptavg2012-09-111-1/+0
* Remove a prefetch() directive that, after careful testing, does more harmscottl2012-09-111-1/+0
* acpi_cpu: free result of device_get_childrenavg2012-09-111-0/+1
* Clear the correct descriptor when going through the chained togetheradrian2012-09-111-1/+1
* Remove some more NetBSD compat shims and other unused bits from thesejhb2012-09-1018-201/+93
* Poll VBUS status every second, hence the AT91 GPIO library doesn't supporthselasky2012-09-102-51/+15
* Fix for IRQ hang in DWC OTG host mode.hselasky2012-09-101-19/+27
* Cleanup interrupt handling in Host Mode.hselasky2012-09-102-45/+45
* At least from A70M FCH chipsets AMD started to use their real vendor IDmav2012-09-091-1/+2
* Implement missing USB suspend and resume support for DWC OTG driver.hselasky2012-09-091-6/+60
* Add support for DWC OTG.hselasky2012-09-091-0/+3
* Add support for host mode to the DWC OTG controller driver.hselasky2012-09-093-193/+1174
* Make sure the aggregate fields are properly cleared - both in theadrian2012-09-091-0/+12
* Remove TDMA #define entries from if_ath.c; they now exist in if_ath_tdma.h.adrian2012-09-091-16/+0
* Correctly mask out the RTS/CTS flags when forming aggregates.adrian2012-09-081-1/+1
* Remove useless extra test.mjacob2012-09-071-4/+2
* Use callout(9) instead of timeout(9) to manage timers.jhb2012-09-071-13/+15
* It seems that what the code really meant is that when a write is completed,delphij2012-09-071-1/+1
* Remove remaining 4.x compat shims. No resulting changes (verified byjhb2012-09-074-53/+35
* Complete and merge the list between Sandy/Ivy bridge of eventsfabient2012-09-071-28/+18
* Ensure that single-frame aggregate session frames are retransmittedadrian2012-09-071-0/+45
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.jhb2012-09-0613-278/+89
* Add Intel Ivy Bridge support to hwpmc(9).fabient2012-09-064-176/+433
* Add missing braceskevlo2012-09-061-1/+2
* Add #defines for the bits in the PCI Express SLOT registers. Namesgavin2012-09-051-0/+32
* - Explicitly call twe_done() to poll the hardware when looping injhb2012-09-052-16/+20
* Add support for new Intel on-CPU Bull Mountain random numberkib2012-09-054-32/+156
* Only stop the BXE controller if it was first started. Stoppingsilby2012-09-051-1/+7
* Support another uchcom(4) device.gavin2012-09-042-0/+2
OpenPOWER on IntegriCloud