diff options
| author | cgd <cgd@NetBSD.org> | 1998-03-04 00:14:45 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1998-03-04 00:14:45 +0000 |
| commit | b3f8c3c1f1a45b6e2072e498f4e408484d6cb015 (patch) | |
| tree | b6ec04e6485fe82a52a45569881dadde0ee09fcb /sys/dev | |
| parent | 34f466e06427a5302c856dfab48da13ca39993e0 (diff) | |
fix comment bogon in last commit
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 8d559e50783..e6296c1e9df 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.51 1998/03/04 00:09:11 cgd Exp $ +$NetBSD: pcidevs,v 1.52 1998/03/04 00:14:45 cgd Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -625,12 +625,14 @@ product CIRRUS CL_GD7541 0x1204 CL-GD7541 /* 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 */ +/* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */ +product CMDTECH 642 0x0642 PCI0642 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 */ +/* Inclusion of 'A' in the following entry is probably wrong. */ +/* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */ +product CMDTECH 650A 0x0650 PCI0650A product CMDTECH 670 0x0670 USB0670 product CMDTECH 673 0x0673 USB0673 |
