diff options
| author | cgd <cgd@NetBSD.org> | 1998-03-04 00:09:11 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1998-03-04 00:09:11 +0000 |
| commit | 0873649bda2c8890fcface8f493885c0ce0d61b9 (patch) | |
| tree | 149260d3ac6500ca12d1a268d6928072b67ca234 /sys/dev | |
| parent | 8a2d9d7d74631c6f2bb83e64c4c137d15a5a7f34 (diff) | |
add CMD PCI0643, PCI0647, USB0670, USB0673. Remove the 'A' from the 640A
entry (because the same product id is used for the 640B, as well). Note
that a few of the entries (PCI0642, PCI0650A) no longer have data to
be found on the CMD web site, and note that PCI0650A should probably have
its "A" trimmed as well.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 24b9bd8de75..8d559e50783 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.50 1998/02/27 11:45:51 mycroft Exp $ +$NetBSD: pcidevs,v 1.51 1998/03/04 00:09:11 cgd Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -623,11 +623,16 @@ product CIRRUS CL_GD7542 0x1200 CL-GD7542 product CIRRUS CL_GD7543 0x1202 CL-GD7543 product CIRRUS CL_GD7541 0x1204 CL-GD7541 -/* CMD Technology products */ -product CMDTECH 640A 0x0640 640A -product CMDTECH 642 0x0642 642 -product CMDTECH 646 0x0646 646 -product CMDTECH 650A 0x0650 650A +/* CMD Technology products -- info gleaned from their web site */ +product CMDTECH 640 0x0640 PCI0640 +product CMDTECH 642 0x0642 PCI0642 /* not on web, Mar. 3 '98 */ +product CMDTECH 643 0x0643 PCI0643 +product CMDTECH 646 0x0646 PCI0646 +product CMDTECH 647 0x0647 PCI0647 +/* inclusion of 'A' in the following entry is probably wrong. */ +product CMDTECH 650A 0x0650 PCI0650A /* not on web, Mar. 3 '98 */ +product CMDTECH 670 0x0670 USB0670 +product CMDTECH 673 0x0673 USB0673 /* Cogent Data Technologies products */ product COGENT EM110TX 0x1400 EX110TX PCI Fast Ethernet Adapter |
