From 90741565ad085c2f9c3823f5487cb6a208d2087a Mon Sep 17 00:00:00 2001 From: kmos Date: Wed, 9 Aug 2023 21:27:47 +0000 Subject: [PATCH] Add Crucial as a vendor and the P5 Plus NVMe as a product ok and tweak jsg@ --- sys/dev/pci/pcidevs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 48f86f28a4d..ff967a6043b 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.2044 2023/08/06 14:40:25 jsg Exp $ +$OpenBSD: pcidevs,v 1.2045 2023/08/09 21:27:47 kmos Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -386,6 +386,7 @@ vendor ATRONICS 0x907f Atronics vendor NETMOS 0x9710 NetMos vendor 3COM2 0xa727 3Com vendor PARALLELS 0xaaaa Parallels +vendor CRUCIAL 0xc0a9 Crucial vendor TIGERJET 0xe159 TigerJet Network vendor ENDACE 0xeace Endace vendor BELKIN 0xec80 Belkin Components @@ -2875,6 +2876,9 @@ product CREATIVELABS SBJOY3 0x7005 PCI Gameport Joystick product CREATIVELABS PPB 0x7006 PCIE-PCI product CREATIVELABS EV1938 0x8938 Ectiva 1938 +/* Crucial products */ +product CRUCIAL P5PLUS 0x5407 P5 Plus + /* Cyclades products */ product CYCLADES CYCLOMY_1 0x0100 Cyclom-Y below 1M product CYCLADES CYCLOMY_2 0x0101 Cyclom-Y -- 2.20.1