linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
From: Josh Huber <huberj@wpi.edu>
To: Linux/PowerPC Devel List <linuxppc-dev@lists.linuxppc.org>
Subject: 2.3.x w/pcmcia?
Date: Mon, 14 Feb 2000 14:38:09 -0500	[thread overview]
Message-ID: <20000214143809.B8313@wpi.edu> (raw)


I'd like to try and get PCMCIA working with later development kernels.  In
particular, the file i82365.c from pcmcia-cs 3.1.10 has code like this:

/* These definitions must match the pcic table! */
typedef enum pcic_id {
#ifdef CONFIG_ISA
    [isa cards]
#endif
#ifdef CONFIG_PCI
    [pci cards]
#endif
}

The i82365.c file in the 2.3.45 kernel doesn't have any CONFIG_PCI sections,
leaving empty enums, which fail to compile. like so:
typedef enum pcic_id {
#ifdef CONFIG_ISA
    [isa cards]
#endif
}

The pcmcia-cs package fails to compile becuase it requires that pcmcia be
enabled in the kernel for versions past 2.3.37.

Why is the pcmcia in the kernel so
a) out of date
b) screwed up, in that it doesn't have support for PCI???

Josh

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

                 reply	other threads:[~2000-02-14 19:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000214143809.B8313@wpi.edu \
    --to=huberj@wpi.edu \
    --cc=linuxppc-dev@lists.linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).