From 144661f941453e57b1e183bcf3a19633ef242070 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 3 Mar 2023 01:54:07 -0800 Subject: [PATCH] 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 ad7ff9efa57..77db5026eff 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 |