aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ahci
diff options
context:
space:
mode:
authorAlexander Motin <mav@FreeBSD.org>2014-04-17 14:16:02 +0000
committerAlexander Motin <mav@FreeBSD.org>2014-04-17 14:16:02 +0000
commit48ecfdc4146bc2c864d25c31e8041df8db486e07 (patch)
tree81a4b6c9f9df4c0d7eed3c7d1b5d757e2030b8d6 /sys/dev/ahci
parent43b001dc46bff2fdc6f99ed8f3ff8346a472760b (diff)
Notes
Diffstat (limited to 'sys/dev/ahci')
-rw-r--r--sys/dev/ahci/ahci.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c
index ad7188cdd51e..df504c0f49a7 100644
--- a/sys/dev/ahci/ahci.c
+++ b/sys/dev/ahci/ahci.c
@@ -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},