From ad331ebba171bc83de570e289c2f8f96a257e642 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sat, 23 Sep 2006 20:25:41 +0000 Subject: 2006-09-23 Stefan Siegl * i386/linux/configure.ac (AC_PCMCIA_OPTION): New function. (--disable-pcmcia-isa): New configuration option to disable ISA-bus support in the pcmcia core, which is otherwise enabled now by default. * doc/mach.texi (Configuration): Briefly document the new configuration option. * i386/README-Drivers: Likewise. --- doc/mach.texi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/mach.texi b/doc/mach.texi index e7e12347..33a6110a 100644 --- a/doc/mach.texi +++ b/doc/mach.texi @@ -883,7 +883,8 @@ Enables the Sundance ST201 "Alta" PCI Ethernet devices eth%d. Enables the Winbond W89c840 PCI Ethernet devices eth%d. @end table -The following options enable drivers for supported PCMCIA bridges. +The following options either enable drivers for supported PCMCIA +bridges or control the overall behaviour of the GNU Mach PCMCIA core. To make use of GNU Mach PCMCIA support you need to have the corresponding userland applications (GNU Mach Card Services) installed. @@ -892,6 +893,12 @@ installed. @item --enable-i82365 Enables the driver for the Intel 82365 and compatible PC Card controllers, and Yenta-compatible PCI-to-CardBus controllers. + +@item --enable-pcmcia-isa +Enables ISA-bus related bits in the GNU Mach PCMCIA core. This is +generally a good idea, since it does not only have effect if your +PC Card bridge is attached to the ISA bus, but provides more (ISA) +interrupts to the Card Services for it to assign to the cards in turn. @end table The following options enable drivers for supported PCMCIA Ethernet -- cgit v1.2.3