summaryrefslogtreecommitdiff
path: root/sys/modules/neta
AgeCommit message (Collapse)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2022-01-04neta: need clknode_if.hWarner Losh
clknode_if.h is needed for this device on aarch64. Create it always. Sponsored by: Netflix
2021-09-20if_mvneta: Build the driver as a kernel moduleHubert Mazur
Fix device detach and attach routine. Add required Makefile to build as a module. Remove entry from GENERIC, since now it can be loaded automatically. Tested on EspressoBin. Obtained from: Semihalf Reviewed by: manu Differential revision: https://reviews.freebsd.org/D31581
2021-09-14Revert "if_mvneta: Build the driver as a kernel module"Wojciech Macek
This reverts commit bcf5c7a8b1dcdcd5f27c1aa694f66208dc07a0dd.
2021-09-14if_mvneta: Build the driver as a kernel moduleHubert Mazur
Fix device detach and attach routine. Add required Makefile to build as a module. Remove entry from GENERIC, since now it can be loaded automatically. Tested on EspressoBin. Obtained from: Semihalf Reviewed by: manu Differential revision: https://reviews.freebsd.org/D31581