home *** CD-ROM | disk | FTP | other *** search
-
-
- ## Type: yesno
- ## Default: no
- #
- # Some PC cards need to be reinserted after pcmcia socket initialisation. If
- # your PC-Card which is plugged before booting is not detected, then try this.
- # See /usr/share/doc/packages/pcmciautils/README for details.
- #
- PCMCIA_COLDPLUG_REINSERT=no
-
- ## Type: yesno
- ## Default: yes
- #
- # Some cards have broken card information structure (CIS). Sometimes the
- # drivers knows about that and triggers a firmware hotplug event which will
- # load another CIS if available.
- # But there are cards where the driver does not know that. If such a card was
- # not bound from any loaded driver and this variable is set to 'yes', then we
- # also look for a CIS file and load it.
- # See /usr/share/doc/packages/pcmciautils/README for details.
- #
- PCMCIA_LOAD_CIS=yes
-
- ## Type: yesno
- ## Default: yes
- #
- # Normally a driver does only bind known devices. A driver knows a device if
- # the devices ids are in the drivers device id table. PC-Cards however have
- # also a function id (network, scsi, serial, ...). If this variable is set to
- # yes and no driver did bind this device, then we enable function id matching.
- # It depends on the driver if that works or not.
- # See /usr/share/doc/packages/pcmciautils/README for details.
- #
- PCMCIA_ALLOW_FUNC_MATCH=yes
-
-
-