public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [ppc] `unknown symbol' in drivers/scsi/pcmcia/fdomain_cs.ko
@ 2004-07-12  5:34 Paweł Sikora
  2004-07-12  7:06 ` Paweł Sikora
  0 siblings, 1 reply; 2+ messages in thread
From: Paweł Sikora @ 2004-07-12  5:34 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

drivers/scsi/pcmcia/fdomain_cs.ko needs unknown symbol isa_memcpy_fromio
drivers/scsi/pcmcia/fdomain_cs.ko needs unknown symbol isa_readb

iirc the isa bus isn't available on ppc.

-- 
/* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */

                           #define say(x) lie(x)

[-- Attachment #2: fdomain_cs.patch --]
[-- Type: text/x-diff, Size: 401 bytes --]

--- linux-2.6.8-rc1/drivers/scsi/pcmcia/Kconfig.orig	2004-07-11 19:34:48.000000000 +0200
+++ linux-2.6.8-rc1/drivers/scsi/pcmcia/Kconfig	2004-07-12 07:29:54.297448056 +0200
@@ -17,7 +17,7 @@
 
 config PCMCIA_FDOMAIN
 	tristate "Future Domain PCMCIA support"
-	depends on m
+	depends on m && ISA
 	help
 	  Say Y here if you intend to attach this type of PCMCIA SCSI host
 	  adapter to your computer.

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

* Re: [PATCH] [ppc] `unknown symbol' in drivers/scsi/pcmcia/fdomain_cs.ko
  2004-07-12  5:34 [PATCH] [ppc] `unknown symbol' in drivers/scsi/pcmcia/fdomain_cs.ko Paweł Sikora
@ 2004-07-12  7:06 ` Paweł Sikora
  0 siblings, 0 replies; 2+ messages in thread
From: Paweł Sikora @ 2004-07-12  7:06 UTC (permalink / raw)
  To: linux-kernel

On Monday 12 of July 2004 07:34, you wrote:
> drivers/scsi/pcmcia/fdomain_cs.ko needs unknown symbol isa_memcpy_fromio
> drivers/scsi/pcmcia/fdomain_cs.ko needs unknown symbol isa_readb
>
> iirc the isa bus isn't available on ppc.

oops, my fault, CHRP IBM,7046-B50 has isa bus.

-- 
/* Copyright (C) 2003, SCO, Inc. This is valuable Intellectual Property. */

                           #define say(x) lie(x)

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

end of thread, other threads:[~2004-07-12  7:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-12  5:34 [PATCH] [ppc] `unknown symbol' in drivers/scsi/pcmcia/fdomain_cs.ko Paweł Sikora
2004-07-12  7:06 ` Paweł Sikora

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