[Bug 255130] Issue with rtsx driver

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 19 11:32:52 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255130

--- Comment #15 from Henri Hennebert <hlh at restart.be> ---
(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.


More information about the freebsd-bugs mailing list