diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2007-09-13 03:01:34 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2007-09-13 03:01:34 +0000 |
commit | ce612f54b822e08f98732349f987ed633f8630a4 (patch) | |
tree | acd7fc0a6bceec16281f886390c70fcc1bc9c730 | |
parent | 842d41d4af4fdc501024dcffca95f5c697e9c0a9 (diff) |
- correct an unknown Marvell SATA entry to use the appropriate
chipset name of 88SE6121
- add the Marvell 88SX7042 SATA controller PCI id
ok dlg@
-rw-r--r-- | sys/dev/pci/pcidevs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index c48cb27a3fc..7f6d1360820 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1261 2007/09/13 02:58:52 brad Exp $ +$OpenBSD: pcidevs,v 1.1262 2007/09/13 03:01:33 brad Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -2501,8 +2501,9 @@ product MARVELL 88SX6042 0x6042 88SX6042 SATA product MARVELL 88SX6080 0x6080 88SX6080 SATA product MARVELL 88SX6081 0x6081 88SX6081 SATA product MARVELL 88SE6101 0x6101 88SE6101 IDE -product MARVELL SATA_2 0x6121 SATA +product MARVELL 88SE6121 0x6121 88SE6121 SATA product MARVELL 88SE6145 0x6145 88SE6145 SATA +product MARVELL 88SX7042 0x7042 88SX7042 SATA /* Matrox products */ product MATROX ATLAS 0x0518 MGA PX2085 (Atlas) |