config.opts 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. #
  2. # Local PCMCIA Configuration File
  3. #
  4. #----------------------------------------------------------------------
  5. #
  6. # System resources available for PCMCIA cards
  7. #
  8. # NOTE: these settings have no effect on resources assigned to a
  9. # CardBus bridge device itself; this file only affects resources
  10. # assigned to cards. Also, interrupt settings here will only affect
  11. # ISA bus interrupts assigned to 16-bit cards. PCI interrupts
  12. # generally can't be reconfigured.
  13. #
  14. # With the kernel PCMCIA subsystem, these settings also have no effect
  15. # at all on resources used for 32-bit CardBus cards. Those are set by
  16. # the PCI hotplug subsystem.
  17. #
  18. # v3.00 BK changed this line, recommendation from pakt...
  19. include port 0x100-0x4ff, port 0x810-0x8ff, port 0xc00-0xcff
  20. include memory 0xc0000-0xfffff
  21. include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
  22. # High port numbers do not always work...
  23. # include port 0x1000-0x17ff
  24. # Extra port range for IBM Token Ring
  25. include port 0xa00-0xaff
  26. # Resources we should not use, even if they appear to be available
  27. # First built-in serial port
  28. exclude irq 4
  29. # Second built-in serial port
  30. #exclude irq 3
  31. # First built-in parallel port
  32. exclude irq 7
  33. #----------------------------------------------------------------------
  34. # Examples of options for loadable modules
  35. # To fix sluggish network with IBM ethernet adapter...
  36. #module "pcnet_cs" opts "mem_speed=600"
  37. # Options for IBM Token Ring adapters
  38. #module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"
  39. # Options for Raylink/WebGear driver: uncomment only one line...
  40. # Generic ad-hoc network
  41. module "ray_cs" opts "essid=ADHOC_ESSID hop_dwell=128 beacon_period=256 translate=1"
  42. # Infrastructure network for older cards
  43. #module "ray_cs" opts "net_type=1 essid=ESSID1"
  44. # Infrastructure network for WebGear
  45. #module "ray_cs" opts "net_type=1 essid=ESSID1 translate=1 hop_dwell=128 beacon_period=256"
  46. # Options for WaveLAN/IEEE driver (AccessPoint mode)...
  47. #module "wvlan_cs" opts "station_name=MY_PC"
  48. # Options for WaveLAN/IEEE driver (ad-hoc mode)...
  49. #module "wvlan_cs" opts "port_type=3 channel=1 station_name=MY_PC"
  50. # Options for Xircom Netwave driver...
  51. #module "netwave_cs" opts "domain=0x100 scramble_key=0x0"