Module Name:    src
Committed By:   andvar
Date:           Sat Aug  5 20:23:41 UTC 2023

Modified Files:
        src/sys/dev/pci: pcidevs

Log Message:
fix duplicate definition.


To generate a diff of this commit:
cvs rdiff -u -r1.1488 -r1.1489 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/pcidevs
diff -u src/sys/dev/pci/pcidevs:1.1488 src/sys/dev/pci/pcidevs:1.1489
--- src/sys/dev/pci/pcidevs:1.1488	Sat Aug  5 20:08:03 2023
+++ src/sys/dev/pci/pcidevs	Sat Aug  5 20:23:40 2023
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1488 2023/08/05 20:08:03 andvar Exp $
+$NetBSD: pcidevs,v 1.1489 2023/08/05 20:23:40 andvar Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -9868,7 +9868,7 @@ product	VIATECH	VT8237A_ISA	0x3337	VT823
 product	VIATECH VT3314_IG	0x3344	VT3314 CN900 UniChrome Integrated Graphics
 product VIATECH VT8237R_SATA	0x3349	VT8237R Integrated SATA Controller
 product VIATECH VT3351_HB_3351	0x3351	VT3351 Host Bridge
-product VIATECH VX800_PPB	0x3353	VX800/VX820 PCI-PCI Bridge
+product VIATECH VX800_PPB_2	0x3353	VX800/VX820 PCI-PCI Bridge
 product VIATECH P4M900_3	0x3364	CN896/P4M900 Host Bridge
 product VIATECH CHROME9_HC	0x3371	Chrome9 HC IGP
 product VIATECH VT8237S_ISA	0x3372	VT8237S PCI-ISA Bridge

Reply via email to