diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-24 19:52:49 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-01-24 19:52:49 +0000 |
commit | 0574cc51eda4632ebdd7f4be5a402da7517cca71 (patch) | |
tree | 3f343a5123d24f4df6ff57622e5e28fca0215a05 /sys/arch/alpha | |
parent | a40f68f51500ad1e2ab74b203097abc496c70efe (diff) |
RAMDISKB compiles again...
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/isa/isa_machdep.c | 6 |
1 files changed, 2 insertions, 4 deletions
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 |