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
7e42b536
Commit
7e42b536
authored
May 30, 2002
by
Dave Jones
Committed by
Linus Torvalds
May 30, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] recognise 2 extra devices for xd.c
Wow, someone found some new devices for this beast..
parent
4fbfba2c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
drivers/block/xd.c
drivers/block/xd.c
+2
-0
No files found.
drivers/block/xd.c
View file @
7e42b536
...
...
@@ -107,6 +107,8 @@ static XD_SIGNATURE xd_sigs[] __initdata = {
{
0x0010
,
"ST11 BIOS v1.7"
,
xd_seagate_init_controller
,
xd_seagate_init_drive
,
" Seagate ST11R"
},
/* Alan Hourihane, alanh@fairlite.demon.co.uk */
{
0x1000
,
"(c)Copyright 1987 SMS"
,
xd_omti_init_controller
,
xd_omti_init_drive
,
"n OMTI 5520"
},
/* Dirk Melchers, dirk@merlin.nbg.sub.org */
{
0x0006
,
"COPYRIGHT XEBEC (C) 1984"
,
xd_xebec_init_controller
,
xd_xebec_init_drive
,
" XEBEC"
},
/* Andrzej Krzysztofowicz, ankry@mif.pg.gda.pl */
{
0x0008
,
"(C) Copyright 1984 Western Digital Corp"
,
xd_wd_init_controller
,
xd_wd_init_drive
,
" Western Dig. 1002s-wx2"
},
{
0x0008
,
"(C) Copyright 1986 Western Digital Corporation"
,
xd_wd_init_controller
,
xd_wd_init_drive
,
" 1986 Western Digital"
},
/* jfree@sovereign.org */
};
static
unsigned
int
xd_bases
[]
__initdata
=
...
...
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