https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243324
--- Comment #2 from [email protected] --- This does not panic during an attach/detach loop. #### 1st terminal $ su root $ /bin/sh # while true; do devctl attach pci0:3:0:0;ifconfig re0 up; sleep 1;devctl detach pci0:3:0:0; done #### 2nd terminal $ su root $ /bin/sh # while true ; do ifconfig re0 ; done -- 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]"
