diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2019-10-29 13:27:52 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2019-10-29 13:27:52 +0000 |
commit | 0fc1e96f682310993c6f6ff0854e259e82e87ba1 (patch) | |
tree | 95655f503f49449f904e3095c55a8ee98d431b82 /sys/dev/pci/pcidevs | |
parent | 65bfdcbeba4d7a2a95280452be232ef28bafa428 (diff) |
Add Marvell 88SE9128 AHCI. okay kettenis@
Diffstat (limited to 'sys/dev/pci/pcidevs')
-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 |