diff options
author | Steven Mestdagh <steven@cvs.openbsd.org> | 2006-04-28 09:11:06 +0000 |
---|---|---|
committer | Steven Mestdagh <steven@cvs.openbsd.org> | 2006-04-28 09:11:06 +0000 |
commit | 94af0b00a84f96edf6684591b97fda7b1e506442 (patch) | |
tree | f323b0568e106369d99842332de85f81d1b9580f /sys/dev/pci | |
parent | 0bc3ec291b88145e5418749be8ab7a79c615cccc (diff) |
add National Instruments PCI-GPIB card; ok kettenis
Diffstat (limited to 'sys/dev/pci')
-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 2bf195f618a..fea1bec6a53 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1063 2006/04/27 00:26:44 jsg Exp $ +$OpenBSD: pcidevs,v 1.1064 2006/04/28 09:11:05 steven Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -108,6 +108,7 @@ vendor OLICOM 0x108d Olicom vendor SUN 0x108e Sun vendor INTERGRAPH 0x1091 Intergraph vendor DIAMOND 0x1092 Diamond Multimedia +vendor NATINST 0x1093 National Instruments vendor CMDTECH 0x1095 CMD Technology vendor QUANTUMDESIGNS 0x1098 Quantum Designs vendor BROOKTREE 0x109e Brooktree @@ -2212,6 +2213,9 @@ product MUTECH MV1000 0x0001 MV1000 product NDC NCP130 0x0130 NCP130 product NDC NCP130A2 0x0131 NCP130 Rev A2 +/* National Instruments */ +product NATINST PCIGPIB 0xc801 PCI-GPIB + /* National Semiconductor products */ product NS DP83810 0x0001 DP83810 10/100 product NS PC87415 0x0002 PC87415 IDE |