FreeBSD Bugzilla – Attachment 184771 Details for
Bug 221049
struct ata_params word 49 has bits for IORDY and IORDYDIS swapped
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix IORDY bits
freebsd.ata.df (text/plain), 537 bytes, created by
aaron.styx
on 2017-07-27 16:07:27 UTC
(
hide
)
Description:
Fix IORDY bits
Filename:
MIME Type:
Creator:
aaron.styx
Created:
2017-07-27 16:07:27 UTC
Size:
537 bytes
patch
obsolete
>--- orig/ata.h 2017-07-27 12:16:51.993139125 -0400 >+++ new/ata.h 2017-07-27 12:17:32.937140156 -0400 >@@ -68,8 +68,8 @@ > /*049*/ u_int16_t capabilities1; > #define ATA_SUPPORT_DMA 0x0100 > #define ATA_SUPPORT_LBA 0x0200 >-#define ATA_SUPPORT_IORDY 0x0400 >-#define ATA_SUPPORT_IORDYDIS 0x0800 >+#define ATA_SUPPORT_IORDYDIS 0x0400 >+#define ATA_SUPPORT_IORDY 0x0800 > #define ATA_SUPPORT_OVERLAP 0x4000 > > /*050*/ u_int16_t capabilities2;
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 221049
: 184771