diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1999-11-14 01:21:55 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1999-11-14 01:21:55 +0000 |
commit | 89eceb961e61ce4957ce252ff94431eb60daa720 (patch) | |
tree | 3ed8631e03da1fb79c04ce24804cda4baec4a21c /sys | |
parent | 6a2bb1797b59856f6504ef9c3721dfb1268e615f (diff) |
Shrink more; make all puc devices simply "I/O", and add another one.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs | 69 |
1 files changed, 35 insertions, 34 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 0ac966f0ee2..98e1e6e57c0 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -M$OpenBSD: pcidevs,v 1.196 1999/11/14 00:19:41 deraadt Exp $ +M$OpenBSD: pcidevs,v 1.197 1999/11/14 01:21:54 downsj Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1062,6 +1062,7 @@ product NS NS87410 0xd001 NS87410 /* NEC */ product NEC USB 0x0035 USB product NEC POWERVR2 0x0046 PowerVR PCX2 +product NEC MARTH 0x0074 I/O /* NeoMagic */ product NEOMAGIC NM2070 0x0001 Magicgraph NM2070 @@ -1085,43 +1086,43 @@ product NETVIN NV5000 0x5000 NetVin 5000 product NEWBRIDGE CA91CX42 0x0000 Universe VME /* SIIG products */ -product SIIG 1000 0x1000 Serial -product SIIG 1001 0x1001 Serial -product SIIG 1002 0x1002 Serial +product SIIG 1000 0x1000 I/O +product SIIG 1001 0x1001 I/O +product SIIG 1002 0x1002 I/O product SIIG 1010 0x1010 I/O product SIIG 1011 0x1011 I/O product SIIG 1012 0x1012 I/O -product SIIG 1020 0x1020 Parallel -product SIIG 1021 0x1021 Parallel Dual -product SIIG 1030 0x1030 Serial Dual -product SIIG 1031 0x1031 Serial Dual -product SIIG 1032 0x1032 Serial Dual -product SIIG 1034 0x1034 2S1P -product SIIG 1035 0x1035 2S1P -product SIIG 1036 0x1036 2S1P -product SIIG 1050 0x1050 4S -product SIIG 1051 0x1051 4S -product SIIG 1052 0x1052 4S -product SIIG 2000 0x2000 Serial -product SIIG 2001 0x2001 Serial -product SIIG 2002 0x2002 Serial +product SIIG 1020 0x1020 I/O +product SIIG 1021 0x1021 I/O +product SIIG 1030 0x1030 I/O +product SIIG 1031 0x1031 I/O +product SIIG 1032 0x1032 I/O +product SIIG 1034 0x1034 I/O +product SIIG 1035 0x1035 I/O +product SIIG 1036 0x1036 I/O +product SIIG 1050 0x1050 I/O +product SIIG 1051 0x1051 I/O +product SIIG 1052 0x1052 I/O +product SIIG 2000 0x2000 I/O +product SIIG 2001 0x2001 I/O +product SIIG 2002 0x2002 I/O product SIIG 2010 0x2010 I/O product SIIG 2011 0x2011 I/O product SIIG 2012 0x2012 I/O -product SIIG 2020 0x2020 Parallel -product SIIG 2021 0x2021 Parallel Dual -product SIIG 2030 0x2030 Serial Dual -product SIIG 2031 0x2031 Serial Dual -product SIIG 2032 0x2032 Serial Dual -product SIIG 2040 0x2040 2P1S -product SIIG 2041 0x2041 2P1S -product SIIG 2042 0x2042 2P1S -product SIIG 2050 0x2050 4S -product SIIG 2051 0x2051 4S -product SIIG 2052 0x2052 4S -product SIIG 2060 0x2060 2S1P -product SIIG 2061 0x2061 2S1P -product SIIG 2062 0x2062 2S1P +product SIIG 2020 0x2020 I/O +product SIIG 2021 0x2021 I/O +product SIIG 2030 0x2030 I/O +product SIIG 2031 0x2031 I/O +product SIIG 2032 0x2032 I/O +product SIIG 2040 0x2040 I/O +product SIIG 2041 0x2041 I/O +product SIIG 2042 0x2042 I/O +product SIIG 2050 0x2050 I/O +product SIIG 2051 0x2051 I/O +product SIIG 2052 0x2052 I/O +product SIIG 2060 0x2060 I/O +product SIIG 2061 0x2061 I/O +product SIIG 2062 0x2062 I/O /* NCR/Symbios Logic products */ product SYMBIOS 810 0x0001 53c810 @@ -1180,8 +1181,8 @@ product PCTECH RZ1000 0x1000 RZ1000 product PEQUR PCIBRIDGE 0x0200 PCI /* PLX products */ -product PLX 1076 0x1076 I/O PCI -product PLX 9050 0x9050 I/O PCI +product PLX 1076 0x1076 I/O +product PLX 9050 0x9050 I/O /* Promise products */ product PROMISE DC5030 0x5300 DC5030 |