aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/altera
Commit message (Expand)AuthorAgeFilesLines
* Use OF_prop_free instead of direct call to free(9)Oleksandr Tymoshenko2016-05-141-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-2/+1
* As <machine/vm.h> is included from <vm/vm.h>, there is no need toSvatopluk Kraus2016-02-223-3/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* Do not configure Altera PIO device on ARM startup.Ruslan Bukin2015-01-041-2/+0
* Merge from CheriBSD:Brooks Davis2014-11-212-2/+21
* Merge from CheriBSD (2e28d2a3090239b30481f35dc452ad95a5c57389)Brooks Davis2014-11-211-13/+0
* Add Altera Parallel IO (PIO) device driver.Ruslan Bukin2014-11-183-0/+323
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-9/+9
* Merge atse(4) interrupt handling and race condition fixes from cheribsd:Bjoern A. Zeeb2014-09-162-71/+183
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Use ETHER_ALIGN as argument to m_adj() to offset the beginning of packetBjoern A. Zeeb2014-04-161-2/+2
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-024-0/+12
* Another round of removing historical mbuf(9) allocator flags.Gleb Smirnoff2014-01-161-1/+1
* These nexus attachments do not execute a real probe and so needNathan Whitehorn2013-10-294-4/+4
* Add a couple includes if net/if_var.h that were missed in r257176.Brooks Davis2013-10-282-0/+2
* MFP4: 221483, 221567, 221568, 221670, 221677, 221678, 221800, 221801,Brooks Davis2013-10-185-0/+3037
* MFP4 (driver change only):Brooks Davis2013-10-181-4/+14
* MFP4:Brooks Davis2013-10-181-6/+9
* Partial MFC of change 228122:Brooks Davis2013-04-301-1/+1
* MFP4 change 219820Brooks Davis2013-01-221-1/+1
* MFP4 change 219819Brooks Davis2013-01-221-7/+0
* Merge Perforce changeset 219952 to head:Robert Watson2013-01-1312-12/+12
* Partially merge Perforce changeset 219942 to head:Robert Watson2013-01-131-31/+44
* Merge Perforce changeset 219941 to head:Robert Watson2013-01-131-0/+143
* Merge Perforce changeset 219940 to head:Robert Watson2013-01-133-399/+21
* Merge Perforce changeset 219939 to head:Robert Watson2013-01-131-0/+451
* Merge Perforce changeset 219927 to head:Robert Watson2013-01-131-15/+21
* Merge Perforce changeset 219926 to head:Robert Watson2013-01-131-0/+116
* Merge Perforce changeset 219918 to head:Robert Watson2013-01-131-15/+21
* Merge Perforce changeset 219917 to head:Robert Watson2013-01-131-0/+143
* Correct double "the the"Eitan Adler2012-09-141-1/+1
* Add altera_jtag_uart(4), a device driver for Altera's JTAG UART soft core,Robert Watson2012-08-254-0/+1132
* Add a device driver for the Altera University Program SD Card IP Core,Robert Watson2012-08-255-0/+1397
* Add altera_avgen(4), a generic device driver to be used by hard and softRobert Watson2012-08-252-0/+534