config.opts 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. # These are the official ports to use from pcmcia-cs:
  19. #include port 0x100-0x4ff, port 0x800-0x8ff, port 0xc00-0xcff
  20. # However, ports 0x810-0x81f hurt on some DELL machines and
  21. # ports 0x3b0-0x3df hurt on some FSC machines, so we use this port
  22. # list instead:
  23. # v3.00 BK changed this line, recommendation from pakt...
  24. #include port 0x100-0x3af, port 0x3e0-0x4ff, port 0x800-0x80f, port 0x820-0x8ff, port 0xc00-0xcff
  25. include port 0x100-0x3af, port 0x3e0-0x4ff, port 0x820-0x8ff, port 0xc00-0xcff
  26. include memory 0xc0000-0xfffff
  27. include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
  28. # High port numbers do not always work...
  29. # include port 0x1000-0x17ff
  30. # Extra port range for IBM Token Ring
  31. include port 0xa00-0xaff
  32. # Resources we should not use, even if they appear to be available
  33. # First built-in serial port
  34. exclude irq 4
  35. # Second built-in serial port
  36. #exclude irq 3
  37. # First built-in parallel port
  38. exclude irq 7
  39. #----------------------------------------------------------------------
  40. # Examples of options for loadable modules
  41. # To fix sluggish network with IBM ethernet adapter...
  42. #module "pcnet_cs" opts "mem_speed=600"
  43. # Options for IBM Token Ring adapters
  44. #module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"
  45. # Options for Raylink/WebGear driver: uncomment only one line...
  46. # These are the default settings for use with the WebGear Windows driver:
  47. #module "ray_cs" opts "essid=NETWORK_NAME hop_dwell=128 beacon_period=256 translate=0"
  48. # Generic ad-hoc network
  49. #module "ray_cs" opts "essid=ADHOC_ESSID hop_dwell=128 beacon_period=256 translate=1"
  50. # Infrastructure network for older cards
  51. #module "ray_cs" opts "net_type=1 essid=ESSID1"
  52. # Infrastructure network for WebGear
  53. #module "ray_cs" opts "net_type=1 essid=ESSID1 translate=1 hop_dwell=128 beacon_period=256"
  54. # Options for WaveLAN/IEEE driver (AccessPoint mode)...
  55. #module "wvlan_cs" opts "station_name=MY_PC"
  56. # Options for WaveLAN/IEEE driver (ad-hoc mode)...
  57. #module "wvlan_cs" opts "port_type=3 channel=1 station_name=MY_PC"
  58. # Options for Xircom Netwave driver...
  59. #module "netwave_cs" opts "domain=0x100 scramble_key=0x0"