> inconsistencies/problems... If you select "parallel port support"
> (CONFIG_PNP_PARPORT), it appears that you *must* also select
> "plug and play support" (CONFIG_PNP) and "auto-probe for parallel
Duh. I guess I ought to be taken out and shot.
This patch may help. That's parport's PNP roots showing through again.
*sigh*
P.
retrieving revision 1.2
diff -u -r1.2 Makefile
--- linux/drivers/Makefile 1997/04/11 15:12:46 1.2
+++ linux/drivers/Makefile 1997/04/11 20:38:51
@@ -18,6 +18,11 @@
ifdef CONFIG_PNP
SUB_DIRS += pnp
MOD_SUB_DIRS += pnp
+else
+ ifdef CONFIG_PNP_PARPORT
+ SUB_DIRS += pnp
+ MOD_SUB_DIRS += pnp
+ endif
endif
ifdef CONFIG_SBUS