Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/ralink Deal with RA_CONSOLE_EARLY a little mor...
details: https://anonhg.NetBSD.org/src/rev/ce7b58e443a7
branches: trunk
changeset: 767930:ce7b58e443a7
user: matt <matt%NetBSD.org@localhost>
date: Wed Aug 03 16:26:53 2011 +0000
description:
Deal with RA_CONSOLE_EARLY a little more sanely
diffstat:
sys/arch/mips/ralink/ralink_var.h | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (19 lines):
diff -r 4aeded718aee -r ce7b58e443a7 sys/arch/mips/ralink/ralink_var.h
--- a/sys/arch/mips/ralink/ralink_var.h Wed Aug 03 16:26:05 2011 +0000
+++ b/sys/arch/mips/ralink/ralink_var.h Wed Aug 03 16:26:53 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ralink_var.h,v 1.3 2011/08/01 23:01:40 matt Exp $ */
+/* $NetBSD: ralink_var.h,v 1.4 2011/08/03 16:26:53 matt Exp $ */
/*-
* Copyright (c) 2011 CradlePoint Technology, Inc.
* All rights reserved.
@@ -57,8 +57,7 @@
/* helper defines */
#define MS_TO_HZ(ms) ((ms) * hz / 1000)
-#if 0
-#define RA_CONSOLE_EARLY 1
+#ifdef RA_CONSOLE_EARLY
extern void ra_console_early(void);
#endif
Home |
Main Index |
Thread Index |
Old Index