Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Apr 2021 11:32:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255130] Issue with rtsx driver
Message-ID:  <bug-255130-227-N9OlV0AJlI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-255130-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-255130-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255130

--- Comment #15 from Henri Hennebert <hlh@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 conf=
ig
(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=3D1' from
loader.conf(5).

Please send me the rtsx messages.

Thank you for your time!

Henri

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255130-227-N9OlV0AJlI>