aboutsummaryrefslogtreecommitdiff
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
* Make the read/write routines default to the newer DS1337 part, but keepWarner Losh2013-05-101-20/+2
* As requested, move this back to opt-in and list my boards.Warner Losh2013-05-101-3/+30
* Remove the commented out code I just committed. If we need it, I'llWarner Losh2013-05-101-225/+0
* Add support from GE Intelligent Platform Cavium Octeon boards. AddWarner Losh2013-05-105-12/+457
* Both my EBH5200 and GE WANIC 6354 have a RTC as well. It looks fromWarner Losh2013-05-101-18/+3
* MFV: r250336Jung-uk Kim2013-05-081-0/+1
|\
* | Expose cvmx_mgmt_port_num_ports() as a wrapper to the staticWarner Losh2013-05-022-0/+18
* | Fix this code to compile without warnings - AH_DEBUG was pulling inAdrian Chadd2013-05-021-2/+6
* | Add device identification and probe/attach support for the QCA9565.Adrian Chadd2013-05-021-0/+2
* | Fix incorrect sizeof() in bzero()Eitan Adler2013-05-011-1/+1
* | Disable TXCONT, it's not here in FreeBSD.Adrian Chadd2013-05-011-0/+2
* | There's no HAL_EEPROM in FreeBSD - use ar9300_eeprom_t instead.Adrian Chadd2013-05-011-1/+1
* | Sync from git - ah_config is in 'ath_hal', not 'ath_hal_private' onAdrian Chadd2013-04-291-1/+1
* | Bring over my FreeBSD modifications for the AR9300 HAL to make itAdrian Chadd2013-04-2832-1172/+4642
* | Copy the vendor branch ar9300 code from qcamain_open_hal into thisAdrian Chadd2013-04-2868-0/+233321
* | Merge ACPICA 20130418.Jung-uk Kim2013-04-1935-662/+1205
|\|
* | Forcibly defining _KERNEL is bad idea. Toss some code so that ip_var.hGleb Smirnoff2013-04-081-3/+3
* | Merge ACPICA 20130328.Jung-uk Kim2013-04-0438-1481/+2913
|\|
* | Simplify TAILQ usage and avoid additional memory allocations.Gleb Smirnoff2013-03-052-87/+30
* | Merge ACPICA 20130214.Jung-uk Kim2013-02-1555-741/+2805
|\|
* | Merge two bug fixes from the vendor branch.Jung-uk Kim2013-01-284-22/+40
|\|
* | Fix another build breakage for ia64.Jung-uk Kim2013-01-211-1/+1
* | Fix packet reception and other issues arising from incorrect ASX clockJuli Mallett2013-01-211-0/+15
* | Work around build breakage with GCC 4.2.Jung-uk Kim2013-01-191-1/+1
* | Merge ACPICA 20130117.Jung-uk Kim2013-01-17281-7248/+8954
|\|
* | Use the right USB clock type on the EdgeRouter Lite. This fixes USB.Juli Mallett2013-01-021-0/+3
* | Add basic support for the Ubiquiti EdgeRouter Lite.Juli Mallett2013-01-022-0/+12
* | Allow this file to build on FreeBSD.Juli Mallett2012-11-271-0/+2
* | o) Have the FreeBSD kernel option "INVARIANTS" trickle down into the SimpleJuli Mallett2012-11-243-5/+38
* | Use bootverbose to control debug printfs from the Cavium Simple ExecutiveJuli Mallett2012-11-242-2/+3
* | o) Add support for specifying a model of Octeon to target at compile-time,Juli Mallett2012-11-242-3/+12
* | Merge ACPICA 20121114.Jung-uk Kim2012-11-2044-502/+860
|\|
* | Return port numbers for ATCA-7220 SPI interfaces in a different place forJuli Mallett2012-11-192-8/+10
* | Fix packet receive on the ATCA-7220 by disabling FCS-related checks, since theJuli Mallett2012-11-192-0/+14
* | Fix build for FreeBSD kernel.Juli Mallett2012-11-131-4/+4
* | In sys/contrib/ngatm/netnatm/msg/uni_ie.c, fix a few warnings from newerDimitry Andric2012-11-051-4/+4
* | Handle the management port on the EBT5600 and disable loopback. The XAUIJuli Mallett2012-11-011-0/+12
* | Speed feature tests and initialize helper configuration that some CPUs require.Juli Mallett2012-10-302-2/+2
* | Use Simple Executive LED display routines, which correctly use the LED baseJuli Mallett2012-10-291-3/+6
* | No MII on the RSYS4GBE (AMC-7211/ATCA-7220).Juli Mallett2012-10-261-0/+5
* | Add support for Radisys as a vendor of Octeon hardware. Add some preliminaryJuli Mallett2012-10-263-0/+18
* | Merge ACPICA 20121018.Jung-uk Kim2012-10-23191-2253/+3661
|\|
* | Fix defines in r241245. We actually don't define FreeBSD.Gleb Smirnoff2012-10-141-2/+2
* | Revert previous commit...Kevin Lo2012-10-105-5/+5
* | Prefer NULL over 0 for pointersKevin Lo2012-10-095-5/+5
* | A step in resolving mess with byte ordering for AF_INET. After this change:Gleb Smirnoff2012-10-061-2/+2
* | Fix pseudo checksum calculation.Max Khon2012-09-271-1/+3
* | Fix panic introduced by me in r240835, when zero weightGleb Smirnoff2012-09-251-4/+5
* | Use M_NOWAIT in wtab_alloc(), too. Convert panic() toGleb Smirnoff2012-09-221-6/+9
* | Fix an obvious typo.Pawel Jakub Dawidek2012-09-221-1/+1