https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211771
--- Comment #20 from Krzysztof Galazka <[email protected]> --- (In reply to Kevin H. Patterson from comment #19) You could try to disable the driver by setting hints as described here: https://www.freebsd.org/doc/handbook/device-hints.html The driver will still load but it won't attach to devices so the panic should not happen. Every port have to be disabled separately, so in case of dual port card you should try: set hint.ix.0.disabled=1 set hint.ix.1.disabled=1 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
