diff options
author | 2019-10-29 13:27:51 +0000 | |
---|---|---|
committer | 2019-10-29 13:27:51 +0000 | |
commit | cdc792982d511805f011eb589d2b985bc3c099bf (patch) | |
tree | 86bd69dde32179d6f80ed1f97f427623203715e8 /sys | |
parent | Add two controls that were missed in the previous commit. (diff) | |
download | wireguard-openbsd-cdc792982d511805f011eb589d2b985bc3c099bf.tar.xz wireguard-openbsd-cdc792982d511805f011eb589d2b985bc3c099bf.zip |
Add Marvell 88SE9128 AHCI. okay kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 5b3af85688b..8bdf66577bf 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1897 2019/10/16 01:39:56 mlarkin Exp $ +$OpenBSD: pcidevs,v 1.1898 2019/10/29 13:27:51 kurt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -5847,6 +5847,7 @@ product MARVELL 88SX7042 0x7042 88SX7042 SATA product MARVELL2 88SE9120 0x9120 88SE9120 SATA product MARVELL2 88SE9123 0x9123 88SE9123 SATA product MARVELL2 88SE9125 0x9125 88SE9125 SATA +product MARVELL2 88SE9128 0x9128 88SE9128 AHCI product MARVELL2 88SE9172 0x9172 88SE9172 SATA product MARVELL2 88SE9230 0x9230 88SE9230 AHCI |