diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-06-24 14:02:29 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-06-24 14:02:29 +0000 |
commit | 1a5053a7b9deefecea70dda2edffe55a14433c0c (patch) | |
tree | 24e44dea13b8da5373ac38b6adfccceeb59f2d57 /sys/dev/pci | |
parent | d66920cbb6b8bcb1ba03a15160a551e736dff265 (diff) |
Correct a typo in one of the CN700 host bridge product ids.
Diffstat (limited to 'sys/dev/pci')
-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 |