Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/stand/altboot VIA 82C586A/B 82C686A/B Sou...



details:   https://anonhg.NetBSD.org/src/rev/1fb4d42a37d6
branches:  trunk
changeset: 770788:1fb4d42a37d6
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Nov 02 04:10:33 2011 +0000

description:
VIA 82C586A/B 82C686A/B SouthBridges share PCI ID 0x1066-0571.
They are distinguishable by looking at PCI-ISA bridge PCI ID and
revision number.

diffstat:

 sys/arch/sandpoint/stand/altboot/pciide.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 8bb71ca18a59 -r 1fb4d42a37d6 sys/arch/sandpoint/stand/altboot/pciide.c
--- a/sys/arch/sandpoint/stand/altboot/pciide.c Wed Nov 02 02:34:56 2011 +0000
+++ b/sys/arch/sandpoint/stand/altboot/pciide.c Wed Nov 02 04:10:33 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pciide.c,v 1.8 2011/11/01 16:32:57 phx Exp $ */
+/* $NetBSD: pciide.c,v 1.9 2011/11/02 04:10:33 nisimura Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
        case PCI_DEVICE(0x1095, 0x0680): /* SiI 0680 IDE */
                myops = &cmdideops;
                return 1;
-       case PCI_DEVICE(0x1106, 0x0571): /* VIA 82C586A IDE */
+       case PCI_DEVICE(0x1106, 0x0571): /* VIA 82C586A/B/686A/B IDE */
        case PCI_DEVICE(0x1106, 0x1571): /* VIA 82C586 IDE */
        case PCI_DEVICE(0x1106, 0x3164): /* VIA VT6410 RAID IDE */
                myops = &apoideops;



Home | Main Index | Thread Index | Old Index