Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
linux-elphel
Commits
628a0bcc
Commit
628a0bcc
authored
Mar 05, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add qc_prep to ahci_elphel
parent
37b3b215
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
91 additions
and
117 deletions
+91
-117
ahci_elphel.c
src/drivers/ata/ahci_elphel.c
+91
-113
libata-eh.c
src/drivers/ata/libata-eh.c
+0
-4
No files found.
src/drivers/ata/ahci_elphel.c
View file @
628a0bcc
This diff is collapsed.
Click to expand it.
src/drivers/ata/libata-eh.c
View file @
628a0bcc
...
@@ -2556,10 +2556,6 @@ static void ata_eh_link_report(struct ata_link *link)
...
@@ -2556,10 +2556,6 @@ static void ata_eh_link_report(struct ata_link *link)
res
->
device
,
qc
->
err_mask
,
ata_err_string
(
qc
->
err_mask
),
res
->
device
,
qc
->
err_mask
,
ata_err_string
(
qc
->
err_mask
),
qc
->
err_mask
&
AC_ERR_NCQ
?
" <F>"
:
""
);
qc
->
err_mask
&
AC_ERR_NCQ
?
" <F>"
:
""
);
// elphel test: crash driver here to stop its execution and preserve memory state
u32
*
tmp_str
=
NULL
;
ata_dev_err
(
qc
->
dev
,
"test: %u"
,
*
tmp_str
);
#ifdef CONFIG_ATA_VERBOSE_ERROR
#ifdef CONFIG_ATA_VERBOSE_ERROR
if
(
res
->
command
&
(
ATA_BUSY
|
ATA_DRDY
|
ATA_DF
|
ATA_DRQ
|
if
(
res
->
command
&
(
ATA_BUSY
|
ATA_DRDY
|
ATA_DF
|
ATA_DRQ
|
ATA_ERR
))
{
ATA_ERR
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment