All of lore.kernel.org
 help / color / mirror / Atom feed
From: Colin Frank <kernel@osafo.com>
To: Eric.VanBuggenhaut@AdValvas.be
Cc: linux-kernel@vger.kernel.org
Subject: Re: CONFIG_PCMCIA_APA1480 not linked to any code ?
Date: Wed, 12 Sep 2001 08:11:02 -0700	[thread overview]
Message-ID: <3B9F7B06.9060600@osafo.com> (raw)
In-Reply-To: <20010911021342.A2682@eric.ath.cx>


This card is now handled by the the (aic7xxx) HOTPLUG PCI interface.
It is not at all clear on the docs, but do NOT use the apa1480_cb dirver.
It crashes my 2.4.x system.

Configure the kernel 2.4.9 with:
    CONFIG_HOTPLUG=y
    CONFIG_CARDBUS=y
    CONFIG_SCSI_AIC7XXX=m

# modprobe aic7xxx
Sep 12 07:56:36 localhost kernel: PCI: Enabling device 05:00.0 (0006 -> 
0007)
Sep 12 07:56:36 localhost kernel: ahc_pci:5:0:0: Host Adapter Bios 
disabled.  Using default SCSI device parameters
Sep 12 07:56:36 localhost kernel: scsi0 : Adaptec AIC7XXX EISA/VLB/PCI 
SCSI HBA DRIVER, Rev 6.2.1
Sep 12 07:56:36 localhost kernel:         <Adaptec 1480A Ultra SCSI 
adapter>
Sep 12 07:56:36 localhost kernel:         aic7860: Ultra Single Channel 
A, SCSI Id=7, 3/255 SCBs
Sep 12 07:56:36 localhost kernel:

card "Adaptec APA-1480 SCSI Host Adapter"
  manfid 0x012f, 0xcb01
  bind "aic7xxx"
  bind "apa1480_cb"

To keep pcmcia from autoloading apa1480_cb when the card is inserted,
Edit: /etc/pcmcia/config
comment out the "apa1480_cb" stuff or try to replace it with aic7xxx

Ref: Kernel help on HOTPLUG, and
Colin Frank


Eric Van Buggenhaut wrote:

>I'm with 2.4.9 source tree.
>
>Documentation/Configure.help documents a CONFIG_PCMCIA_APA1480 but this option
>doesn't lead to any code ?!
>
>femto:/usr/src/linux-2.4.9[0]# grep -r CONFIG_PCMCIA_APA1480 *
>Documentation/Configure.help:CONFIG_PCMCIA_APA1480
>femto:/usr/src/linux-2.4.9[0]#
>
>Am I missing something ?
>
>Thanks.
>
>Please CC me any answer/comment.
>



      reply	other threads:[~2001-09-12 15:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-11  0:13 CONFIG_PCMCIA_APA1480 not linked to any code ? Eric Van Buggenhaut
2001-09-12 15:11 ` Colin Frank [this message]

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=3B9F7B06.9060600@osafo.com \
    --to=kernel@osafo.com \
    --cc=Eric.VanBuggenhaut@AdValvas.be \
    --cc=linux-kernel@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.