Re: pcmcia-cs-2.9.12 +glibc

C. Scott Ananian (cananian@lcs.mit.edu)
Thu, 29 Jan 1998 01:22:07 -0500 (EST)


On 29 Jan 1998, Benny Amorsen wrote:

> >>>>> "CSA" == C Scott Ananian <cananian@lcs.mit.edu> writes:
>
> CSA> I'm not *positive* David Hinds has made 3.0.0 glibc-friendly, but
> CSA> if you still can't get it to work after downloading the most
> CSA> recent version, try emailing him (<dhinds@hyper.stanford.edu>).
>
> It works great. Well actually the 08-Jan-1998 snapshot works better
> than 16-Jan-1998 for me, the latter segmentation faults once in a
> while when doing cardctl eject etc. But overall it works great.

This patch may not help, but it'll let you compile without the
experimental cardbus support. That's what I've been running, and I've had
no problems (I've already mailed this to dhinds).
--Scott
@ @
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-oOO-(_)-OOo-=-=-=-=-=
C. Scott Ananian: cananian@lcs.mit.edu / Declare the Truth boldly and
Laboratory for Computer Science/Crypto / without hindrance.
Massachusetts Institute of Technology /META-PARRESIAS AKOLUTOS:Acts 28:31
-.-. .-.. .. ..-. ..-. --- .-. -.. ... -.-. --- - - .- -. .- -. .. .- -.
PGP key available via finger and from http://www.pdos.lcs.mit.edu/~cananian

--- modules/i82365.c-orig Wed Jan 21 14:02:38 1998
+++ modules/i82365.c Wed Jan 21 14:06:56 1998
@@ -966,9 +966,7 @@
static void add_pcic(u_short port, int ns, int type)
{
u_int mask, scan, i, base;
-#ifdef CONFIG_CARDBUS
- int pci_irq;
-#endif
+ int pci_irq=0;

request_region(port, 2, "i82365");
base = sockets-ns;