docs: update public driver-manager handoff language

This commit is contained in:
2026-05-09 01:33:56 +01:00
parent 8bf1f7022d
commit 46d76a5287
3 changed files with 7 additions and 5 deletions
+5 -3
View File
@@ -118,11 +118,13 @@ All drivers are **userspace daemons** that access hardware through:
**Network**: e1000d (Intel GigE), rtl8168d (Realtek 8168/8169/8125 path), ixgbed (Intel 10G), virtio-netd (VirtIO)
The native wired stack in this tree is userspace end to end: `pcid-spawner` autoloads NIC daemons,
The native wired stack in this tree is userspace end to end: `driver-manager` autoloads NIC daemons
from `/usr/lib/drivers.d`/`/etc/drivers.d` match tables,
drivers expose `network.*` schemes through `driver-network`, `smolnetd` provides the `ip`/`tcp`/
`udp`/`icmp`/`netcfg` schemes, and `dhcpd` plus config files under `/etc/net/` supply runtime
addressing. Red Bear additionally ships a small native `netctl` compatibility command for profile-
driven wired setup.
addressing. `pcid-spawner` is retained only as a compatibility alias for older init ordering and
diagnostic language. Red Bear additionally ships a small native `netctl` compatibility command for
profile-driven wired setup.
**Audio**: ac97d, ihdad (Intel HD Audio), sb16d (Sound Blaster)