diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/mips64/mips64/clock.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/mips64/mips64/clock.c b/sys/arch/mips64/mips64/clock.c index 5c2a1142b3f..7000d4b842a 100644 --- a/sys/arch/mips64/mips64/clock.c +++ b/sys/arch/mips64/mips64/clock.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clock.c,v 1.3 2004/08/09 21:01:32 pefo Exp $ */ +/* $OpenBSD: clock.c,v 1.4 2004/08/10 13:45:40 pefo Exp $ */ /* * Copyright (c) 2001-2004 Opsycon AB (www.opsycon.se / www.opsycon.com) @@ -104,14 +104,6 @@ clockattach(struct device *parent, struct device *self, void *aux) set_intr(INTPRI_CLOCK, CR_INT_5, clock_int5); break; - case GALILEO_G9: - case WG4308: - case WG4309: - case WG6000: - case WG7000: - case WG8168: - break; - default: panic("clockattach: it didn't get here. really."); clock_int5(0,(struct trap_frame *)NULL); |