aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/altera
Commit message (Expand)AuthorAgeFilesLines
* altera: clean up empty lines in .c and .h filesMateusz Guzik2020-09-015-9/+0
* Finish renaming in if_dwc.Michal Meloun2020-06-191-1/+1
* tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans2020-04-171-3/+3
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-3/+6
* Fix syntax error from r357647. Adjust a variable name to make the use moreScott Long2020-02-171-9/+13
* Enter the network epoch in the xdma interrupt handler if requiredRuslan Bukin2020-02-081-4/+5
* Ever since the block layer expanded its command syntax beyond justScott Long2020-02-072-15/+17
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+2
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-16/+9
* Add glue driver for Altera SOCFPGA Ethernet MAC (EMAC) found inRuslan Bukin2019-07-291-0/+113
* o Add support for BERI IOMMU deviceRuslan Bukin2019-07-221-1/+2
* Negate the logic of XCHAN_CAP_NOBUFS macro and rename it toRuslan Bukin2019-07-041-1/+0
* Add support for extended descriptor format to Altera mSGDMA driver.Ruslan Bukin2019-06-272-9/+68
* o Rewrite softdma_process_tx() of Altera SoftDMA engine driverRuslan Bukin2019-04-292-65/+94
* Fix off-by-one (page) errors in checks in d_mmap methods of several drivers.Konstantin Belousov2018-12-021-0/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-1/+1
* Convert atse(4) driver for Altera Triple-Speed Ethernet MegaCore to useRuslan Bukin2018-04-134-1048/+359
* Add driver for Altera SoftDMA® device.Ruslan Bukin2018-04-133-1/+865
* Add driver for Altera modular Scatter-Gather DMA engine (mSGDMA).Ruslan Bukin2018-04-132-0/+737
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-4/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2720-0/+40
* Merge enhancements to the ALTERA Avalon bus generic device attachmentRobert Watson2017-01-284-37/+240
* Merge robustness improvements for the ALTERA JTAG UART driver fromRobert Watson2017-01-282-46/+127
* o Fix style.Ruslan Bukin2016-12-281-47/+54
* 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