diff options
author | 2000-09-19 08:37:30 +0000 | |
---|---|---|
committer | 2000-09-19 08:37:30 +0000 | |
commit | 3f52b3f4e3fce4f143b134e962d8f8d60a622bb9 (patch) | |
tree | b77450680f92da8a8cc49a807bce26ce4edb07fd | |
parent | Remove annoying debugging print that was introduced with the cmap setting code. (diff) | |
download | wireguard-openbsd-3f52b3f4e3fce4f143b134e962d8f8d60a622bb9.tar.xz wireguard-openbsd-3f52b3f4e3fce4f143b134e962d8f8d60a622bb9.zip |
redundancy in product names is bad
-rw-r--r-- | sys/dev/pci/pcidevs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 77685f967d6..9f9f0f99b79 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ - $OpenBSD: pcidevs,v 1.320 2000/09/16 21:36:52 aaron Exp $ + $OpenBSD: pcidevs,v 1.321 2000/09/19 08:37:30 niklas Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -925,9 +925,9 @@ product CYRIX GXMPCI 0x0001 GXm Host-PCI product CYRIX GXMISA 0x0002 GXm PCI-ISA /* Dell Computer products */ -product DELL DELL_PERC_2SI 0x0001 PERC 2/Si -product DELL DELL_PERC_3DI 0x0002 PERC 3/Di -product DELL DELL_PERC_3SI 0x0003 PERC 3/Si +product DELL PERC_2SI 0x0001 PERC 2/Si +product DELL PERC_3DI 0x0002 PERC 3/Di +product DELL PERC_3SI 0x0003 PERC 3/Si /* D-Link products */ product DLINK 550TX 0x1002 550TX |