From: Peter Baumann <waste.manager@gmx.de>
To: linux-kernel@vger.kernel.org
Subject: Re: [Bug] invalid mac address after rebooting (kernel 2.6.11.5)
Date: Thu, 24 Mar 2005 12:54:52 +0100 [thread overview]
Message-ID: <20050324115452.GA5561@xp.machine.de> (raw)
In-Reply-To: <20050324030751.6e150376.akpm@osdl.org>
On Thu, Mar 24, 2005 at 03:07:51AM -0800, Andrew Morton wrote:
> Peter Baumann <waste.manager@gmx.de> wrote:
> >
> > >
> > > The only PCI change I see is
> > >
> > > --- drivers/pci/pci.c 22 Jan 2005 03:20:37 -0000 1.71
> > > +++ drivers/pci/pci.c 24 Feb 2005 18:02:37 -0000 1.72
> > > @@ -268,7 +268,7 @@
> > > return -EIO;
> > >
> > > pci_read_config_word(dev,pm + PCI_PM_PMC,&pmc);
> > > - if ((pmc & PCI_PM_CAP_VER_MASK) != 2) {
> > > + if ((pmc & PCI_PM_CAP_VER_MASK) > 2) {
> > > printk(KERN_DEBUG
> > > "PCI: %s has unsupported PM cap regs version (%u)\n",
> > > dev->slot_name, pmc & PCI_PM_CAP_VER_MASK);
> > >
> > > and you're not getting that message (are you?)
> > >
> >
> > Reverting the above patch solved it. But _now_ I get the message.
> > (dmesg output with above patch reverted at the end of the mail)
>
> Greg, help!
>
> > > Nothing much in arch/i386..
> > >
> > > There were some ACPI changes, which is always a worry ;) Does that machine
> > > run OK without ACPI support? If so, could you determine whether disabling
> > > ACPI fixes things up?
> > >
> > Hm. I tried it with 2.6.11.5 by appending acpi=off at the cmdline but
> > as I remember it hasn't changed anything. Or do I have to specify
> > someting else at the commandline to deactivate acpi?
>
> We like to change these things so people send us more email.
>
> According to Documentation/kernel-parameters.txt, acpi=off should still work.
>
Yes. That's were I was looking for :-)
Sorry for my bad english but I meant that switching acpi off did not
change anything releated to the bug. Of course it deactivates acpi.
Peter
next prev parent reply other threads:[~2005-03-24 11:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-23 12:24 [Bug] invalid mac address after rebooting (kernel 2.6.11.5) Peter Baumann
2005-03-24 2:52 ` Andrew Morton
2005-03-24 11:01 ` Peter Baumann
2005-03-24 11:07 ` Andrew Morton
2005-03-24 11:54 ` Peter Baumann [this message]
2005-04-03 13:40 ` Daniel Drake
2005-04-12 8:59 ` [Bug] invalid mac address after rebooting (2.6.12-rc2-mm2) Peter Baumann
2005-04-12 9:09 ` Andrew Morton
2005-04-13 19:24 ` Daniel Ritz
2005-04-13 22:41 ` Peter Baumann
2005-04-14 17:40 ` Daniel Ritz
2005-04-15 6:50 ` Peter Baumann
[not found] ` <20050415064352.GA16475@faui00u.informatik.uni-erlangen.de>
2005-04-17 20:26 ` Daniel Ritz
2005-04-18 22:19 ` Peter Baumann
2005-04-19 17:47 ` Daniel Ritz
2005-04-24 1:37 ` Andrew Morton
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=20050324115452.GA5561@xp.machine.de \
--to=waste.manager@gmx.de \
--cc=linux-kernel@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.