home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / var / adm / fillup-templates / sysconfig.pcmcia < prev    next >
Text File  |  2006-11-29  |  1KB  |  38 lines

  1.  
  2.  
  3. ## Type: yesno
  4. ## Default: no
  5. #
  6. # Some PC cards need to be reinserted after pcmcia socket initialisation. If
  7. # your PC-Card which is plugged before booting is not detected, then try this.
  8. # See /usr/share/doc/packages/pcmciautils/README for details.
  9. #
  10. PCMCIA_COLDPLUG_REINSERT=no
  11.  
  12. ## Type: yesno
  13. ## Default: yes
  14. #
  15. # Some cards have broken card information structure (CIS). Sometimes the
  16. # drivers knows about that and triggers a firmware hotplug event which will
  17. # load another CIS if available.
  18. # But there are cards where the driver does not know that. If such a card was
  19. # not bound from any loaded driver and this variable is set to 'yes', then we
  20. # also look for a CIS file and load it.
  21. # See /usr/share/doc/packages/pcmciautils/README for details.
  22. #
  23. PCMCIA_LOAD_CIS=yes
  24.  
  25. ## Type: yesno
  26. ## Default: yes
  27. #
  28. # Normally a driver does only bind known devices. A driver knows a device if
  29. # the devices ids are in the drivers device id table. PC-Cards however have
  30. # also a function id (network, scsi, serial, ...). If this variable is set to
  31. # yes and no driver did bind this device, then we enable function id matching.
  32. # It depends on the driver if that works or not.
  33. # See /usr/share/doc/packages/pcmciautils/README for details.
  34. #
  35. PCMCIA_ALLOW_FUNC_MATCH=yes
  36.  
  37.  
  38.