mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Correct AMD chipsets identification.
Submitted by: Dmitry Luhtionov <dmitryluhtionov@gmail.com> MFC after: 2 weeks
This commit is contained in:
parent
43b001dc46
commit
48ecfdc414
1 changed files with 7 additions and 7 deletions
|
|
@ -134,13 +134,13 @@ static struct {
|
|||
"\014ALTSIG" \
|
||||
"\015NOMSI"
|
||||
} ahci_ids[] = {
|
||||
{0x43801002, 0x00, "ATI IXP600", AHCI_Q_NOMSI},
|
||||
{0x43901002, 0x00, "ATI IXP700", 0},
|
||||
{0x43911002, 0x00, "ATI IXP700", 0},
|
||||
{0x43921002, 0x00, "ATI IXP700", 0},
|
||||
{0x43931002, 0x00, "ATI IXP700", 0},
|
||||
{0x43941002, 0x00, "ATI IXP800", 0},
|
||||
{0x43951002, 0x00, "ATI IXP800", 0},
|
||||
{0x43801002, 0x00, "AMD SB600", AHCI_Q_NOMSI},
|
||||
{0x43901002, 0x00, "AMD SB7x0/SB8x0/SB9x0", 0},
|
||||
{0x43911002, 0x00, "AMD SB7x0/SB8x0/SB9x0", 0},
|
||||
{0x43921002, 0x00, "AMD SB7x0/SB8x0/SB9x0", 0},
|
||||
{0x43931002, 0x00, "AMD SB7x0/SB8x0/SB9x0", 0},
|
||||
{0x43941002, 0x00, "AMD SB7x0/SB8x0/SB9x0", 0},
|
||||
{0x43951002, 0x00, "AMD SB8x0/SB9x0", 0},
|
||||
{0x78001022, 0x00, "AMD Hudson-2", 0},
|
||||
{0x78011022, 0x00, "AMD Hudson-2", 0},
|
||||
{0x78021022, 0x00, "AMD Hudson-2", 0},
|
||||
|
|
|
|||
Loading…
Reference in a new issue