Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

netwave_cs(4) [redhat man page]

NETWAVE_CS(4)						     Kernel Interfaces Manual						     NETWAVE_CS(4)

NAME
netwave_cs - Xircom Creditcard Netwave device driver SYNOPSIS
insmod netwave_cs.o [pc_debug=n] [domain=n] [scramble_key=n] [mem_speed=n] [irq_list=i,j,...] DESCRIPTION
Netwave_cs is the low-level Card Services driver for the Xircom Creditcard Netwave PCMCIA wireless network adapter. When this driver is attached to a card, it allocates the next available ethernet device (eth0..eth#). This device name will be reported in the kernel log file, and will be passed on to cardmgr(8). The wireless domain number and scrambling key can be specified using module parameters when the module is loaded. These parameters should be specified in /etc/pcmcia/config.opts. PARAMETERS
pc_debug=n Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero value enables debugging. domain=n Selects what access point(s) to talk to, by their domain number. Values from 0 to 0x1ff are valid; 0x100 is the default. scramble_key=n Selects the scramble key for domains that are scrambled. Values from 0 to 0x1ff are valid. The default is 0 (no scrambling). mem_speed=n Sets the access speed of the shared memory window, in nanoseconds. The default is 0 (i.e., no extra wait states). Values of up to 1000 are legal. irq_list=i,j,... Specifies the set of interrupts that may be allocated by this driver. BUGS
The statistics reported back from the driver are wrong. AUTHORS
Dag Brattli - dagb@cs.uit.no John Markus Bjorndalen - johnm@staff.cs.uit.no David Hinds - dahinds@users.sourceforge.net SEE ALSO
cardmgr(8), pcmcia(5). pcmcia-cs 2000/06/12 21:24:48 NETWAVE_CS(4)

Check Out this Related Man Page

IBMTR_CS(4)						     Kernel Interfaces Manual						       IBMTR_CS(4)

NAME
ibmtr_cs - IBM Token Ring PCMCIA device driver SYNOPSIS
insmod ibmtr_cs.o [pc_debug=n] [mmiobase=n] [srambase=n] [ringspeed=n] [irq_list=i,j,...] DESCRIPTION
ibmtr_cs is the low-level Card Services driver for the IBM Token Ring network adapter and a few very similar cards. When this driver is attached to a card, it allocates the next available token ring interface (tr0..tr#). This device name will be reported in the kernel log file, and passed on to cardmgr(8). Due to awkward design of the kernel ibmtr driver, the shared packet memory for these cards must be mapped to a memory address below 1MB or 0x100000. The PCMCIA software will attempt to do this automatically, but the automatic algorithm may choose values that conflict with other system devices, so a manual override with the srambase parameter may be required. The memory-mapped IO window generally will not be a problem. PARAMETERS
pc_debug=n Selects the PCMCIA debugging level. This parameter is only available if the module is compiled with debugging enabled. A non-zero value enables debugging. mmiobase=n Specifies a fixed address for the card's memory mapped IO window. The default is to select any available memory window. srambase=n Specifies a fixed address for the card's shared packet memory. The default is to select any available window below 1MB. ringspeed=n Selects the network speed, in mb/sec. Valid values are 4 or 16, and the default is 16. AUTHOR
David Hinds - dahinds@users.sourceforge.net SEE ALSO
cardmgr(8), pcmcia(5), ifport(8). pcmcia-cs 2000/06/12 21:24:47 IBMTR_CS(4)
Man Page