https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255130
--- Comment #15 from Henri Hennebert <[email protected]> --- (In reply to Pol Dellaiera from comment #14) Thank you for your information! I push version 2.0d on https://github.com/hlh-restart/rtsx If you have some time to spare, can you test this version. If you are running __FreeBSD_version > 1300000 with rtsx in the kernel config (eg GENERIC): mkdir /tmp/rtsx git clone -b master https://github.com/hlh-restart/rtsx /tmp/rtsx cp /tmp/rtsx/rtsx.c /usr/src/sys/dev/rtsx/ rebuild and install kernel and reboot check `dmesg|grep rtsx` If you are using rtsx as a module (kldstat|grep rtsx): mkdir /tmp/rtsx git clone -b master https://github.com/hlh-restart/rtsx /tmp/rtsx cd /tmp/rtsx make depend make make install rm /boot/kernel/rtsx.ko kldunload rtsx kldload rtsx dmesg | tail If the inversion is created, you can remove 'dev.rtsx.0.inbersion=1' from loader.conf(5). Please send me the rtsx messages. Thank you for your time! Henri -- 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]"
