1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Correct AMD chipsets identification.

Submitted by:	Dmitry Luhtionov <dmitryluhtionov@gmail.com>
MFC after:	2 weeks
This commit is contained in:
Alexander Motin 2014-04-17 14:16:02 +00:00
parent 43b001dc46
commit 48ecfdc414
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264610

View File

@ -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},