CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/11/01 09:46:40
Modified files:
sys/arch/amd64/conf: GENERIC
sys/dev/pci : files.pci
Added files:
sys/dev/pci : nhi.c
sys/lib/libkern: crc32c.h
Log message:
Add a driver for USB4 controllers. For now this driver doesn't actually
implements any USB4 support apart from putting the controller to sleep
during suspend. This is necessary on modern laptops with AMD CPUs to
reach the appropriate low power idle states during S0ix suspend.
