From 37c7e3af83377548f282dbcccf1cd4bb4dad716a Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Thu, 1 Jun 2006 18:46:06 +0000 Subject: After changing J3 to J4 on the thecus board, serial interrupts work just fine (on XINT1), so remove the poll console hacks and rewire the com irq to the correct value for thecus. --- sys/arch/arm/xscale/i80321_timer.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/arch/arm/xscale') diff --git a/sys/arch/arm/xscale/i80321_timer.c b/sys/arch/arm/xscale/i80321_timer.c index d36273f7cab..59e5799e191 100644 --- a/sys/arch/arm/xscale/i80321_timer.c +++ b/sys/arch/arm/xscale/i80321_timer.c @@ -1,4 +1,4 @@ -/* $OpenBSD: i80321_timer.c,v 1.2 2006/05/29 17:27:31 drahn Exp $ */ +/* $OpenBSD: i80321_timer.c,v 1.3 2006/06/01 18:46:05 drahn Exp $ */ /* $NetBSD: i80321_timer.c,v 1.13 2005/12/24 20:06:52 perry Exp $ */ /* @@ -418,7 +418,6 @@ resettodr(void) * * Handle the hardclock interrupt. */ -int poll_console(void); int clockhandler(void *arg) { @@ -431,6 +430,5 @@ clockhandler(void *arg) if (i80321_hardclock_hook != NULL) (*i80321_hardclock_hook)(); - poll_console(); return (1); } -- cgit v1.2.3