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 Some DSM-G600 use a Acard A...
details: https://anonhg.NetBSD.org/src/rev/c97a676518c4
branches: trunk
changeset: 764394:c97a676518c4
user: phx <phx%NetBSD.org@localhost>
date: Tue Apr 19 17:49:38 2011 +0000
description:
Some DSM-G600 use a Acard ATP865A instead of ATP865. Added its product id.
diffstat:
sys/arch/sandpoint/stand/altboot/pciide.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7f3d2726a5b2 -r c97a676518c4 sys/arch/sandpoint/stand/altboot/pciide.c
--- a/sys/arch/sandpoint/stand/altboot/pciide.c Tue Apr 19 14:12:54 2011 +0000
+++ b/sys/arch/sandpoint/stand/altboot/pciide.c Tue Apr 19 17:49:38 2011 +0000
@@ -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;
}
Home |
Main Index |
Thread Index |
Old Index