Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/dev support Shasta
details: https://anonhg.NetBSD.org/src/rev/c9de7523ab6b
branches: trunk
changeset: 786153:c9de7523ab6b
user: macallan <macallan%NetBSD.org@localhost>
date: Wed Apr 17 12:25:15 2013 +0000
description:
support Shasta
from Phileas Fogg
diffstat:
sys/arch/macppc/dev/obio.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r 518f051c8ff0 -r c9de7523ab6b sys/arch/macppc/dev/obio.c
--- a/sys/arch/macppc/dev/obio.c Wed Apr 17 12:22:43 2013 +0000
+++ b/sys/arch/macppc/dev/obio.c Wed Apr 17 12:25:15 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: obio.c,v 1.38 2012/10/27 17:18:00 chs Exp $ */
+/* $NetBSD: obio.c,v 1.39 2013/04/17 12:25:15 macallan Exp $ */
/*-
* Copyright (C) 1998 Internet Research Institute, Inc.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.38 2012/10/27 17:18:00 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: obio.c,v 1.39 2013/04/17 12:25:15 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -112,6 +112,7 @@
case PCI_PRODUCT_APPLE_PANGEA_MACIO:
case PCI_PRODUCT_APPLE_INTREPID:
case PCI_PRODUCT_APPLE_K2:
+ case PCI_PRODUCT_APPLE_SHASTA:
return 1;
}
@@ -158,6 +159,7 @@
node = OF_finddevice("/pci/mac-io");
break;
case PCI_PRODUCT_APPLE_K2:
+ case PCI_PRODUCT_APPLE_SHASTA:
node = OF_finddevice("mac-io");
break;
Home |
Main Index |
Thread Index |
Old Index