From greeen@iii.org.tw Thu Mar 29 11:47:19 2001 Received: (uucp@localhost) by guadalquivir.fnet.fr (8.8.8/97.02.12/Guadalquivir); id LAA01877; Thu, 29 Mar 2001 11:47:19 +0200 (MET DST) Received-Date: Thu, 29 Mar 2001 11:47:19 +0200 (MET DST) Received: from h179-210-243-135.iii.org.tw(210.243.135.179), claiming to be "mta0.iii.org.tw" via SMTP by guadalquivir.fnet.fr, id smtpd001875; Thu Mar 29 11:47:15 2001 Received: from [140.92.66.45] (helo=iiidns.iii.org.tw) by mta0.iii.org.tw with esmtp (Exim 3.16 #1) id 14iZ15-0007JA-00; Thu, 29 Mar 2001 17:46:55 +0800 Received: from Green ([140.92.12.76]) by iiidns.iii.org.tw (8.10.2/8.10.2) with SMTP id f2T9ktt02358; Thu, 29 Mar 2001 17:46:56 +0800 (CST) Message-ID: <001301c0b833$736add00$4c0c5c8c@trd.iii.org.tw> From: "Green" To: "LinuxEmbeddedMailList" , "LinuxKernelMailList" , "MipsMailList" Subject: Pcmcia driver on Mips r39xx. Date: Thu, 29 Mar 2001 17:34:25 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0010_01C0B876.7FB82480" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 This is a multi-part message in MIME format. ------=_NextPart_000_0010_01C0B876.7FB82480 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: quoted-printable Hi all, I want to port pcmcia driver to my MIPS box. How could I begin? I find that there is a line in the /init/main.c such like the following: #ifdef CONFIG_PCMCIA init_pcmcia_ds(); /* Do this last */ #endif The init_pcmcia_ds() function is implemented at /drivers/pcmcia/ds.c. Should I add a CONFIG_PCMCIA label to the .config file and enable this = config ? Which file should I trace and modify? Any reply is appreciated. Best regards, Green ------=_NextPart_000_0010_01C0B876.7FB82480 Content-Type: text/html; charset="big5" Content-Transfer-Encoding: quoted-printable
Hi all,
 
I want to port pcmcia driver to = my MIPS box.
How could I begin?
 
I find that there is a = line in the=20 /init/main.c such like the = following:
 
#ifdef=20 CONFIG_PCMCIA
 init_pcmcia_ds();  /* Do this last=20 */
#endif
 
The init_pcmcia_ds() = function is implemented at=20 /drivers/pcmcia/ds.c.
Should I add a CONFIG_PCMCIA = label to the=20 .config file and enable this config = ?
 
Which file should I trace and = modify?
 
Any reply is = appreciated.
 
Best regards,
Green
------=_NextPart_000_0010_01C0B876.7FB82480--