Module Name: src
Committed By: phx
Date: Mon Apr 25 18:30:18 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: pciide.c
Log Message:
Add VIA VT6410 vendor/product IDs (StorCenter).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/sandpoint/stand/altboot/pciide.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/sandpoint/stand/altboot/pciide.c
diff -u src/sys/arch/sandpoint/stand/altboot/pciide.c:1.6 src/sys/arch/sandpoint/stand/altboot/pciide.c:1.7
--- src/sys/arch/sandpoint/stand/altboot/pciide.c:1.6 Tue Apr 19 17:49:38 2011
+++ src/sys/arch/sandpoint/stand/altboot/pciide.c Mon Apr 25 18:30:18 2011
@@ -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 */