summaryrefslogtreecommitdiffstats
path: root/sys/contrib
Commit message (Expand)AuthorAgeFilesLines
...
* | | MFV: r250336jkim2013-05-081-0/+1
* | | Expose cvmx_mgmt_port_num_ports() as a wrapper to the staticimp2013-05-022-0/+18
* | | Fix this code to compile without warnings - AH_DEBUG was pulling inadrian2013-05-021-2/+6
* | | Add device identification and probe/attach support for the QCA9565.adrian2013-05-021-0/+2
* | | Fix incorrect sizeof() in bzero()eadler2013-05-011-1/+1
* | | Disable TXCONT, it's not here in FreeBSD.adrian2013-05-011-0/+2
* | | There's no HAL_EEPROM in FreeBSD - use ar9300_eeprom_t instead.adrian2013-05-011-1/+1
* | | Sync from git - ah_config is in 'ath_hal', not 'ath_hal_private' onadrian2013-04-291-1/+1
* | | Bring over my FreeBSD modifications for the AR9300 HAL to make itadrian2013-04-2832-1172/+4642
* | | Copy the vendor branch ar9300 code from qcamain_open_hal into thisadrian2013-04-2868-0/+233321
* | | Merge ACPICA 20130418.jkim2013-04-1935-664/+1207
|\ \ \ | |/ /
* | | Forcibly defining _KERNEL is bad idea. Toss some code so that ip_var.hglebius2013-04-081-3/+3
* | | Merge ACPICA 20130328.jkim2013-04-0438-1547/+2979
|\ \ \ | |/ /
* | | Simplify TAILQ usage and avoid additional memory allocations.glebius2013-03-052-87/+30
* | | Merge ACPICA 20130214.jkim2013-02-1555-741/+2805
|\ \ \ | |/ /
* | | Merge two bug fixes from the vendor branch.jkim2013-01-284-22/+40
* | | Fix another build breakage for ia64.jkim2013-01-211-1/+1
* | | Fix packet reception and other issues arising from incorrect ASX clockjmallett2013-01-211-0/+15
* | | Work around build breakage with GCC 4.2.jkim2013-01-191-1/+1
* | | Merge ACPICA 20130117.jkim2013-01-17281-7248/+8954
|\ \ \ | |/ /
* | | Use the right USB clock type on the EdgeRouter Lite. This fixes USB.jmallett2013-01-021-0/+3
* | | Add basic support for the Ubiquiti EdgeRouter Lite.jmallett2013-01-022-0/+12
* | | Allow this file to build on FreeBSD.jmallett2012-11-271-0/+2
* | | o) Have the FreeBSD kernel option "INVARIANTS" trickle down into the Simplejmallett2012-11-243-5/+38
* | | Use bootverbose to control debug printfs from the Cavium Simple Executivejmallett2012-11-242-2/+3
* | | o) Add support for specifying a model of Octeon to target at compile-time,jmallett2012-11-242-3/+12
* | | Merge ACPICA 20121114.jkim2012-11-2044-502/+860
|\ \ \ | |/ /
* | | Return port numbers for ATCA-7220 SPI interfaces in a different place forjmallett2012-11-192-8/+10
* | | Fix packet receive on the ATCA-7220 by disabling FCS-related checks, since thejmallett2012-11-192-0/+14
* | | Fix build for FreeBSD kernel.jmallett2012-11-131-4/+4
* | | In sys/contrib/ngatm/netnatm/msg/uni_ie.c, fix a few warnings from newerdim2012-11-051-4/+4
* | | Handle the management port on the EBT5600 and disable loopback. The XAUIjmallett2012-11-011-0/+12
* | | Speed feature tests and initialize helper configuration that some CPUs require.jmallett2012-10-302-2/+2
* | | Use Simple Executive LED display routines, which correctly use the LED basejmallett2012-10-291-3/+6
* | | No MII on the RSYS4GBE (AMC-7211/ATCA-7220).jmallett2012-10-261-0/+5
* | | Add support for Radisys as a vendor of Octeon hardware. Add some preliminaryjmallett2012-10-263-0/+18
* | | Merge ACPICA 20121018.jkim2012-10-23191-2257/+3665
* | | Fix defines in r241245. We actually don't define FreeBSD.glebius2012-10-141-2/+2
* | | Revert previous commit...kevlo2012-10-105-5/+5
* | | Prefer NULL over 0 for pointerskevlo2012-10-095-5/+5
* | | A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-2/+2
* | | Fix pseudo checksum calculation.fjoe2012-09-271-1/+3
* | | Fix panic introduced by me in r240835, when zero weightglebius2012-09-251-4/+5
* | | Use M_NOWAIT in wtab_alloc(), too. Convert panic() toglebius2012-09-221-6/+9
* | | Fix an obvious typo.pjd2012-09-221-1/+1
* | | Convert more M_WAITOK malloc() to M_NOWAIT.glebius2012-09-223-8/+8
* | | Remove #ident macro.rpaulo2012-09-211-3/+2
* | | Fix typo: s/pakcet/packetkevlo2012-09-201-1/+1
* | | Merge ACPICA 20120913.jkim2012-09-1930-278/+721
* | | Do more than r236298 did in the projects/pf branch: use M_NOWAIT inglebius2012-09-183-19/+11
OpenPOWER on IntegriCloud