diff options
author | 2020-06-07 20:48:49 +0000 | |
---|---|---|
committer | 2020-06-07 20:48:49 +0000 | |
commit | e00f459181619bea96d042dd28cacb708595d036 (patch) | |
tree | 97b492281bbf66cb116d3ab67c99d02dd03f9f33 /sys/dev/pci | |
parent | Do the approprate address remapping and install bus_space(9) functions (diff) | |
download | wireguard-openbsd-e00f459181619bea96d042dd28cacb708595d036.tar.xz wireguard-openbsd-e00f459181619bea96d042dd28cacb708595d036.zip |
Marvel 88SE9215 and 88SE9235 AHCI.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index a76d4329b22..163f18f7760 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1925 2020/06/01 03:42:18 jcs Exp $ +$OpenBSD: pcidevs,v 1.1926 2020/06/07 20:48:49 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -5925,7 +5925,9 @@ 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 88SE9215 0x9215 88SE9215 AHCI product MARVELL2 88SE9230 0x9230 88SE9230 AHCI +product MARVELL2 88SE9235 0x9235 88SE9235 AHCI /* Matrox products */ product MATROX ATLAS 0x0518 MGA PX2085 |