public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alessandro Suardi <alessandro.suardi@oracle.com>
To: Patrick Mochel <mochel@osdl.org>
Cc: Peter Osterlund <petero2@telia.com>,
	Tobias Diedrich <ranma@gmx.at>,
	linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: 2.5.20 - Xircom PCI Cardbus doesn't work
Date: Mon, 10 Jun 2002 22:59:18 +0200	[thread overview]
Message-ID: <3D051326.1020107@oracle.com> (raw)
In-Reply-To: <Pine.LNX.4.33.0206100817090.654-100000@geena.pdx.osdl.net>

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

Patrick Mochel wrote:
> On 9 Jun 2002, Peter Osterlund wrote:
> 
> 
>>Tobias Diedrich <ranma@gmx.at> writes:
>>
>>
>>>Peter Osterlund wrote:
>>>
>>>>Alessandro Suardi <alessandro.suardi@oracle.com> writes:
>>>>
>>>>
>>>>>In 2.5.19 I got an oops on boot (kindly fixed by Peter's patch),
>>>>>  in 2.5.20 no oopsen but eth0 isn't seen anymore by the kernel:
>>>>
>>>>Same problem here. My network card isn't seen either by the kernel in
>>>>2.5.20. If it's still broken in 2.5.21, maybe I'll try to fix it.
>>>
>>>This oneliner fixes it for me, but I don't know if that's the right fix:
>>
>>Thanks, it fixes my problem too. (This patch is still needed in
>>2.5.21.) However, in 2.5.21 I get an oops at shutdown in
>>device_detach. This happens both with and without your patch:
> 
> 
> Sorry about the delay. Could you please try this patch and let me know if 
> it helps? It attempts to treat cardbus more like PCI, and let the PCI 
> helpers do the probing. 
> 
> Note that it's based on the assumption that there is a cardbus bridge for 
> each cardbus slot. This appears to be true on all systems I've seen, but 
> it may not hold for all systems. If other people are feeling adventurous, 
> please give this a try and let me know if it works. 
> 
> You can pull from bk://ldm.bkbits.net/linux-2.5-cardbus
> 
> Thanks,
> 
> 	-pat
> 
> ChangeSet@1.494, 2002-06-10 08:35:32-07:00, mochel@osdl.org
>   Treat cardbus more like PCI: let the PCI helpers do more WRT probing
> 
>  drivers/pci/hotplug.c    |    2 
>  drivers/pcmcia/cardbus.c |  114 ++++++++++++++++-------------------------------
>  2 files changed, 40 insertions, 76 deletions

[snipped patch]

Still no go, and the card functions are misdetected - cardmgr
  attempts to load memory_cs. Full dmesg and /var/log/messages
  for this boot in the attached .tar.gz file.


Thanks,


--alessandro

  "the hands that build / can also pull down
    even the hands of love"
                             (U2, "Exit")

[-- Attachment #2: bootmsgs.tar.gz --]
[-- Type: application/x-gzip, Size: 4723 bytes --]

  parent reply	other threads:[~2002-06-10 21:05 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-03 11:07 2.5.20 - Xircom PCI Cardbus doesn't work Alessandro Suardi
2002-06-06 17:08 ` Peter Osterlund
2002-06-09  9:17   ` Tobias Diedrich
2002-06-09 10:55     ` Peter Osterlund
2002-06-10 15:44       ` Patrick Mochel
2002-06-10 19:28         ` Peter Osterlund
2002-06-14 16:33           ` Linus Torvalds
2002-06-14 17:20             ` Peter Osterlund
2002-06-14 17:47               ` Linus Torvalds
2002-06-14 17:53                 ` Vojtech Pavlik
2002-06-14 18:05                   ` Linus Torvalds
2002-06-14 18:12                     ` Kai Germaschewski
2002-06-14 18:18                       ` Linus Torvalds
2002-06-14 19:37                         ` Jeff Garzik
2002-06-15 18:48                           ` Linus Torvalds
2002-06-15 19:05                             ` Linus Torvalds
2002-06-15 19:39                               ` Kai Germaschewski
2002-06-15 19:58                                 ` Jeff Garzik
2002-06-15 23:00                                   ` Kai Germaschewski
2002-06-15 20:07                             ` Jeff Garzik
2002-06-15 22:51                               ` Kai Germaschewski
2002-06-14 19:31                       ` Jeff Garzik
2002-06-14 23:25                         ` Kai Germaschewski
2002-06-14 23:53                           ` Jeff Garzik
2002-06-15  8:25                           ` Ingo Oeser
2002-06-14 19:34                     ` Jeff Garzik
2002-06-14 18:30                 ` Peter Osterlund
2002-06-14 18:51                   ` Linus Torvalds
2002-06-14 20:07                     ` Peter Osterlund
2002-06-15  2:42                     ` Paul Mackerras
2002-06-15 21:58                       ` Cardbus Linus Torvalds
2002-06-16  7:01                         ` Cardbus Eric W. Biederman
2002-06-16  8:18                         ` Cardbus Paul Mackerras
2002-06-10 20:59         ` Alessandro Suardi [this message]
2002-06-16  4:57         ` 2.5.20 - Xircom PCI Cardbus doesn't work Linus Torvalds
2002-06-16  7:40           ` Peter Osterlund
2002-06-16 18:16             ` Linus Torvalds
2002-06-16 18:42               ` Martin Dalecki

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=3D051326.1020107@oracle.com \
    --to=alessandro.suardi@oracle.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mochel@osdl.org \
    --cc=petero2@telia.com \
    --cc=ranma@gmx.at \
    --cc=torvalds@transmeta.com \
    /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