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
3d4fc662
Commit
3d4fc662
authored
Jan 27, 2005
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://gkernel.bkbits.net/libata-2.6
into ppc970.osdl.org:/home/torvalds/v2.6/linux
parents
77d207a2
0a10109b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
drivers/scsi/ahci.c
drivers/scsi/ahci.c
+4
-0
drivers/scsi/sata_sil.c
drivers/scsi/sata_sil.c
+1
-0
No files found.
drivers/scsi/ahci.c
View file @
3d4fc662
...
...
@@ -246,6 +246,10 @@ static struct pci_device_id ahci_pci_tbl[] = {
board_ahci
},
/* ICH7 */
{
PCI_VENDOR_ID_INTEL
,
0x27c5
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
board_ahci
},
/* ICH7M */
{
PCI_VENDOR_ID_INTEL
,
0x27c2
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
board_ahci
},
/* ICH7R */
{
PCI_VENDOR_ID_INTEL
,
0x27c3
,
PCI_ANY_ID
,
PCI_ANY_ID
,
0
,
0
,
board_ahci
},
/* ICH7R */
{
}
/* terminate list */
};
...
...
drivers/scsi/sata_sil.c
View file @
3d4fc662
...
...
@@ -90,6 +90,7 @@ struct sil_drivelist {
{
"ST3120023AS"
,
SIL_QUIRK_MOD15WRITE
},
{
"ST3160023AS"
,
SIL_QUIRK_MOD15WRITE
},
{
"ST3120026AS"
,
SIL_QUIRK_MOD15WRITE
},
{
"ST3200822AS"
,
SIL_QUIRK_MOD15WRITE
},
{
"ST340014ASL"
,
SIL_QUIRK_MOD15WRITE
},
{
"ST360014ASL"
,
SIL_QUIRK_MOD15WRITE
},
{
"ST380011ASL"
,
SIL_QUIRK_MOD15WRITE
},
...
...
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