Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
bffa781b
Commit
bffa781b
authored
Dec 30, 2002
by
Justin T. Gibbs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ignore media not-present errors during DV. This caused DV to fail
on some tape and cdrom devices.
parent
3e4d05a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
drivers/scsi/aic7xxx/aiclib.c
drivers/scsi/aic7xxx/aiclib.c
+9
-3
No files found.
drivers/scsi/aic7xxx/aiclib.c
View file @
bffa781b
...
...
@@ -541,12 +541,18 @@ static struct asc_table_entry asc_table[] = {
"Rounded parameter"
)
},
/* DTL WRSOMCAE */
{
SST
(
0x39
,
0x00
,
SS_RDEF
,
"Saving parameters not supported"
)
},
/* DTL WRSOM */
{
SST
(
0x3A
,
0x00
,
SS_
FATAL
|
ENXIO
,
/* DTL WRSOM */
{
SST
(
0x3A
,
0x00
,
SS_
NOP
,
"Medium not present"
)
},
/* DT WR OM */
{
SST
(
0x3A
,
0x01
,
SS_
FATAL
|
ENXIO
,
/* DT WR OM */
{
SST
(
0x3A
,
0x01
,
SS_
NOP
,
"Medium not present - tray closed"
)
},
/* DT WR OM */
{
SST
(
0x3A
,
0x0
2
,
SS_FATAL
|
ENXIO
,
/* DT WR OM */
{
SST
(
0x3A
,
0x0
1
,
SS_NOP
,
"Medium not present - tray open"
)
},
/* DT WR OM */
{
SST
(
0x3A
,
0x03
,
SS_NOP
,
"Medium not present - Loadable"
)
},
/* DT WR OM */
{
SST
(
0x3A
,
0x04
,
SS_NOP
,
"Medium not present - medium auxiliary "
"memory accessible"
)
},
/* DT WR OM */
{
SST
(
0x3A
,
0xFF
,
SS_NOP
,
NULL
)
},
/* Range 0x05->0xFF */
/* TL */
{
SST
(
0x3B
,
0x00
,
SS_RDEF
,
"Sequential positioning error"
)
},
/* T */
{
SST
(
0x3B
,
0x01
,
SS_RDEF
,
...
...
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