Searched hist:"242 cd60a0a670ff7cc446436bedd129fbdce062c" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/modules/if_cgem/ |
H A D | Makefile | 242cd60a0a670ff7cc446436bedd129fbdce062c Sat Apr 02 18:53:37 CEST 2022 Milan Obuch <bsd@dino.sk> cgem: Support building as a loadable kernel module
For development, building a driver as kernel module is both convenient and a time saver (no need for reboot on some change, testing it requires just kldunload and kldload, a matter of seconds). For some special cases, it may be even desirable to postpone initializing the network interface after some action is done (loading a FPGA bitstream may be required for Zynq/ZynqMP based hardware as an example).
Building is limited to ARM, ARM64 and RISC-V architectures (for Zynq, ZynqMP, PolarFire Soc based boards, and HiFive based boards are known to use CGEM at the moment).
Reviewed by: mhorne MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D34687
|
/freebsd/sys/modules/ |
H A D | Makefile | diff 242cd60a0a670ff7cc446436bedd129fbdce062c Sat Apr 02 18:53:37 CEST 2022 Milan Obuch <bsd@dino.sk> cgem: Support building as a loadable kernel module
For development, building a driver as kernel module is both convenient and a time saver (no need for reboot on some change, testing it requires just kldunload and kldload, a matter of seconds). For some special cases, it may be even desirable to postpone initializing the network interface after some action is done (loading a FPGA bitstream may be required for Zynq/ZynqMP based hardware as an example).
Building is limited to ARM, ARM64 and RISC-V architectures (for Zynq, ZynqMP, PolarFire Soc based boards, and HiFive based boards are known to use CGEM at the moment).
Reviewed by: mhorne MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D34687
|