[Bug 255130] Issue with rtsx driver

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Apr 26 19:13:54 UTC 2021


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

--- Comment #42 from Henri Hennebert <hlh at restart.be> ---
(In reply to Sriram Narayanan from comment #41)

Thank you for this good news.
for the md5 I forget to set the right count= (shame on me!)

I think that Linux simply don't display error.

I have read and reread Linux sources and can't find something about a plastic
insert case.

For stable/13.0 just be really patient. I will ping you when it is done.

For the source you can do this (with git from ports):

With an empty /usr/src:

git clone -o freebsd -b stable/13 https://git.freebsd.org/src.git /usr/src

for an update later:

cd /usr/src
git pull --ff-only

You can make an easy special kernel like this file:

/usr/src/sys/amd64/conf/LOCALGENERIC:

include GENERIC
ident LOCALGENERIC
nodevice rtsx

put in /etc/make.conf

KERNCONF?=LOCALGENERIC

and use the rtsx module by adding in /boot/loader.conf

rtsx_load="YES"

This is more versatile in case of problem: you can kldunload rtsx / kldload
rtsx.

For building a specific kernel,

copy GENERIC to MYKERNEL

replace GENERIC by MYKERNEL in the ident entry,

and delete devices that are not detected during boot (dmesg).

It is a try and error method that I use but it is not necessary the best one
;-)

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