diff options
author | 2006-06-24 14:02:28 +0000 | |
---|---|---|
committer | 2006-06-24 14:02:28 +0000 | |
commit | a06fc49f68132918016f80e9857984149e3f3cbe (patch) | |
tree | 7afc383cd1b97b1a20567894a5c635d5d25e0125 | |
parent | Add abstraction for resistor factors and avoid using the rfact member of (diff) | |
download | wireguard-openbsd-a06fc49f68132918016f80e9857984149e3f3cbe.tar.xz wireguard-openbsd-a06fc49f68132918016f80e9857984149e3f3cbe.zip |
Correct a typo in one of the CN700 host bridge product ids.
-rw-r--r-- | sys/dev/pci/pcidevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs b/sys/dev/pci/pcidevs index 11756ba5bca..dba80fd3050 100644 --- a/sys/dev/pci/pcidevs +++ b/sys/dev/pci/pcidevs @@ -1,4 +1,4 @@ -$OpenBSD: pcidevs,v 1.1080 2006/06/23 10:33:15 brad Exp $ +$OpenBSD: pcidevs,v 1.1081 2006/06/24 14:02:28 jsg Exp $ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ /* @@ -3444,7 +3444,7 @@ product VIATECH PT880_7 0x7258 PT880 Host product VIATECH PM800_PCI 0x7259 PM800 PCI product VIATECH KT880_7 0x7269 KT880 Host product VIATECH K8HTB_7 0x7282 K8HTB Host -product VIATECH CN700_7 0x4314 CN700 Host +product VIATECH CN700_7 0x7314 CN700 Host product VIATECH VT8231_ISA 0x8231 VT8231 ISA product VIATECH VT8231_PWR 0x8235 VT8231 PMG product VIATECH VT8363_AGP 0x8305 VT8363 AGP |