Module Name: src
Committed By: phx
Date: Tue Apr 19 17:49:38 UTC 2011
Modified Files:
src/sys/arch/sandpoint/stand/altboot: pciide.c
Log Message:
Some DSM-G600 use a Acard ATP865A instead of ATP865. Added its product id.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/sys/arch/sandpoint/stand/altboot/pciide.c:1.6
--- src/sys/arch/sandpoint/stand/altboot/pciide.c:1.5 Thu Mar 10 21:11:49 2011
+++ src/sys/arch/sandpoint/stand/altboot/pciide.c Tue Apr 19 17:49:38 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: pciide.c,v 1.5 2011/03/10 21:11:49 phx Exp $ */
+/* $NetBSD: pciide.c,v 1.6 2011/04/19 17:49:38 phx Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -62,6 +62,7 @@
case PCI_DEVICE(0x10ad, 0x0105): /* Symphony Labs 82C105 IDE */
case PCI_DEVICE(0x10b8, 0x5229): /* ALi IDE */
case PCI_DEVICE(0x1191, 0x0008): /* ACARD ATP865 */
+ case PCI_DEVICE(0x1191, 0x0009): /* ACARD ATP865A */
myops = &defaultops;
return 1;
}