From 0574cc51eda4632ebdd7f4be5a402da7517cca71 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 24 Jan 2002 19:52:49 +0000 Subject: RAMDISKB compiles again... --- sys/arch/alpha/isa/isa_machdep.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/arch/alpha/isa/isa_machdep.c') diff --git a/sys/arch/alpha/isa/isa_machdep.c b/sys/arch/alpha/isa/isa_machdep.c index 31738f99091..fd585354e7b 100644 --- a/sys/arch/alpha/isa/isa_machdep.c +++ b/sys/arch/alpha/isa/isa_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isa_machdep.c,v 1.10 2002/01/23 05:06:40 ericj Exp $ */ +/* $OpenBSD: isa_machdep.c,v 1.11 2002/01/24 19:52:48 miod Exp $ */ /* $NetBSD: isa_machdep.c,v 1.12 1998/08/07 10:26:39 drochner Exp $ */ /* @@ -103,14 +103,12 @@ isabeepattach(parent, self, aux) ppicookie = ((struct pcppi_attach_args *)aux)->pa_cookie; ppi_attached = 1; } -#endif void isabeep(pitch, period) int pitch, period; { -#if (NPCPPI > 0) if (ppi_attached) pcppi_bell(ppicookie, pitch, period, 0); -#endif } +#endif -- cgit v1.2.3