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
nexedi
linux
Commits
e81fb460
Commit
e81fb460
authored
Nov 25, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] scsi scan blacklist update
parent
b861487b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
drivers/scsi/scsi_scan.c
drivers/scsi/scsi_scan.c
+7
-0
No files found.
drivers/scsi/scsi_scan.c
View file @
e81fb460
...
...
@@ -168,6 +168,7 @@ struct dev_info scsi_static_device_list[] __initdata = {
{
"DELL"
,
"PV530F"
,
NULL
,
BLIST_SPARSELUN
},
{
"EMC"
,
"SYMMETRIX"
,
NULL
,
BLIST_SPARSELUN
|
BLIST_LARGELUN
|
BLIST_FORCELUN
},
{
"HP"
,
"A6189A"
,
NULL
,
BLIST_SPARSELUN
|
BLIST_LARGELUN
},
/* HP VA7400 */
{
"HP"
,
"OPEN-"
,
"*"
,
BLIST_SPARSELUN
|
BLIST_LARGELUN
},
/* HP XP Arrays */
{
"CMD"
,
"CRA-7280"
,
NULL
,
BLIST_SPARSELUN
},
/* CMD RAID Controller */
{
"CNSI"
,
"G7324"
,
NULL
,
BLIST_SPARSELUN
},
/* Chaparral G7324 RAID */
{
"CNSi"
,
"G8324"
,
NULL
,
BLIST_SPARSELUN
},
/* Chaparral G8324 RAID */
...
...
@@ -181,6 +182,12 @@ struct dev_info scsi_static_device_list[] __initdata = {
{
"COMPAQ"
,
"MSA1000"
,
NULL
,
BLIST_FORCELUN
},
{
"HP"
,
"C1557A"
,
NULL
,
BLIST_FORCELUN
},
{
"IBM"
,
"AuSaV1S2"
,
NULL
,
BLIST_FORCELUN
},
{
"FSC"
,
"CentricStor"
,
"*"
,
BLIST_SPARSELUN
|
BLIST_LARGELUN
},
{
"DDN"
,
"SAN DataDirector"
,
"*"
,
BLIST_SPARSELUN
},
{
"HITACHI"
,
"DF400"
,
"*"
,
BLIST_SPARSELUN
},
{
"HITACHI"
,
"DF500"
,
"*"
,
BLIST_SPARSELUN
},
{
"HITACHI"
,
"DF600"
,
"*"
,
BLIST_SPARSELUN
},
{
"IBM"
,
"ProFibre 4000R"
,
"*"
,
BLIST_SPARSELUN
|
BLIST_LARGELUN
},
{
NULL
,
NULL
,
NULL
,
0
},
};
...
...
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