https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237666
--- Comment #16 from Hans Petter Selasky <[email protected]> --- Does it help to set: sysctl hw.usb.disable_enumeration=1 After boot. Does the UPS still work? I suspect the issue has nothing to do with USB, but likely early AP startup (timing issue, can be disabled in kernel build) or ACPI's recent USB support. 1) Try removing this option from kernel config: sys/amd64/conf/GENERIC:options EARLY_AP_STARTUP 2) Try booting with the following line added to /boot/loader.conf: debug.acpi.disabled="usb" --HPS -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
