CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2022/11/10 05:14:06
Modified files: sys/dev/pci : if_bwfm_pci.c Log message: We need to turn a few more things on in the resume path. This makes it possible to ifconfig down the interface suspend/resume and ifconfig up the interface again afterwards in most cases. Suspend/resume with the interface up is still busted. ok patrick@, stsp@