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
345f1947
Commit
345f1947
authored
Mar 02, 2004
by
Go Taniguchi
Committed by
Linus Torvalds
Mar 02, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[libata ata_piix] Fix transposed ICH6 PCI id
parent
00608609
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
drivers/pci/quirks.c
drivers/pci/quirks.c
+1
-1
drivers/scsi/ata_piix.c
drivers/scsi/ata_piix.c
+1
-1
No files found.
drivers/pci/quirks.c
View file @
345f1947
...
@@ -826,7 +826,7 @@ static void __init quirk_intel_ide_combined(struct pci_dev *pdev)
...
@@ -826,7 +826,7 @@ static void __init quirk_intel_ide_combined(struct pci_dev *pdev)
case
0x24df
:
case
0x24df
:
case
0x25a3
:
case
0x25a3
:
case
0x25b0
:
case
0x25b0
:
case
0x2
56
2
:
case
0x2
65
2
:
break
;
break
;
default:
default:
/* we do not handle this PCI device */
/* we do not handle this PCI device */
...
...
drivers/scsi/ata_piix.c
View file @
345f1947
...
@@ -80,7 +80,7 @@ static struct pci_device_id piix_pci_tbl[] = {
...
@@ -80,7 +80,7 @@ static struct pci_device_id piix_pci_tbl[] = {
* and enhanced mode, with queueing and other fancy stuff.
* and enhanced mode, with queueing and other fancy stuff.
* This is distinguished by PCI class code.
* This is distinguished by PCI class code.
*/
*/
{
0x8086
,
0x2
56
2
,
PCI_ANY_ID
,
PCI_ANY_ID
,
{
0x8086
,
0x2
65
2
,
PCI_ANY_ID
,
PCI_ANY_ID
,
PCI_CLASS_STORAGE_IDE
<<
8
,
0xffff00
,
ich5_sata
},
PCI_CLASS_STORAGE_IDE
<<
8
,
0xffff00
,
ich5_sata
},
{
}
/* terminate list */
{
}
/* terminate list */
...
...
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