home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd2.bin / suse / images / boot / INITRD / initrd2 / etc / pcmcia / config.opts < prev    next >
Encoding:
Text File  |  2000-03-24  |  1.7 KB  |  53 lines

  1. #
  2. # Local PCMCIA Configuration File
  3. #
  4. #----------------------------------------------------------------------
  5.  
  6. # System resources available for PCMCIA devices
  7.  
  8. include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff
  9. include memory 0xc0000-0xfffff
  10. include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
  11.  
  12. # High port numbers do not always work...
  13. # include port 0x1000-0x17ff
  14.  
  15. # Extra port range for IBM Token Ring
  16. include port 0xa00-0xaff
  17.  
  18. # Resources we should not use, even if they appear to be available
  19.  
  20. # First built-in serial port
  21. exclude irq 4
  22. # Second built-in serial port
  23. #exclude irq 3
  24. # First built-in parallel port
  25. exclude irq 7
  26.  
  27. #----------------------------------------------------------------------
  28.  
  29. # Examples of options for loadable modules
  30.  
  31. # To fix sluggish network with IBM ethernet adapter...
  32. #module "pcnet_cs" opts "mem_speed=600"
  33.  
  34. # Options for IBM Token Ring adapters
  35. #module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"
  36.  
  37. # Options for Raylink/WebGear driver: uncomment only one line...
  38. # Generic ad-hoc network
  39. module "ray_cs" opts "pc_debug=1 essid=ADHOC_ESSID hop_dwell=128 beacon_period=256 translate=1"
  40. # Infrastructure network for older cards
  41. #module "ray_cs" opts "pc_debug=1 net_type=1 essid=ESSID1"
  42. # Infrastructure network for WebGear
  43. #module "ray_cs" opts "pc_debug=1 net_type=1 essid=ESSID1 translate=1 hop_dwell=128 beacon_period=256"
  44.  
  45. # Options for WaveLAN/IEEE driver (AccessPoint mode)...
  46. #module "wvlan_cs" opts "station_name=MY_PC"
  47. # Options for WaveLAN/IEEE driver (ad-hoc mode)...
  48. #module "wvlan_cs" opts "port_type=3 channel=1 station_name=MY_PC"
  49.  
  50. # Options for Xircom Netwave driver...
  51. #module "netwave_cs" opts "domain=0x100 scramble_key=0x0"
  52.  
  53.