diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2018-11-02 07:48:23 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2018-11-02 07:48:23 +0000 |
| commit | f5a7a8cd67f9a6385866dd19b614d53438aa363f (patch) | |
| tree | 217cc6595e68ec14c68965719b44c8b797314160 /sys/dev/ahci | |
| parent | 83f7a74cda593577acbfab22c82a015b782029a6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ahci')
| -rw-r--r-- | sys/dev/ahci/ahci_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ahci/ahci_pci.c b/sys/dev/ahci/ahci_pci.c index 2bc2a243837b..135848baa7b6 100644 --- a/sys/dev/ahci/ahci_pci.c +++ b/sys/dev/ahci/ahci_pci.c @@ -350,6 +350,7 @@ static const struct { {0x01861039, 0x00, "SiS 968", 0}, {0xa01c177d, 0x00, "ThunderX", AHCI_Q_ABAR0|AHCI_Q_1MSI}, {0x00311c36, 0x00, "Annapurna", AHCI_Q_FORCE_PI|AHCI_Q_RESTORE_CAP|AHCI_Q_NOMSIX}, + {0x1600144d, 0x00, "Samsung", AHCI_Q_NOMSI}, {0x00000000, 0x00, NULL, 0} }; |
