Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci Fix VIA VT8231 product: it's a PCI-ISA Bridge no...



details:   https://anonhg.NetBSD.org/src/rev/25331e3d2680
branches:  trunk
changeset: 586776:25331e3d2680
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Sun Jan 01 11:32:03 2006 +0000

description:
Fix VIA VT8231 product: it's a PCI-ISA Bridge not an IDE Controller.

diffstat:

 sys/dev/pci/pcidevs |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 9643d276e6f8 -r 25331e3d2680 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Sun Jan 01 00:00:01 2006 +0000
+++ b/sys/dev/pci/pcidevs       Sun Jan 01 11:32:03 2006 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.751 2005/12/29 05:44:51 jonathan Exp $
+$NetBSD: pcidevs,v 1.752 2006/01/01 11:32:03 xtraeme Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -3029,7 +3029,7 @@
 product VIATECH VT86C100A      0x6100  VT86C100A (Rhine-II) 10/100 Ethernet
 product VIATECH VT8378_IG       0x7205  VT8378 KM400 UniChrome Integrated Graphics
 product VIATECH KT880_5         0x7269  KT880 CPU to PCI Bridge
-product VIATECH VT8231         0x8231  VT8231 IDE Controller
+product VIATECH VT8231         0x8231  VT8231 PCI-ISA Bridge
 product VIATECH VT8231_PWR     0x8235  VT8231 Power Management Controller
 product VIATECH VT8363_PPB     0x8305  VT8363 (Apollo KT133) PCI to AGP Bridge
 product VIATECH VT8371_PPB     0x8391  VT8371 (Apollo KX133) PCI-PCI Bridge



Home | Main Index | Thread Index | Old Index