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
94c766d5
Commit
94c766d5
authored
Nov 25, 2002
by
Dave Jones
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Extra ID for aic7770
parent
dfeae120
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
drivers/scsi/aic7xxx/aic7770.c
drivers/scsi/aic7xxx/aic7770.c
+8
-0
No files found.
drivers/scsi/aic7xxx/aic7770.c
View file @
94c766d5
...
...
@@ -50,6 +50,7 @@
#define ID_AHA_274x 0x04907771
#define ID_AHA_284xB 0x04907756
/* BIOS enabled */
#define ID_AHA_284x 0x04907757
/* BIOS disabled*/
#define ID_AIC_7782 0x04907782
static
void
aha2840_load_seeprom
(
struct
ahc_softc
*
ahc
);
static
ahc_device_setup_t
ahc_aic7770_VL_setup
;
...
...
@@ -77,6 +78,13 @@ struct aic7770_identity aic7770_ident_table [] =
0xFFFFFFFF
,
"Adaptec aic7770 SCSI adapter"
,
ahc_aic7770_EISA_setup
},
{
/* (Olivetti 2 channel EISA) */
ID_AIC_7782
,
0xFFFFFFFF
,
"Adaptec aic7782 SCSI adapter"
,
ahc_aic7770_EISA_setup
}
};
const
int
ahc_num_aic7770_devs
=
NUM_ELEMENTS
(
aic7770_ident_table
);
...
...
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