Re: PCI to PCMCIA adapter (Ricoh 5C475 II chipset)
From: David Liao \(MS\) (davli_at_online.microsoft.com)
Date: 03/10/04
- Next message: Michael Fosmire [MSFT]: "ANN: .NET Compact Framework online chat tomorrow"
- Previous message: Michael Fosmire [MSFT]: "ANN: Windows CE .NET Chat on 3/18"
- In reply to: CeBee: "Re: PCI to PCMCIA adapter (Ricoh 5C475 II chipset)"
- Next in thread: CeBee: "Re: PCI to PCMCIA adapter (Ricoh 5C475 II chipset)"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 10 Mar 2004 08:34:30 -0800
The KB doc I am referring is follows
==== public/common/oak/drivers/pcmcia/mdd/window.c#2
(text) ====
781c781,782
< ioPhysicalBase.LowPart = pWin->pPhys->uBase+uCardAddress;
--- > // If the Base is zero, PDD will do one to one mapped. otherwise, it follows base & offset rule. > ioPhysicalBase.LowPart = (pWin->pPhys->uBase!=0 ? pWin->pPhys->uBase+uCardAddress - WinState.uOffset : uCardAddress); But it is different from you. If TI1225 can not boot, it usually cause by BIOS. The BIOS is too old to recognize the TI1225 pci card. When Windows CE boot on CEPC, it rely on CEPC to configure all the PCI device correctly. David Liao "CeBee" <CeBee-At-Hotmail-dot-Com> wrote in message news:%23rW4%23hiBEHA.3524@TK2MSFTNGP10.phx.gbl... > We found the problem of Ricoh. There were few more stuff to modify in driver > code. > > Regarding ti1225 problem, I have searched KB articles for PCMCIA and 4.2. > The only article I found was > http://support.microsoft.com/default.aspx?scid=kb;en-us;832178 but this one > describes a problem about driver load order. However, ti1225 based PCMCIA > adapter I tested locks the system even without any card in it. > Do you have more specific info on MDD problem you mentioned ? > > David Liao (MS) <davli@online.microsoft.com> wrote in message > news:ejCqZXBBEHA.3788@TK2MSFTNGP10.phx.gbl... > > I believe ti1225 has different issue from yours. Ti12250 can not load > PCMCIA > > card because resource issue. Please check Microsoft KB doc for PCMCIA > (4.2) > > related issure. I believe it cacalated wrong IO offset in PCMCIA MDD. > > > > For your problem, can you posted the call stack when you hit Debug Check? > > > > David Liao > > > > "CeBee" <CeBee@NoSpam.Com> wrote in message > > news:e%23hh777AEHA.2444@TK2MSFTNGP10.phx.gbl... > > > I have tried to modify it but this time I get debugcheck at boot time. > My > > > modifications are: > > > > > > 1) "#define NUM_SOCKETS 1" in sockpd.h (1 instead of 2) > > > 2) "#define PCMCIA_DEVICE_ID_UNKNOWN1 0x0475" in sockpd.h (0x0475 > > instead > > > of 0x0476) > > > 3) remove first element of array "PDCARD_SOCKET_STATE > > > v_SockState[NUM_SOCKETS]" in socket.c > > > > > > Do I miss someting ? > > > > > > I have also tried two more PCMCIA adaptors. One with TI1410 and other > with > > > TI1225 chip. Both has single slot. TI1410 acts just like Ricoh 475. (not > > > detected) TI1225 is very different. It may even be compatible with > TI1250. > > > (Although it physically has single slot, there is some unsoldered pin > > > headers for a second slot). Because original ti1250.dll works with this > > card > > > upto a point. It detects the adapter and a PCMCIA WLAN card inserted in > it > > > (before boot). But system freezes after successful boot. Problem does > not > > > come from WLAN card because it freezes event without this card. I have > > > attached debug output (w/o any PCMCIA card in slot). All debug zones > > turned > > > on using pegasus registry. > > > > > > I will be glad if you send your comments. > > > > > > Note: My platform is a Geode rather than CEPC if it makes any difference > > > > > > "David Liao (MS)" <davli@online.microsoft.com> wrote in message > > > news:4047b865$1@news.microsoft.com... > > > > Try to change the definition > > > > #define NUM_SOCKETS 2 > > > > first. and then fix the other if something else is wrong. > > > > > > > > David Liao > > > > > > > > > > > > > > > > >
- Next message: Michael Fosmire [MSFT]: "ANN: .NET Compact Framework online chat tomorrow"
- Previous message: Michael Fosmire [MSFT]: "ANN: Windows CE .NET Chat on 3/18"
- In reply to: CeBee: "Re: PCI to PCMCIA adapter (Ricoh 5C475 II chipset)"
- Next in thread: CeBee: "Re: PCI to PCMCIA adapter (Ricoh 5C475 II chipset)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|