Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/sys/arch/macppc/dev Pull up following revision(s) (reques...
details: https://anonhg.NetBSD.org/src/rev/bb2627da4e76
branches: netbsd-6
changeset: 775463:bb2627da4e76
user: riz <riz%NetBSD.org@localhost>
date: Mon Nov 19 20:01:08 2012 +0000
description:
Pull up following revision(s) (requested by phx in ticket #666):
sys/arch/macppc/dev/awacs.c: revision 1.43
My PowerMac3,1 is using gpio4 to detect a connected headphone, and I would bet
that the same is true for PowerMac3,2.
diffstat:
sys/arch/macppc/dev/awacs.c | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 90625204df4e -r bb2627da4e76 sys/arch/macppc/dev/awacs.c
--- a/sys/arch/macppc/dev/awacs.c Mon Nov 19 19:58:40 2012 +0000
+++ b/sys/arch/macppc/dev/awacs.c Mon Nov 19 20:01:08 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: awacs.c,v 1.42 2011/11/24 03:35:57 mrg Exp $ */
+/* $NetBSD: awacs.c,v 1.42.4.1 2012/11/19 20:01:08 riz Exp $ */
/*-
* Copyright (c) 2000 Tsubai Masanari. All rights reserved.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: awacs.c,v 1.42 2011/11/24 03:35:57 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: awacs.c,v 1.42.4.1 2012/11/19 20:01:08 riz Exp $");
#include <sys/param.h>
#include <sys/audioio.h>
@@ -288,7 +288,9 @@
"AAPL,3500",
NULL};
-static const char *use_gpio4[] = { "PowerMac3,3",
+static const char *use_gpio4[] = { "PowerMac3,1",
+ "PowerMac3,2",
+ "PowerMac3,3",
NULL};
/*
Home |
Main Index |
Thread Index |
Old Index