[PATCH] [ppc] `unknown symbol' in drivers/scsi/pcmcia/fdomain_cs.ko

From: Paweł Sikora
Date: Mon Jul 12 2004 - 00:35:07 EST


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