https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225535
--- Comment #19 from Aleksander Derevianko <ae...@list.ru> --- With console="comconsole,vidconsole" removed both on A1 and A2 computers: root@fspa1:~/clock/new_res # grep times periodic_1.txt | awk '{print $3 " " $4 " " $6 " " $8 " " $10;}' | sort | uniq -c 5116 send_sync 0 0 0 0 2234 send_sync 0 0 0 1 1 send_sync 0 0 0 229 64 send_sync 0 1 0 0 root@fspa2:~/clock/new_res # grep times periodic_1.txt | awk '{print $3 " " $4 " " $6 " " $8 " " $10 ;}' | sort | uniq -c 4000 send_sync 0 0 0 0 3235 send_sync 0 0 0 1 1 send_sync 0 0 0 230 6 send_sync 0 1 0 0 Again, on the same cycle. ---------------------------------------------------- With boot_verbose="YES" root@fspa1:~/clock/new_res # grep times periodic_2.txt | awk '{print $3 " " $4 " " $6 " " $8 " " $10;}' | sort | uniq -c 6539 send_sync 0 0 0 0 794 send_sync 0 0 0 1 2 send_sync 0 0 0 229 125 send_sync 0 1 0 0 root@fspa2:~/clock/new_res # grep times periodic_2.txt | awk '{print $3 " " $4 " " $6 " " $8 " " $10 ;}' | sort | uniq -c 4210 send_sync 0 0 0 0 3249 send_sync 0 0 0 1 2 send_sync 0 0 0 230 6 send_sync 0 1 0 0 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-net@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"