From: Frank Mori Hess Date: Wed, 12 Sep 2001 20:31:22 +0000 (+0000) Subject: added comment regarding lack of pci support & ioremap X-Git-Tag: r0_7_61~104 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=948dcc350800795bf5e9a65ca0a64e0a4f2bc9a1;p=comedi.git added comment regarding lack of pci support & ioremap --- diff --git a/comedi/drivers/ii_pci20kc.c b/comedi/drivers/ii_pci20kc.c index 47884939..117356ed 100644 --- a/comedi/drivers/ii_pci20kc.c +++ b/comedi/drivers/ii_pci20kc.c @@ -39,6 +39,9 @@ * */ +/* XXX this is a pci driver, but relies on configuration options to find base address. It + also does memory mapped io, but never calles ioremap(), etc. - fmhess */ + #include #include /* modularer Kernel */