public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* CONFIG_PCMCIA_APA1480 not linked to any code ?
@ 2001-09-11  0:13 Eric Van Buggenhaut
  2001-09-12 15:11 ` Colin Frank
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Van Buggenhaut @ 2001-09-11  0:13 UTC (permalink / raw)
  To: linux-kernel

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.

-- 
Eric VAN BUGGENHAUT

Eric.VanBuggenhaut@AdValvas.be

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: CONFIG_PCMCIA_APA1480 not linked to any code ?
  2001-09-11  0:13 CONFIG_PCMCIA_APA1480 not linked to any code ? Eric Van Buggenhaut
@ 2001-09-12 15:11 ` Colin Frank
  0 siblings, 0 replies; 2+ messages in thread
From: Colin Frank @ 2001-09-12 15:11 UTC (permalink / raw)
  To: Eric.VanBuggenhaut; +Cc: linux-kernel


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.
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-09-12 15:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-11  0:13 CONFIG_PCMCIA_APA1480 not linked to any code ? Eric Van Buggenhaut
2001-09-12 15:11 ` Colin Frank

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox