Add support for the nVidia MCP61 series chipset.
Approved by: re (mux@)
This commit is contained in:
parent
18d5cd7cd3
commit
89f565f779
@ -2890,6 +2890,10 @@ ata_nvidia_ident(device_t dev)
|
||||
{ ATA_NFORCE_MCP55, 0, AMDNVIDIA, NVIDIA, ATA_UDMA6, "nForce MCP55" },
|
||||
{ ATA_NFORCE_MCP55_S1, 0, 0, NV4|NVQ, ATA_SA300, "nForce MCP55" },
|
||||
{ ATA_NFORCE_MCP55_S2, 0, 0, NV4|NVQ, ATA_SA300, "nForce MCP55" },
|
||||
{ ATA_NFORCE_MCP61, 0, AMDNVIDIA, NVIDIA, ATA_UDMA6, "nForce MCP61" },
|
||||
{ ATA_NFORCE_MCP61_S1, 0, 0, NV4|NVQ, ATA_SA300, "nForce MCP61" },
|
||||
{ ATA_NFORCE_MCP61_S2, 0, 0, NV4|NVQ, ATA_SA300, "nForce MCP61" },
|
||||
{ ATA_NFORCE_MCP61_S3, 0, 0, NV4|NVQ, ATA_SA300, "nForce MCP61" },
|
||||
{ 0, 0, 0, 0, 0, 0}} ;
|
||||
char buffer[64] ;
|
||||
|
||||
|
@ -222,6 +222,10 @@ struct ata_connect_task {
|
||||
#define ATA_NFORCE_MCP55 0x036e10de
|
||||
#define ATA_NFORCE_MCP55_S1 0x037e10de
|
||||
#define ATA_NFORCE_MCP55_S2 0x037f10de
|
||||
#define ATA_NFORCE_MCP61 0x03ec10de
|
||||
#define ATA_NFORCE_MCP61_S1 0x03e710de
|
||||
#define ATA_NFORCE_MCP61_S2 0x03f610de
|
||||
#define ATA_NFORCE_MCP61_S3 0x03f710de
|
||||
|
||||
#define ATA_PROMISE_ID 0x105a
|
||||
#define ATA_PDC20246 0x4d33105a
|
||||
|
Loading…
Reference in New Issue
Block a user