lkml.org 
[lkml]   [2004]   [Jul]   [12]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
FromPaweł Sikora <>
Subject[PATCH] [ppc] `unknown symbol' in drivers/scsi/pcmcia/fdomain_cs.ko
DateMon, 12 Jul 2004 07:34:16 +0200
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.
\
 
 \ /
  Last update: 2005-03-22 14:04    [from the cache]
©2003-2009