TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PCI / PCMCIA linkage - the update
- To: tclug-list@mn-linux.org
- Subject: PCI / PCMCIA linkage - the update
- From: Bill Layer <blayer@uswest.net>
- Date: Mon, 02 Oct 2000 14:12:02 -0500
- Delivered-To: fixup-tclug-list@mn-linux.org@fixme
- In-Reply-To: <20000925143349.A14241@real-time.com>
- References: <Pine.LNX.4.21.0009251425050.16409-100000@chef.nerp.net><00db01c02725$6ce67650$1000a8c0@cschumann><Pine.LNX.4.21.0009251425050.16409-100000@chef.nerp.net>
Here is some interesting info for anyone who followed this thread last
week. As you may recall, I have a Toshiba Satellite 105CS notebook with two
PCMCIA slots. When I compiled a kernel without PCI support, the PCMCIA on
the notebook would die in flames.
I had assumed that this notebook had no PCI bus, because in all of the
manufacturer's literature there was no mention of a PCI bus. I made the
assumption that Toshiba would tend to mention whether or not the unit had a
PCI bus; but upon reading the literature, I found no mention of either ISA
or PCI busses. So from the manufacturer's literature, you cannot deduce the
presence or absence of either type of bus.
My assumption of no PCI bus was (I felt) confirmed by the Linux kernel boot
messages which said, simply: PCI: No PCI bus detected (or something like
this). Seems pretty straightforward.
At this point in time, I think it is safe to say that PCMCIA support does
not work in any fashion on my Toshiba without PCI support compiled into my
kernel, and that PCMCIA is not inherently linked to PCI in the Linux
kernel, as the kernel will (apparently) support ISA PCMCIA controllers,
with no PCI support available. I would like some verification of this.
So my current conclusions are three:
1) My Toshiba notebook has a PCI bus, upon which resides my PCMCIA controller.
2) The Linux kernel is incapable of detecting my Toshiba's PCI bus
3) The Linux kernel's ability to detect the PCI bus in my case is not
interfering with the kernel's ability to support a PCMCIA controller on
that bus.
I can't say that I really like any of these conclusions, especially #2 &
#3. Anyone have a better answer or answers?