aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/neta
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | 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
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* neta: need clknode_if.hWarner Losh2022-01-041-1/+1
| | | | | | clknode_if.h is needed for this device on aarch64. Create it always. Sponsored by: Netflix
* if_mvneta: Build the driver as a kernel moduleHubert Mazur2021-09-201-0/+10
| | | | | | | | | | | | 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
* Revert "if_mvneta: Build the driver as a kernel module"Wojciech Macek2021-09-141-10/+0
| | | | This reverts commit bcf5c7a8b1dcdcd5f27c1aa694f66208dc07a0dd.
* if_mvneta: Build the driver as a kernel moduleHubert Mazur2021-09-141-0/+10
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