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 Add VIA VT6410 vendor/produ...



details:   https://anonhg.NetBSD.org/src/rev/2046202c13d1
branches:  trunk
changeset: 764486:2046202c13d1
user:      phx <phx%NetBSD.org@localhost>
date:      Mon Apr 25 18:30:18 2011 +0000

description:
Add VIA VT6410 vendor/product IDs (StorCenter).

diffstat:

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

diffs (17 lines):

diff -r 71e8ece57a16 -r 2046202c13d1 sys/arch/sandpoint/stand/altboot/pciide.c
--- a/sys/arch/sandpoint/stand/altboot/pciide.c Mon Apr 25 18:29:33 2011 +0000
+++ b/sys/arch/sandpoint/stand/altboot/pciide.c Mon Apr 25 18:30:18 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pciide.c,v 1.6 2011/04/19 17:49:38 phx Exp $ */
+/* $NetBSD: pciide.c,v 1.7 2011/04/25 18:30:18 phx Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -59,6 +59,7 @@
                return 1;
        case PCI_DEVICE(0x1283, 0x8211): /* ITE 8211 IDE */
        case PCI_DEVICE(0x1106, 0x1571): /* VIA 82C586 IDE */
+       case PCI_DEVICE(0x1106, 0x3164): /* VIA VT6410 */
        case PCI_DEVICE(0x10ad, 0x0105): /* Symphony Labs 82C105 IDE */
        case PCI_DEVICE(0x10b8, 0x5229): /* ALi IDE */
        case PCI_DEVICE(0x1191, 0x0008): /* ACARD ATP865 */



Home | Main Index | Thread Index | Old Index