Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2020 10:54:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 204521] [new driver] [request] Port rtsx from OpenBSD to FreeBSD
Message-ID:  <bug-204521-227-2FLmnUVKTE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204521-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204521-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #74 from hlh@restart.be ---
On my Realtek RTL8411B write 512 bytes blocks is working - rtsx_xfer_short():

dd if=some_file of=/dev/mmcsd0 bs=512 count=x

dd if=/dev/mmcsd0 bs=512 count=x

With a bs > 512 [rtsx_xfer()] I get interrupt RTSX_TRANS_FAIL_INT :-(

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

help

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