summaryrefslogtreecommitdiffstats
path: root/arch/sparc/prom/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/prom/console.c')
-rw-r--r--arch/sparc/prom/console.c15
1 files changed, 1 insertions, 14 deletions
diff --git a/arch/sparc/prom/console.c b/arch/sparc/prom/console.c
index 4a1a42309..2305dc858 100644
--- a/arch/sparc/prom/console.c
+++ b/arch/sparc/prom/console.c
@@ -1,4 +1,4 @@
-/* $Id: console.c,v 1.20 1998/09/21 05:05:50 jj Exp $
+/* $Id: console.c,v 1.21 2000/01/29 01:09:12 anton Exp $
* console.c: Routines that deal with sending and receiving IO
* to/from the current console device using the PROM.
*
@@ -45,7 +45,6 @@ prom_nbgetchar(void)
i = -1;
}
break;
- case PROM_AP1000:
default:
i = -1;
break;
@@ -79,15 +78,6 @@ prom_nbputchar(char c)
else
i = -1;
break;
- case PROM_AP1000:
-#if CONFIG_AP1000
- {
- extern void ap_putchar(char );
- ap_putchar(c);
- i = 0;
- }
-#endif
- break;
default:
i = -1;
break;
@@ -160,8 +150,6 @@ prom_query_input_device()
return PROMDEV_ITTYB;
}
return PROMDEV_I_UNK;
- case PROM_AP1000:
- return PROMDEV_I_UNK;
}
}
@@ -219,7 +207,6 @@ prom_query_output_device()
};
}
break;
- case PROM_AP1000:
default:
}
return PROMDEV_O_UNK;