aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xilinx
Commit message (Expand)AuthorAgeFilesLines
* axidma(4): add local data cache flushes.Ruslan Bukin2025-04-221-1/+8
* xilinx axi ethernet: allocate memory for buffers.Ruslan Bukin2025-03-261-4/+18
* xilinx quad spi: various fixes.Ruslan Bukin2025-03-261-6/+25
* Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin2025-01-021-2/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+2
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-5/+0
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-273-3/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-164-8/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* Mechanically convert if_xae to IfAPIJustin Hibbits2023-02-072-48/+47
* Add fdt to name of a fdt specific functionAndrew Turner2022-05-231-1/+1
* xilinx: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-104-15/+5
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* if_xae: Remove unused variables.John Baldwin2022-04-121-6/+0
* axidma: Remove unused variables.John Baldwin2022-04-121-11/+0
* RISC-V: fix some mismatched format specifiersMitchell Horne2020-09-081-1/+1
* xilinx: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-2/+0
* Enter the network epoch in the xdma interrupt handler if requiredRuslan Bukin2020-02-081-2/+2
* Fix xae(4) driver attachement on the Government Furnished Equipment (GFE)Ruslan Bukin2020-02-073-24/+89
* Add driver for Xilinx XDMA PCIe Bridge found in the U.S. GovernmentRuslan Bukin2020-01-292-0/+878
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-30/+30
* Negate the logic of XCHAN_CAP_NOBUFS macro and rename it toRuslan Bukin2019-07-041-0/+1
* Add driver for the Xilinx AXI Direct Memory Access (AXI DMA) controllerRuslan Bukin2019-05-082-0/+744
* Add driver for Xilinx AXI Ethernet tri-mode (10/100/1000 Mb/s) MAC foundRuslan Bukin2019-05-083-0/+1299
* ofw_spi: Parse property for the SPI mode and CS polarity.Emmanuel Vadot2016-12-181-0/+2
* Assert CS for single transfers.Ruslan Bukin2016-04-191-30/+11
* Add driver for Xilinx AXI Quad SPI device. The device was found inRuslan Bukin2016-04-191-0/+252