Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Apr 2021 19:13:54 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 255130] Issue with rtsx driver
Message-ID:  <bug-255130-227-dxdJVMu8o2@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 #42 from Henri Hennebert <hlh@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=3D (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 plast=
ic
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?=3DLOCALGENERIC

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

rtsx_load=3D"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

--=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-dxdJVMu8o2>