diff options
author | Stefan Siegl <stesie@brokenpipe.de> | 2006-09-23 20:25:41 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:41 +0200 |
commit | ad331ebba171bc83de570e289c2f8f96a257e642 (patch) | |
tree | 9cf927cc256d4e376db6c4e24c858077ba68a753 /i386/README-Drivers | |
parent | 46ff6c56e74e3886dc2fd1f124cb8ca5b1906464 (diff) |
2006-09-23 Stefan Siegl <stesie@brokenpipe.de>
* 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.
Diffstat (limited to 'i386/README-Drivers')
-rw-r--r-- | i386/README-Drivers | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i386/README-Drivers b/i386/README-Drivers index fa5fdfb..d785b4a 100644 --- a/i386/README-Drivers +++ b/i386/README-Drivers @@ -372,6 +372,9 @@ All source files are relative to [GNU Mach]/linux/pcmcia-cs. Intel 82365 PC Card controller --disable-i82365 modules/i82365.c +Disable scan for ISA interrupts at startup + --disable-pcmcia-isa modules/i82365.c + *** pcmcia device drivers These all show up as `eth%d'. |