mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Vojtech Pavlik <vojtech@suse.cz>
To: Olaf Hering <olh@suse.de>
Cc: Andrew Morton <akpm@osdl.org>, Vojtech Pavlik <vojtech@suse.de>,
	linux-kernel@vger.kernel.org, linuxppc-dev@lists.linuxppc.org
Subject: Re: [PATCH] reenable pc speaker driver for ppc and ppc64
Date: Tue, 27 Jul 2004 14:46:39 +0200	[thread overview]
Message-ID: <20040727124639.GI20613@ucw.cz> (raw)
In-Reply-To: <20040723164953.GB3836@suse.de>

On Fri, Jul 23, 2004 at 06:49:53PM +0200, Olaf Hering wrote:
> 
> The ppc PReP and CHRP boards have PC speaker hardware. A recent patch
> disabled that for many archs, also for ppc. But the driver works fine
> here. An asm header was missing, I just copied another version.
> 
> Signed-off-by: Olaf Hering <olh@suse.de>

Thanks, applied.

> 
> diff -purN linux-2.6.7/drivers/input/misc/Kconfig linux-2.6.8-rc2/drivers/input/misc/Kconfig
> --- linux-2.6.7/drivers/input/misc/Kconfig	2004-07-23 18:30:34.845608638 +0200
> +++ linux-2.6.8-rc2/drivers/input/misc/Kconfig	2004-07-23 17:45:16.519034884 +0200
> @@ -14,7 +14,7 @@ config INPUT_MISC
>  
>  config INPUT_PCSPKR
>  	tristate "PC Speaker support"
> -	depends on (ALPHA || X86 || X86_64 || MIPS) && INPUT && INPUT_MISC
> +	depends on (ALPHA || X86 || X86_64 || MIPS || PPC_PREP || PPC_CHRP || PPC_PSERIES) && INPUT && INPUT_MISC
>  	help
>  	  Say Y here if you want the standard PC Speaker to be used for
>  	  bells and whistles.
> diff -purN linux-2.6.7/include/asm-ppc/8253pit.h linux-2.6.8-rc2/include/asm-ppc/8253pit.h
> --- linux-2.6.7/include/asm-ppc/8253pit.h	1970-01-01 01:00:00.000000000 +0100
> +++ linux-2.6.8-rc2/include/asm-ppc/8253pit.h	2004-07-23 17:11:19.069707446 +0200
> @@ -0,0 +1,10 @@
> +/*
> + * 8253/8254 Programmable Interval Timer
> + */
> +
> +#ifndef _8253PIT_H
> +#define _8253PIT_H
> +
> +#define PIT_TICK_RATE 	1193182UL
> +
> +#endif
> diff -purN linux-2.6.7/include/asm-ppc64/8253pit.h linux-2.6.8-rc2/include/asm-ppc64/8253pit.h
> --- linux-2.6.7/include/asm-ppc64/8253pit.h	1970-01-01 01:00:00.000000000 +0100
> +++ linux-2.6.8-rc2/include/asm-ppc64/8253pit.h	2004-07-23 17:45:23.459974244 +0200
> @@ -0,0 +1,10 @@
> +/*
> + * 8253/8254 Programmable Interval Timer
> + */
> +
> +#ifndef _8253PIT_H
> +#define _8253PIT_H
> +
> +#define PIT_TICK_RATE 	1193182UL
> +
> +#endif
> 
> -- 
> USB is for mice, FireWire is for men!
> 
> sUse lINUX ag, nÜRNBERG
> 

-- 
Vojtech Pavlik
SuSE Labs, SuSE CR

      reply	other threads:[~2004-07-27 12:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-07-23 16:49 Olaf Hering
2004-07-27 12:46 ` Vojtech Pavlik [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040727124639.GI20613@ucw.cz \
    --to=vojtech@suse.cz \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.linuxppc.org \
    --cc=olh@suse.de \
    --cc=vojtech@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®