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
272fa201
Commit
272fa201
authored
Mar 16, 2004
by
Andrew Vasquez
Committed by
James Bottomley
Mar 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] PATCH [9/15] qla2xxx: NVRAM id-list updates
Resync with latest NVRAM subsystem ID list.
parent
67630392
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
drivers/scsi/qla2xxx/qla_devtbl.h
drivers/scsi/qla2xxx/qla_devtbl.h
+13
-2
No files found.
drivers/scsi/qla2xxx/qla_devtbl.h
View file @
272fa201
#define QLA_MODEL_NAMES 0x
1B
#define QLA_MODEL_NAMES 0x
21
/*
* Adapter model names.
...
...
@@ -31,6 +31,12 @@ char *qla2x00_model_name[QLA_MODEL_NAMES] = {
" "
,
/* 0x118 */
"QLA200"
,
/* 0x119 */
"QLA200C"
/* 0x11A */
"QLA200P"
/* 0x11B */
"QLA200P"
/* 0x11C */
"QLA4040"
/* 0x11D */
"QLA4040"
/* 0x11E */
"QLA4040C"
/* 0x11F */
"QLA4040C"
/* 0x120 */
};
char
*
qla2x00_model_desc
[
QLA_MODEL_NAMES
]
=
{
...
...
@@ -61,5 +67,10 @@ char *qla2x00_model_desc[QLA_MODEL_NAMES] = {
" "
,
/* 0x118 */
"133MHz PCI-X to 2Gb FC Optical"
,
/* 0x119 */
"133MHz PCI-X to 2Gb FC Copper"
/* 0x11A */
"133MHz PCI-X to 2Gb FC SFP"
/* 0x11B */
"133MHz PCI-X to 2Gb FC SFP"
/* 0x11C */
"Optical- 133MHz to 1Gb NIC with IPSEC"
,
/* 0x11D */
"Optical- 133MHz to 1Gb iSCSI with IPSEC"
,
/* 0x11E */
"Copper- 133MHz to 1Gb NIC with IPSEC"
,
/* 0x11F */
"Copper- 133MHz to 1Gb iSCSI with IPSEC"
,
/* 0x120 */
};
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