diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-17 20:26:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-17 20:26:38 +0000 |
commit | 46c3357b18050a1ded4381840a83105cbe992dae (patch) | |
tree | 721f4caccc1cd77267b4cddac60781597f84167a | |
parent | ffc295da3651f13a275a4ead73fdea6e3db60d81 (diff) |
new bridge; sthen@symphytum.spacehopper.org
-rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 2e542123356..7d807f3b471 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1100 2006/07/17 14:59:48 dlg Exp $ +$OpenBSD: pcidevs,v 1.1101 2006/07/17 20:26:37 deraadt Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -205,6 +205,7 @@ vendor TRITECH 0x1292 TriTech Microelectronics vendor ALTEON 0x12ae Alteon vendor USR 0x12b9 US Robotics vendor STB2 0x12d2 NVIDIA/SGS-Thomson +vendor PERICOM 0x12d8 Pericom vendor AUREAL 0x12eb Aureal vendor ADMTEK 0x1317 ADMtek vendor PE 0x1318 Packet Engines @@ -2451,6 +2452,9 @@ product SYMBIOS MSAS 0x0411 MegaRAID SAS 1064R /* Packet Engines products */ product SYMBIOS PE_GNIC 0x0702 Packet Engines G-NIC +/* Pericom products */ +product PERICOM PI7C21P100 0x01a7 PI7C21P100 PCIX-PCIX + /* Planex products */ product PLANEX FNW_3603_TX 0xab06 FNW-3603-TX 10/100 product PLANEX FNW_3800_TX 0xab07 FNW-3800-TX 10/100 |