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
fdac1c76
Commit
fdac1c76
authored
May 16, 2009
by
Bartlomiej Zolnierkiewicz
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-linus' into for-next
parents
03682411
d8788298
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
drivers/ide/icside.c
drivers/ide/icside.c
+1
-1
drivers/ide/piix.c
drivers/ide/piix.c
+1
-0
No files found.
drivers/ide/icside.c
View file @
fdac1c76
...
...
@@ -466,7 +466,7 @@ icside_register_v6(struct icside_state *state, struct expansion_card *ec)
struct
ide_host
*
host
;
unsigned
int
sel
=
0
;
int
ret
;
hw_regs_t
hw
[
2
],
*
hws
[]
=
{
&
hw
[
0
],
NULL
,
NULL
,
NULL
};
hw_regs_t
hw
[
2
],
*
hws
[]
=
{
&
hw
[
0
],
&
hw
[
1
]
,
NULL
,
NULL
};
struct
ide_port_info
d
=
icside_v6_port_info
;
ioc_base
=
ecardm_iomap
(
ec
,
ECARD_RES_IOCFAST
,
0
,
0
);
...
...
drivers/ide/piix.c
View file @
fdac1c76
...
...
@@ -263,6 +263,7 @@ static const struct ich_laptop ich_laptop[] = {
{
0x24CA
,
0x1025
,
0x003d
},
/* ICH4 on ACER TM290 */
{
0x266F
,
0x1025
,
0x0066
},
/* ICH6 on ACER Aspire 1694WLMi */
{
0x2653
,
0x1043
,
0x82D8
},
/* ICH6M on Asus Eee 701 */
{
0x27df
,
0x104d
,
0x900e
},
/* ICH7 on Sony TZ-90 */
/* end marker */
{
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