diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2014-01-17 17:16:49 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2014-01-17 17:16:49 +0000 |
| commit | 3fcad654e2d60ceb1a87e441faf910dccb8c8376 (patch) | |
| tree | 939e3078f495c1d72ce02477e7b08a30f727040b /sys/dev/ahci | |
| parent | 761a9a1f8d197adc24434009fcba70411eaa2007 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ahci')
| -rw-r--r-- | sys/dev/ahci/ahci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ahci/ahci.c b/sys/dev/ahci/ahci.c index 05d5f7ad0aa9..ad7188cdd51e 100644 --- a/sys/dev/ahci/ahci.c +++ b/sys/dev/ahci/ahci.c @@ -146,6 +146,7 @@ static struct { {0x78021022, 0x00, "AMD Hudson-2", 0}, {0x78031022, 0x00, "AMD Hudson-2", 0}, {0x78041022, 0x00, "AMD Hudson-2", 0}, + {0x06111b21, 0x00, "ASMedia ASM2106", 0}, {0x06121b21, 0x00, "ASMedia ASM1061", 0}, {0x26528086, 0x00, "Intel ICH6", AHCI_Q_NOFORCE}, {0x26538086, 0x00, "Intel ICH6M", AHCI_Q_NOFORCE}, |
