diff options
author | 2004-02-23 23:57:43 +0000 | |
---|---|---|
committer | 2004-02-23 23:57:43 +0000 | |
commit | 14788e40eb1f908f8cc2a8bd3bfcfb738e4836d2 (patch) | |
tree | d3027ff6e359babdc4ee20e477e01becd64e600a | |
parent | more explicitly check against -1 for pread/pwrite error returns; millert ok (diff) | |
download | wireguard-openbsd-14788e40eb1f908f8cc2a8bd3bfcfb738e4836d2.tar.xz wireguard-openbsd-14788e40eb1f908f8cc2a8bd3bfcfb738e4836d2.zip |
symbios/lsi have a megaraid now
-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 2402eb16e0c..59cd6ad8e92 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.709 2004/02/07 05:44:14 deraadt Exp $ +$OpenBSD: pcidevs,v 1.710 2004/02/23 23:57:43 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -1657,7 +1657,8 @@ product SYMBIOS 1510 0x0010 53c1510 product SYMBIOS 895A 0x0012 53c895A product SYMBIOS 1010 0x0020 53c1010-33 product SYMBIOS 1010_2 0x0021 53c1010-66 -product SYMBIOS 875J 0x008f 53c875J +product SYMBIOS 875J 0x008f 53c875J +product SYMBIOS MEGARAID 0x1960 MegaRAID /* Packet Engines products */ product SYMBIOS PE_GNIC 0x0702 Packet Engines G-NIC |