ZEDBOARD (7f49ce7a0b5f0d501d233308d73ccb1bf191a68b) | ZEDBOARD (2de9b4d3476945e773d19d3eb152ef0382f07963) |
---|---|
1# 2# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based 3# ZedBoard (www.zedboard.org) and similar Zynq boards. 4# 5# For more information on this file, please read the config(5) manual page, 6# and/or the handbook section on Kernel Configuration Files: 7# 8# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html --- 43 unchanged lines hidden (view full) --- 52device cgem # Zynq-7000 gig ethernet device 53device mii 54device e1000phy 55device rgephy # Zybo uses Realtek RTL8211E 56device pty 57device uart 58device gpio 59 | 1# 2# ZEDBOARD -- Custom configuration for the Xilinx Zynq-7000 based 3# ZedBoard (www.zedboard.org) and similar Zynq boards. 4# 5# For more information on this file, please read the config(5) manual page, 6# and/or the handbook section on Kernel Configuration Files: 7# 8# https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html --- 43 unchanged lines hidden (view full) --- 52device cgem # Zynq-7000 gig ethernet device 53device mii 54device e1000phy 55device rgephy # Zybo uses Realtek RTL8211E 56device pty 57device uart 58device gpio 59 |
60device spibus 61device mx25l 62device zy7_qspi # Xilinx Zynq QSPI controller 63 |
|
60device md 61device mmc # mmc/sd bus 62device mmcsd # mmc/sd flash cards 63device sdhci # generic sdhci 64device bpf # Berkeley packet filter 65 66# USB support 67device usb --- 12 unchanged lines hidden --- | 64device md 65device mmc # mmc/sd bus 66device mmcsd # mmc/sd flash cards 67device sdhci # generic sdhci 68device bpf # Berkeley packet filter 69 70# USB support 71device usb --- 12 unchanged lines hidden --- |