public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Pavel Machek <pavel@ucw.cz>
Cc: linux-kernel@vger.kernel.org, davej@redhat.com
Subject: Re: [PATCH] powernow-k8 max speed sanity check
Date: Thu, 5 Feb 2004 11:36:21 -0800	[thread overview]
Message-ID: <20040205193621.GE7658@atomide.com> (raw)
In-Reply-To: <20040205184841.GB590@elf.ucw.cz>

[-- Attachment #1: Type: text/plain, Size: 1167 bytes --]

* Pavel Machek <pavel@ucw.cz> [040205 10:50]:
> 
> > > Someone should really bug them to fix their BIOS. (BTW does keyboard work
> > > ok for you?) 

Ah, I think what's the keyboard problem. If I don't have usb compiled into
the kernel, my keyboard shows stuck keys continuously. I just posted my .config
at http://www.muru.com/linux/amd64/

> Attached is my cpufreq patch. You may still prefer yours, but this one
> has correct tables derived from ACPI.

Cool, I'll check it out.

> > There are some ACPI related issues though, such as: via-rhine gets wrong 
> > irq with ACPI on, system hangs with yenta_socket loaded if I 
> > connect/disconnect the power cord... So for now, I don't use the
> > PCMCIA.
> 
> They did something very stupid with io-ports at 0x4000. This should
> work around it. [Note, I probably have slightly different machine from
> you.]

Excellent, I'll try it out as well for the PCMCIA.

Here's a bios patch that gets rid of one error and allows the machine to
boot with ioapic option. I've not yet verified that it's this patch though.
With ioapic, the USB and network interrupts stop working, so there's
something else.

Tony						       

[-- Attachment #2: patch-m6805-bios-warning --]
[-- Type: text/plain, Size: 409 bytes --]

--- dsdt.dsl.orig	2004-02-03 23:34:13.000000000 -0800
+++ dsdt.dsl	2004-02-03 23:34:19.000000000 -0800
@@ -2922,7 +2922,7 @@
                     }
                 }
 
-                OperationRegion (CCRD, PCI_Config, 0x00, 0xA7)
+                OperationRegion (CCRD, PCI_Config, 0x00, 0xA8)
                 Field (CCRD, DWordAcc, Lock, Preserve)
                 {
                     Offset (0x04), 

[-- Attachment #3: Makefile --]
[-- Type: text/plain, Size: 186 bytes --]

dump:
	./acpidmp DSDT > dsdt.orig && \
	cp dsdt.orig dsdt

decompile:
	./iasl -d dsdt

compile:
	./iasl -tc dsdt.dsl

install:
	cp dsdt.hex /usr/src/linux/drivers/acpi/tables/acpi_dsdt.c

  reply	other threads:[~2004-02-05 19:36 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-31 20:35 [PATCH] powernow-k8 max speed sanity check Tony Lindgren
2004-01-31 23:19 ` Dave Jones
2004-02-03 13:14 ` Pavel Machek
2004-02-05 18:17   ` Tony Lindgren
2004-02-05 18:48     ` Pavel Machek
2004-02-05 19:36       ` Tony Lindgren [this message]
2004-02-05 21:33       ` Tony Lindgren
2004-02-05 21:38         ` Pavel Machek
2004-02-05 21:56           ` Tony Lindgren
2004-02-06  0:28             ` Pavel Machek
2004-02-06  1:15               ` Tony Lindgren
2004-02-06 12:56                 ` Pavel Machek
2004-02-06 17:28                   ` Tony Lindgren

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=20040205193621.GE7658@atomide.com \
    --to=tony@atomide.com \
    --cc=davej@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /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