CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2025/08/11 08:22:04
Modified files: sys/dev/pci : xhci_pci.c Log message: don't attempt Controller Save State (CSS) on any AMD xhci device Makes USB ports useable after s0ix resume on AMD 19h/7xh. Avoids adding 19h/7xh xhci ids to an ever growing list. Reported by Dan Jones. Tested by Dan and op@. Renato Aguiar also had a patch to add 19h/7xh device ids. ok kettenis@