Add one more Promise SATAII/150 chip id.
This commit is contained in:
parent
b34639da21
commit
07015a1afd
@ -1663,6 +1663,7 @@ ata_promise_ident(device_t dev)
|
||||
{ ATA_PDC20621, 0, PRMIO, PRSX4X, ATA_UDMA5, "Promise PDC20621" },
|
||||
{ ATA_PDC20622, 0, PRMIO, PRSX4X, ATA_SA150, "Promise PDC20622" },
|
||||
{ ATA_PDC40518, 0, PRMIO, PRSATA2, ATA_SA150, "Promise PDC40518" },
|
||||
{ ATA_PDC40519, 0, PRMIO, PRSATA2, ATA_SA150, "Promise PDC40519" },
|
||||
{ 0, 0, 0, 0, 0, 0}};
|
||||
char buffer[64];
|
||||
uintptr_t devid = 0;
|
||||
|
@ -194,6 +194,7 @@ struct ata_connect_task {
|
||||
#define ATA_PDC20579 0x3574105a
|
||||
#define ATA_PDC20580 0x3570105a
|
||||
#define ATA_PDC40518 0x3d18105a
|
||||
#define ATA_PDC40519 0x3519105a
|
||||
#define ATA_PDC20617 0x6617105a
|
||||
#define ATA_PDC20618 0x6626105a
|
||||
#define ATA_PDC20619 0x6629105a
|
||||
|
Loading…
Reference in New Issue
Block a user