aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add PrimeCell UART (PL011) driverOleksandr Tymoshenko2012-08-304-0/+442
* Attach interrupt handlers during attach instead of during the first timeJohn Baldwin2012-08-301-5/+5
* Use callout(9) rather than timeout(9). Note that the periodic timer inJohn Baldwin2012-08-303-4/+5
* The DIR-825 cal data is in an odd spot. I don't know why it's here.Adrian Chadd2012-08-301-3/+6
* Preparations for adding USB HOST mode to the DWC OTG driver.Hans Petter Selasky2012-08-303-506/+980
* Add bunch of ATI HDMI HDA controller IDs.Alexander Motin2012-08-302-0/+18
* Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.Alexander Motin2012-08-303-0/+4
* In ifc_alloc_unit():Gleb Smirnoff2012-08-301-6/+15
* - Remove accounting of locked memory from vsunlock(9) that I missed in r239818.Andrey Zonov2012-08-301-7/+0
* Migrate the AR9285 diversity configuration LNA configuration to useAdrian Chadd2012-08-303-110/+126
* Do not call sati_check_data_io() for SATI_UNMAP sequences.Jim Harris2012-08-301-4/+0
* More attempts at space saving.Adrian Chadd2012-08-291-2/+4
* After r239868, also remove the comment about the workaround forDimitry Andric2012-08-291-1/+0
* Remove the argument-less .align directive in sys/i386/bios/smapi_bios.S.Dimitry Andric2012-08-291-1/+0
* Remove workaround for the clang 3.2 warning in ah_eeprom_9287.c, sinceDimitry Andric2012-08-292-2/+1
* There's no nede to allocate a DMA map just before calling bus_dmamem_alloc().Adrian Chadd2012-08-291-11/+0
* - Unlike cache invalidation and TLB demapping IPIs, reading registers fromMarius Strobl2012-08-294-20/+29
* - Don't take an account of locked memory for current process in vslock(9).Andrey Zonov2012-08-291-21/+0
* 4-wire mode isn't working quite right, so turn it off for a bit.Warner Losh2012-08-291-1/+1
* Make this work on the AT91SAM9G20:Warner Losh2012-08-291-9/+22
* When copying data, use memcpy instead of bcopy. It matches theWarner Losh2012-08-291-7/+7
* Set the HAL combined antenna diversity capability if the AR9285Adrian Chadd2012-08-291-0/+3
* Add a new capability bit - whether the hardware supports AR9285 styleAdrian Chadd2012-08-291-1/+2
* Add AR5413 radar parameters and strong signal diversity capability.Adrian Chadd2012-08-292-21/+155
* Add a (temporarily located) definition.Adrian Chadd2012-08-291-0/+5
* Bring over a configuration for the Atheros AP91 reference board.Adrian Chadd2012-08-292-0/+167
* Remove - not needed.Adrian Chadd2012-08-291-2/+0
* Remove extra debugging - there's no longer any need.Adrian Chadd2012-08-291-2/+0
* * Don't compile in sysctl descriptionsAdrian Chadd2012-08-281-1/+4
* Add a new flash part - 4MB SPI flash from Winbond.Adrian Chadd2012-08-281-0/+1
* Remove unused SI_* flags.Ed Schouten2012-08-282-6/+0
* Remove unneeded G_PF_CANDELETE flag.Ed Schouten2012-08-289-24/+0
* Use a proper destructor function.Ed Schouten2012-08-281-9/+12
* Make AT91_MCI_ALLOW_OVERCLOCK a real option. Rename old use 30MHz toWarner Losh2012-08-281-86/+89
* Clip the upper end to 31MHz for slow clock speeds. On fasterWarner Losh2012-08-281-5/+6
* Shorten the name of the fast SWI taskqueue to "fast taskq" so thatJohn Baldwin2012-08-281-1/+1
* Merge recent vendor changes:Martin Matuska2012-08-2818-42/+163
* Fix misspelled "Infiniband".John Baldwin2012-08-282-2/+2
* oops, make cfg read-write.Adrian Chadd2012-08-281-1/+1
* This is an initial board configuration for the D-Link DIR-825 dual-bandAdrian Chadd2012-08-282-0/+135
* Move to using a flag instead of checking the CPU type eachWarner Losh2012-08-281-2/+9
* Style: Move these routines to be before the forward declared functionsWarner Losh2012-08-281-12/+12
* Bring in the multi-block patches for mci. These required extensiveWarner Losh2012-08-281-193/+664
* Only print the descriptor contents!Adrian Chadd2012-08-271-2/+2
* Don't grab an unreferenced pointer to the VAP bss node.Adrian Chadd2012-08-271-3/+9
* Convert AP93 to use the new AR724X_BASE configuration file.Adrian Chadd2012-08-272-166/+24
* Slim down the default AR724X build.Adrian Chadd2012-08-271-28/+30
* Convert to using ulzma.Adrian Chadd2012-08-271-5/+3
* Improve the sample rate logging.Adrian Chadd2012-08-271-2/+3
* Ensure that all firstep values are available in ANI.Adrian Chadd2012-08-271-3/+7