home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 January / PCpro_2005_01.ISO / isolinux / all.rdz / initrd / etc / pcmcia / config.opts < prev    next >
Encoding:
Text File  |  2004-03-24  |  2.2 KB  |  67 lines

  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.  
  19. include port 0x100-0x4ff, port 0xc00-0xcff
  20. include memory 0xc0000-0xfffff
  21. include memory 0xa0000000-0xa0ffffff, memory 0x60000000-0x60ffffff
  22.  
  23. # High port numbers do not always work...
  24. # include port 0x1000-0x17ff
  25.  
  26. # Extra port range for IBM Token Ring
  27. include port 0xa00-0xaff
  28.  
  29. # Resources we should not use, even if they appear to be available
  30.  
  31. # First built-in serial port
  32. exclude irq 4
  33. # Second built-in serial port
  34. #exclude irq 3
  35. # First built-in parallel port
  36. exclude irq 7
  37. # PS/2 Mouse controller port, comment this out if you don't have a PS/2
  38. # based mouse
  39. exclude irq 12
  40.  
  41. #----------------------------------------------------------------------
  42.  
  43. # Examples of options for loadable modules
  44.  
  45. # To fix sluggish network with IBM ethernet adapter...
  46. #module "pcnet_cs" opts "mem_speed=600"
  47.  
  48. # Options for IBM Token Ring adapters
  49. #module "ibmtr_cs" opts "mmiobase=0xd0000 srambase=0xd4000"
  50.  
  51. # Options for Raylink/WebGear driver: uncomment only one line...
  52. # Generic ad-hoc network
  53. module "ray_cs" opts "essid=ADHOC_ESSID hop_dwell=128 beacon_period=256 translate=1"
  54. # Infrastructure network for older cards
  55. #module "ray_cs" opts "net_type=1 essid=ESSID1"
  56. # Infrastructure network for WebGear
  57. #module "ray_cs" opts "net_type=1 essid=ESSID1 translate=1 hop_dwell=128 beacon_period=256"
  58.  
  59. # Options for WaveLAN/IEEE driver (AccessPoint mode)...
  60. #module "wvlan_cs" opts "station_name=MY_PC"
  61. # Options for WaveLAN/IEEE driver (ad-hoc mode)...
  62. #module "wvlan_cs" opts "port_type=3 channel=1 station_name=MY_PC"
  63.  
  64. # Options for Xircom Netwave driver...
  65. #module "netwave_cs" opts "domain=0x100 scramble_key=0x0"
  66.  
  67.