diff options
| author | mycroft <mycroft@NetBSD.org> | 2004-07-17 20:04:32 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2004-07-17 20:04:32 +0000 |
| commit | a673957e97edfad118721681b91e9b387eef6c19 (patch) | |
| tree | 4d21ca733883fb7ae6f4f3e596c2885637d364f5 /sys/dev | |
| parent | ea12e6361093892caecd4e4987b5c29935fe9316 (diff) | |
Fix Intersil product names.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 0d1e179fd66..634324f2eaf 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$NetBSD: pcidevs,v 1.631 2004/07/15 13:09:21 junyoung Exp $ +$NetBSD: pcidevs,v 1.632 2004/07/17 20:04:32 mycroft Exp $ /* * Copyright (c) 1995, 1996 Christopher G. Demetriou @@ -1773,8 +1773,8 @@ product INTEL 21555 0xb555 21555 Non-Transparent PCI-PCI Bridge product INTERGRAPH 4D50T 0x00e4 Powerstorm 4D50T /* Intersil products */ -product INTERSIL MINI_PCI_WLAN 0x3873 Intersil PRISM2.5 Mini-PCI WLAN -product INTERSIL MINI_PCI_P54 0x3890 Intersil PRISM-54 Mini-PCI WLAN +product INTERSIL MINI_PCI_WLAN 0x3873 PRISM2.5 Mini-PCI WLAN +product INTERSIL MINI_PCI_P54 0x3890 PRISM-54 Mini-PCI WLAN /* Invertex */ product INVERTEX AEON 0x0005 AEON |
