linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6.0-test11: PCMCIA] i82365: No such device...
@ 2003-12-11  8:37 Guennadi Liakhovetski
  2003-12-11  9:17 ` Russell King
  0 siblings, 1 reply; 4+ messages in thread
From: Guennadi Liakhovetski @ 2003-12-11  8:37 UTC (permalink / raw)
  To: linux-kernel; +Cc: Guennadi Liakhovetski

Short: under 2.4 the i82365 detects and serves the chip, under 2.6 - it
doesn't.

It's the same Toshiba Satellite 300CDT (lspci -vv below). pcmcia_core
compiled with cardbus support. In BIOS one can configure PCMCIA as 16bit
PCIC compatible, in which case it "works" - without hot-plugging. So, if
you boot with a card in the slot, it will be recognised, otherwise - not.
Next possibility "Auto-selected" (didn't really try, but didn't look too
promising), and 16bit card-bus. The latter option works under 2.4 with
i82365 and cardbus support. Under 2.6 it says: "Intel PCIC probe: not
found". Or should I be using yenta? It's not 32bit, so, didn't even try.
Ideas?

# lspci -vv
00:00.0 Host bridge: Toshiba America Info Systems 601 (rev 2c)
	Subsystem: Toshiba America Info Systems: Unknown device 0001
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ >SERR- <PERR-
	Latency: 0, cache line size 08

...

00:13.0 CardBus bridge: Toshiba America Info Systems ToPIC95 (rev 07)
	Subsystem: Toshiba America Info Systems: Unknown device 0001
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Interrupt: pin A routed to IRQ 11
	Region 0: Memory at 10000000 (32-bit, non-prefetchable) [disabled] [size=4K]
	Bus: primary=00, secondary=01, subordinate=04, sec-latency=0
	I/O window 0: 00000000-00000003 [disabled]
	I/O window 1: 00000000-00000003 [disabled]
	BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite-
	16-bit legacy interface ports at 0001

00:13.1 CardBus bridge: Toshiba America Info Systems ToPIC95 (rev 07)
	Subsystem: Toshiba America Info Systems: Unknown device 0001
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B-
	Status: Cap- 66Mhz- UDF- FastB2B+ ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR-
	Interrupt: pin B routed to IRQ 11
	Region 0: Memory at 10001000 (32-bit, non-prefetchable) [disabled] [size=4K]
	Bus: primary=00, secondary=05, subordinate=08, sec-latency=0
	I/O window 0: 00000000-00000003 [disabled]
	I/O window 1: 00000000-00000003 [disabled]
	BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt- PostWrite-
	16-bit legacy interface ports at 0001

Thanks
Guennadi
---------------------------------
Guennadi Liakhovetski, Ph.D.
DSA Daten- und Systemtechnik GmbH
Pascalstr. 28
D-52076 Aachen
Germany


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [2.6.0-test11: PCMCIA] i82365: No such device...
  2003-12-11  8:37 [2.6.0-test11: PCMCIA] i82365: No such device Guennadi Liakhovetski
@ 2003-12-11  9:17 ` Russell King
  2003-12-11  9:22   ` Guennadi Liakhovetski
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King @ 2003-12-11  9:17 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: linux-kernel, Guennadi Liakhovetski

On Thu, Dec 11, 2003 at 09:37:38AM +0100, Guennadi Liakhovetski wrote:
> 00:13.0 CardBus bridge: Toshiba America Info Systems ToPIC95 (rev 07)
          ^^^^^^^^^^^^^^

Cardbus is 32-bit, so you need to use yenta not i82365.

-- 
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [2.6.0-test11: PCMCIA] i82365: No such device...
  2003-12-11  9:17 ` Russell King
@ 2003-12-11  9:22   ` Guennadi Liakhovetski
  2003-12-11 20:05     ` Guennadi Liakhovetski
  0 siblings, 1 reply; 4+ messages in thread
From: Guennadi Liakhovetski @ 2003-12-11  9:22 UTC (permalink / raw)
  To: Russell King; +Cc: linux-kernel, Guennadi Liakhovetski

On Thu, 11 Dec 2003, Russell King wrote:

> On Thu, Dec 11, 2003 at 09:37:38AM +0100, Guennadi Liakhovetski wrote:
> > 00:13.0 CardBus bridge: Toshiba America Info Systems ToPIC95 (rev 07)
>           ^^^^^^^^^^^^^^
>
> Cardbus is 32-bit, so you need to use yenta not i82365.

Ok, thanks, will try. I knew that in general, was just confused by the
fact, that it worked under 2.4 and that it says "16bit CardBus" in BIOS...

Thanks
Guennadi
---------------------------------
Guennadi Liakhovetski, Ph.D.
DSA Daten- und Systemtechnik GmbH
Pascalstr. 28
D-52076 Aachen
Germany


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [2.6.0-test11: PCMCIA] i82365: No such device...
  2003-12-11  9:22   ` Guennadi Liakhovetski
@ 2003-12-11 20:05     ` Guennadi Liakhovetski
  0 siblings, 0 replies; 4+ messages in thread
From: Guennadi Liakhovetski @ 2003-12-11 20:05 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: Russell King, linux-kernel

On Thu, 11 Dec 2003, Guennadi Liakhovetski wrote:

> On Thu, 11 Dec 2003, Russell King wrote:
>
> > On Thu, Dec 11, 2003 at 09:37:38AM +0100, Guennadi Liakhovetski wrote:
> > > 00:13.0 CardBus bridge: Toshiba America Info Systems ToPIC95 (rev 07)
> >           ^^^^^^^^^^^^^^
> >
> > Cardbus is 32-bit, so you need to use yenta not i82365.
>
> Ok, thanks, will try. I knew that in general, was just confused by the
> fact, that it worked under 2.4 and that it says "16bit CardBus" in BIOS...

Yep, Yenta worked. Thanks again.

Guennadi

P.S. looks like my initial message _somehow_ managed to get twice to the
list... No idea how this happened. Sorry anyway.
---
Guennadi Liakhovetski




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-12-11 20:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-11  8:37 [2.6.0-test11: PCMCIA] i82365: No such device Guennadi Liakhovetski
2003-12-11  9:17 ` Russell King
2003-12-11  9:22   ` Guennadi Liakhovetski
2003-12-11 20:05     ` Guennadi Liakhovetski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).