From 2058bab6b02b8da5373e5d3db8fd8a0d0672df58 Mon Sep 17 00:00:00 2001 From: kettenis Date: Mon, 28 Jul 2008 16:03:48 +0000 Subject: [PATCH] Name PLX PEX devices a bit more consistently, and keep them sorted in numerical order. --- sys/dev/pci/pcidevs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index e4d7c82a6a2..a89fa0d831a 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1394 2008/07/28 14:15:18 jsg Exp $ +$OpenBSD: pcidevs,v 1.1395 2008/07/28 16:03:48 kettenis Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3759,17 +3759,17 @@ product PLATFORM ES1849 0x0100 ES1849 product PLX 1076 0x1076 I/O 1076 product PLX 1077 0x1077 I/O 1077 product PLX 6520_PCIX 0x6520 6520 PCIX-PCIX -product PLX 8114_PCI 0x8114 8114 PCIE-PCI -product PLX 8518_PCIE 0x8518 8518 PCIE -product PLX 8524_PCIE 0x8524 8524 PCIE -product PLX 8532_PCIE 0x8532 8532 PCIE +product PLX PEX_8112 0x8112 PEX 8112 +product PLX PEX_8114 0x8114 PEX 8114 +product PLX PEX_8517 0x8517 PEX 8517 +product PLX PEX_8518 0x8518 PEX 8518 +product PLX PEX_8524 0x8524 PEX 8524 +product PLX PEX_8532 0x8532 PEX 8532 +product PLX PEX_8533 0x8533 PEX 8533 product PLX 9016 0x9016 I/O 9016 product PLX 9050 0x9050 I/O 9050 product PLX 9080 0x9080 I/O 9080 product PLX CRONYX_OMEGA 0xc001 Cronyx Omega -product PLX PEX_8533 0x8533 PEX 8533 -product PLX PEX_8517 0x8517 PEX 8517 -product PLX PEX_8112 0x8112 PEX 8112 /* Promise products */ product PROMISE PDC20265 0x0d30 PDC20265 -- 2.20.1