FreeBSD Bugzilla – Attachment 91713 Details for
Bug 129154
Add support for Marvell PATA M88SX6121
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 947 bytes, created by
Joao Barros
on 2008-11-25 00:30:06 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Joao Barros
Created:
2008-11-25 00:30:06 UTC
Size:
947 bytes
patch
obsolete
>--- sys/dev/ata/ata-pci.h.original 2008-11-25 00:12:55.000000000 +0000 >+++ sys/dev/ata/ata-pci.h 2008-11-25 00:13:36.000000000 +0000 >@@ -216,6 +216,7 @@ > #define ATA_M88SX6041 0x604111ab > #define ATA_M88SX6081 0x608111ab > #define ATA_M88SX6101 0x610111ab >+#define ATA_M88SX6121 0x612111ab > #define ATA_M88SX6145 0x614511ab > > #define ATA_MICRON_ID 0x1042 >--- sys/dev/ata/chipsets/ata-marvell.c.original 2008-11-25 00:08:45.000000000 +0000 >+++ sys/dev/ata/chipsets/ata-marvell.c 2008-11-25 00:12:28.000000000 +0000 >@@ -103,6 +103,7 @@ > { ATA_M88SX6041, 0, 4, MV_60XX, ATA_SA300, "88SX6041" }, > { ATA_M88SX6081, 0, 8, MV_60XX, ATA_SA300, "88SX6081" }, > { ATA_M88SX6101, 0, 1, MV_61XX, ATA_UDMA6, "88SX6101" }, >+ { ATA_M88SX6121, 0, 1, MV_61XX, ATA_UDMA6, "88SX6121" }, > { ATA_M88SX6145, 0, 2, MV_61XX, ATA_UDMA6, "88SX6145" }, > { 0, 0, 0, 0, 0, 0}};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 129154
: 91713