All of lore.kernel.org
 help / color / mirror / Atom feed
From: Russell King <rmk+lkml@arm.linux.org.uk>
To: Dax Kelson <dax@gurulabs.com>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: thinkpad issue --No PCMCIA hotplug activity when onboard nic (e1000) down
Date: Mon, 27 Sep 2004 23:04:59 +0100	[thread overview]
Message-ID: <20040927230458.F26680@flint.arm.linux.org.uk> (raw)
In-Reply-To: <1096319165.4075.78.camel@mentorng.gurulabs.com>; from dax@gurulabs.com on Mon, Sep 27, 2004 at 03:06:05PM -0600

On Mon, Sep 27, 2004 at 03:06:05PM -0600, Dax Kelson wrote:
> On Mon, 2004-09-27 at 14:53, Russell King wrote:
> > On Mon, Sep 27, 2004 at 02:40:29PM -0600, Dax Kelson wrote:
> > > Myself and a co-worker have two ThinkPads bought a few months apart. The
> > > two model numbers are:
> > > 
> > > 2373-KUU -- T42p 14" LCD
> > > 2373-CXU -- T42 15" LCD
> > > 
> > > Both have the following onboard NIC and cardbus controller
> > > 02:01.0 Ethernet controller: Intel Corp. 82540EP Gigabit Ethernet Controller (Mobile) (rev 03)
> > > 02:00.0 CardBus bridge: Texas Instruments PCI4520 PC card Cardbus Controller (rev 01)
> > > 02:00.1 CardBus bridge: Texas Instruments PCI4520 PC card Cardbus Controller (rev 01)
> > 
> > Can you also provide the output of lspci -n for the above two
> > cardbus bridges please?
> 
> Sure..
> 
> # lspci -n | grep 02:00
> 02:00.0 Class 0607: 104c:ac46 (rev 01)
> 02:00.1 Class 0607: 104c:ac46 (rev 01)

Can you try this patch please?  Thanks.

===== drivers/pcmcia/yenta_socket.c 1.59 vs edited =====
--- 1.59/drivers/pcmcia/yenta_socket.c	2004-08-22 15:39:15 +01:00
+++ edited/drivers/pcmcia/yenta_socket.c	2004-09-27 23:03:57 +01:00
@@ -1091,6 +1091,7 @@
 	CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_4410, TI12XX),
 	CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_4450, TI12XX),
 	CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_4451, TI12XX),
+	CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_4520, TI12XX),
 
 	CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_1250, TI1250),
 	CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_1410, TI1250),
===== include/linux/pci_ids.h 1.176 vs edited =====
--- 1.176/include/linux/pci_ids.h	2004-08-28 19:46:04 +01:00
+++ edited/include/linux/pci_ids.h	2004-09-27 23:03:54 +01:00
@@ -734,6 +734,7 @@
 #define PCI_DEVICE_ID_TI_1251B		0xac1f
 #define PCI_DEVICE_ID_TI_4410		0xac41
 #define PCI_DEVICE_ID_TI_4451		0xac42
+#define PCI_DEVICE_ID_TI_4520		0xac46
 #define PCI_DEVICE_ID_TI_1410		0xac50
 #define PCI_DEVICE_ID_TI_1420		0xac51
 #define PCI_DEVICE_ID_TI_1451A		0xac52


-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 PCMCIA      - http://pcmcia.arm.linux.org.uk/
                 2.6 Serial core

  reply	other threads:[~2004-09-27 22:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-27 20:40 thinkpad issue --No PCMCIA hotplug activity when onboard nic (e1000) down Dax Kelson
2004-09-27 20:53 ` Russell King
2004-09-27 21:06   ` Dax Kelson
2004-09-27 22:04     ` Russell King [this message]
2004-09-28  0:17       ` Dax Kelson

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=20040927230458.F26680@flint.arm.linux.org.uk \
    --to=rmk+lkml@arm.linux.org.uk \
    --cc=dax@gurulabs.com \
    --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.