diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2017-08-09 13:46:16 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2017-08-09 13:46:16 +0000 |
| commit | 2b2a6eb95e9c91b34acb71e038725c9fe537b8a8 (patch) | |
| tree | 54d4721ac22797468dd34e3dc2f378dfe602dc9e /sys/dev/ahci | |
| parent | 8551a2a6b1edc25335750f2115d55d39b35a5114 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ahci')
| -rw-r--r-- | sys/dev/ahci/ahci_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c index d82b95fc4ecf..0cd3dda947cc 100644 --- a/sys/dev/ahci/ahci_pci.c +++ b/sys/dev/ahci/ahci_pci.c @@ -116,7 +116,7 @@ static const struct { {0x3b258086, 0x00, "Intel Ibex Peak (RAID)", 0}, {0x3b298086, 0x00, "Intel Ibex Peak-M", 0}, {0x3b2c8086, 0x00, "Intel Ibex Peak-M (RAID)", 0}, - {0x3b2f8086, 0x00, "Intel Ibex Peak-M Series", 0}, + {0x3b2f8086, 0x00, "Intel Ibex Peak-M", 0}, {0x19b08086, 0x00, "Intel Denverton", 0}, {0x19b18086, 0x00, "Intel Denverton", 0}, {0x19b28086, 0x00, "Intel Denverton", 0}, |
