FreeBSD Bugzilla – Attachment 214797 Details for
Bug 204521
[new driver] [request] Port rtsx from OpenBSD to FreeBSD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
minimal can still read SCR
patch.diff (text/plain), 375 bytes, created by
Jesper Schmitz Mouridsen
on 2020-05-23 22:50:05 UTC
(
hide
)
Description:
minimal can still read SCR
Filename:
MIME Type:
Creator:
Jesper Schmitz Mouridsen
Created:
2020-05-23 22:50:05 UTC
Size:
375 bytes
patch
obsolete
>diff --git a/rtsx.c b/rtsx.c >index 8082c25..3bfb6b3 100644 >--- a/rtsx.c >+++ b/rtsx.c >@@ -837,7 +837,7 @@ rtsx_set_sd_clock(struct rtsx_softc *sc, uint32_t freq) > n = 80; /* minimum */ > div = RTSX_CLK_DIV_8; > mcu = 7; >- RTSX_SET(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_128); >+ RTSX_CLR(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_MASK); > break; > case RTSX_SDCLK_25MHZ: > n = 100;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204521
:
209887
|
214731
|
214733
| 214797 |
214840
|
214925
|
214987
|
214992
|
215518
|
215853
|
215874
|
215893
|
215894