git: 144661f94145 - main - note that some arch independent code can live in dev (e.g. SMBios)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Mar 2023 09:54:58 UTC
The branch main has been updated by jmg:
URL: https://cgit.FreeBSD.org/src/commit/?id=144661f941453e57b1e183bcf3a19633ef242070
commit 144661f941453e57b1e183bcf3a19633ef242070
Author: John-Mark Gurney <jmg@FreeBSD.org>
AuthorDate: 2023-03-03 09:54:07 +0000
Commit: John-Mark Gurney <jmg@FreeBSD.org>
CommitDate: 2023-03-03 09:54:07 +0000
note that some arch independent code can live in dev (e.g. SMBios)
---
sys/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/README.md b/sys/README.md
index ad7ff9efa578..77db5026eff3 100644
--- a/sys/README.md
+++ b/sys/README.md
@@ -24,7 +24,7 @@ Source Roadmap:
| crypto | crypto drivers |
| ddb | interactive kernel debugger - `ddb(4)` |
| fs | most filesystems, excluding UFS, NFS, and ZFS |
-| dev | device drivers |
+| dev | device drivers and other arch independent code |
| gdb | kernel remote GDB stub - `gdb(4)` |
| geom | GEOM framework - `geom(4)` |
| i386 | i386 (32-bit x86) architecture support |