/linux-2.4.37.9/Documentation/x86_64/ |
D | boot-options.txt | 23 nolocalapic Don't use a local or IO-APIC. This should only 33 noapic Don't use the IO-APIC. 55 Don't use the CPU time stamp counter to read the wall time. 65 0 don't use an NMI watchdog 66 1 use the IO-APIC timer for the NMI watchdog 67 2 use the local APIC for the NMI watchdog using a performance counter. Note 68 This will use one performance counter and the local APIC's performance 116 nosmp Only use a single CPU 118 maxcpus=NUMBER only use upto NUMBER CPUs 120 cpumask=MASK only use cpus with bits set in mask [all …]
|
/linux-2.4.37.9/Documentation/networking/ |
D | tlan.txt | 57 the adapter to use the AUI interface instead of the 10 Base T 58 interface. This is also what to do if you want to use the BNC 71 5. You have to use speed=X duplex=Y together now. If you just 76 6. If the driver is built into the kernel, you can use the 3rd 88 0x02 = use half duplex 89 0x04 = use full duplex 90 0x08 = use 10BaseT 91 0x10 = use 100BaseTx 98 use the above options on a per adapter basis. To force a 100Mbit/HD 99 link with your eth1 adapter use: [all …]
|
D | comx.txt | 11 This document describes the software drivers and their use for the 55 Don't use a text editor to edit these files, always use 'echo' (or 'cat' 59 for your board and protocol you intend to use (see the board and protocol 78 autoloaded if you use the kernel module loader) 97 If you want to use the second channel of this board: 107 Now, check if the driver recognized that you're going to use the other 115 You don't have to load the firmware twice, if you use both channels of 122 The LoCOMX driver doesn't require firmware, and it doesn't use memory either, 133 address (we usually use 0xd0000). On the CMX you can set the internal 136 the card. If you use both HICOMX and CMX/COMX cards, initialize the HICOMX [all …]
|
D | cops.txt | 13 DL200 cards, which work very well and are in use by many people. 24 mode if you built a driver with dual support use board_type=1 or 29 If you do not specify any options the driver will try and use the IO = 0x240, 30 IRQ = 5. As of right now I would only use IRQ 5 for the card, if autoprobing. 51 * For single LTalk card use.
|
/linux-2.4.37.9/Documentation/fb/ |
D | tridentfb.txt | 12 How to use it? 22 fp - use flat panel related stuff 26 image, otherwise use 29 memsize - integer value in Kb, use if your card's memory size is misdetected. 34 Only use if your video memory is taken from main memory hence of 35 configurable size.Otherwise use memsize. 40 800 or 1280) and it is not what the driver seems to detect use it.
|
/linux-2.4.37.9/net/x25/ |
D | x25_route.c | 164 struct x25_route *route, *use = NULL; in x25_get_route() local 168 if (use == NULL) { in x25_get_route() 169 use = route; in x25_get_route() 171 if (route->sigdigits > use->sigdigits) in x25_get_route() 172 use = route; in x25_get_route() 177 return (use != NULL) ? use->dev : NULL; in x25_get_route()
|
/linux-2.4.37.9/Documentation/ |
D | nfsroot.txt | 9 If you want to use a diskless system, as an X-terminal or printer 13 via NFS. The following text describes on how to use NFS for the 23 In order to use nfsroot you have to select support for NFS during 26 you want to use nfsroot, and if yes what kind of auto configuration 27 system you want to use. Selecting both BOOTP and RARP is safe. 37 to use, and where to find the server and the name of the directory 45 real device but just a synonym to tell the kernel to use NFS instead of 56 `ip' variable (see below) is used. One use of this 102 replies from the specified server are accepted. To use 121 <device> Name of network device to use. If this is empty, all [all …]
|
D | memory.txt | 9 16M. Most device drivers under Linux allow the use 11 that don't use bounce buffers will be unstable with 12 more than 16M installed. Drivers that use bounce buffers 22 (where XXX is the size of RAM to use in megabytes). 23 It can also tell Linux to use less memory than is actually installed.
|
D | spinlocks.txt | 9 > use to lock these spin locks from other use as opposed to a (nasty) 11 > these routines and go about making use of them? Do they only lock on a 14 > interrupt occurred, or should I still use a cli(); based construct on that 49 the local CPU. The spin-lock is safe only when you _also_ use the lock 52 use. 76 routines in ll_rw_block() tend to use cli/sti to protect the atomicity of 115 for example. Then you can use the read lock for that kind of list 138 several CPU's and you want to use spinlocks you can potentially use 140 never used in interrupt handlers, you can use the non-irq versions: 151 The reasons you mustn't use these versions if you have interrupts that [all …]
|
D | pci.txt | 19 you have a very good reason to do so, please don't use the old way of probing 107 If you are sure the driver is not a hotplug driver then use only 134 You can use the constant PCI_ANY_ID as a wildcard replacement for 147 use pci_for_each_dev_reverse(dev) for walking the list in the opposite 158 If you want to use the device in bus mastering mode, call pci_set_master() 162 If you want to use the PCI Memory-Write-Invalidate transaction, 170 You can use pci_(read|write)_config_(byte|word|dword) to access the config 177 use symbolic names of locations and bits declared in <linux/pci.h>. 187 config space. You should use the values in the pci_dev structure as they might 196 All interrupt handlers should be registered with SA_SHIRQ and use the devid [all …]
|
D | cpqarray.txt | 32 You need to build a new kernel to use this device, even if you want to 33 use a loadable module. 51 If you want to use an EISA controller you'll have to supply some 64 You can use EISA and PCI adapters at the same time. 69 You'll need to use a modified lilo if you want to boot from a disk array.
|
D | IPMI.txt | 16 To use this, you need an interface to an IPMI controller in your 18 management software that can use the IPMI system. 20 This document describes how to use the IPMI driver for Linux. If you 29 only need to take the pieces you need and you can use it in many 38 interface for use by application processes. 53 ipmi_smi.h - Contains the interface for SMI drivers to use. 86 Messages that are destined to go out on the IPMB bus use the 189 use it for anything you like. 196 From userland, you fill out an ipmi_req_t structure and use the 197 IPMICTL_SEND_COMMAND ioctl. For incoming stuff, you can use select() [all …]
|
D | stallion.txt | 40 should use the latest version. 58 All ISA, EISA and MCA boards that you want to use need to be configured into 61 configuration structure. Note that kernel PCI support is required to use PCI 67 the driver source to add configuration lines for each board in use. 71 pre-built driver modules in /lib/modules/X.Y.Z/misc for the kernel in use. 77 The simplest configuration for modules is to use the module load arguments 82 boards then use the "stallion" driver module, Otherwise if you are using 84 Brumby or original Stallion board then use the "istallion" driver module. 86 Typically to load up the smart board driver use: 97 To load the intelligent board driver use: [all …]
|
/linux-2.4.37.9/arch/cris/drivers/lpslave/ |
D | e100lpslave.README | 2 To use a 5600 as a slave device it has to somewhat modified. 15 To use this driver use cables connected like this: 38 To ease the use of flat-cable connectors, here are the notes of wich wires to cross and cut with pi…
|
/linux-2.4.37.9/net/atm/ |
D | mpoa_caches.c | 34 atomic_inc(&entry->use); in in_cache_get() 55 atomic_inc(&entry->use); in in_cache_get_with_mask() 76 atomic_inc(&entry->use); in in_cache_get_by_vcc() 101 atomic_set(&entry->use, 1); in in_cache_add_entry() 117 atomic_inc(&entry->use); in in_cache_add_entry() 174 if (atomic_dec_and_test(&entry->use)) { in in_cache_put() 338 atomic_inc(&entry->use); in eg_cache_get_by_cache_id() 359 atomic_inc(&entry->use); in eg_cache_get_by_tag() 380 atomic_inc(&entry->use); in eg_cache_get_by_vcc() 399 atomic_inc(&entry->use); in eg_cache_get_by_src_ip() [all …]
|
/linux-2.4.37.9/Documentation/input/ |
D | joystick-parport.txt | 11 it will be true. So, use it at your own risk. The possible damages that can 37 All NES and SNES use the same synchronous serial protocol, clocked from 44 you'll use for NES and SNES gamepads. 48 for your pads, use either keyboard or joystick port, and make a pass-through 52 If you want to use the parallel port only, you can take the power is from 55 hand, if you are not planning to use anything else than NES / SNES on the 62 case, you'll need to use diodes (as a prevention of destroying your parallel 77 pins from pin 18 to pin 25. So use any pin of these you like for the ground. 107 also use 5 wires, but have more buttons. They will work as well, of course. 257 On a side note, if you have already built a different adapter for use with [all …]
|
/linux-2.4.37.9/Documentation/isdn/ |
D | syncPPP.FAQ | 7 Q04: MPPP?? What's that and how can I use it ... 9 Q06: can I use asynchronous PPP encapsulation with network devices 13 Q10: I wanna use dynamic IP address assignment 20 what should I use? 35 remote terminal server -> use the 'old' pppd 39 syncPPP machine .. use the network device part 52 If this device doesn't exists, use: 70 Q04: MPPP?? What's that and how can I use it ... 81 To use channel bundling you must first activate 103 Q06: can I use asynchronous PPP encapsulation [all …]
|
D | README.sc | 3 DataCommute/BRI and TeleCommute/BRI adapters only and any other use is 28 1.3 How do I setup my system with the correct software to use 54 ISDN4Linux is a driver and set of tools used to access and use ISDN devices 56 protocols and offers channel bundling and MLPPP support. To use ISDN4Linux 72 configuration. All adapters now use only 16Kbytes of shared RAM 92 1.3 How do I setup my system with the correct software to use 95 Before you can compile, install and use the SpellCaster ISA ISDN driver, you 138 you can specify but you shouldn't need to use any unless this doesn't work. 161 resources available, use the insmod options detailed in sc(4) to override 168 reserved for ISA use only. [all …]
|
/linux-2.4.37.9/Documentation/usb/ |
D | dc2xx.txt | 4 This is an overview of how to use the "dc2xx" USB driver with certain 15 (www.gphoto.org), since version 0.4 and later know how to use it to talk 22 and a "Digita Services" library that can also use this driver. 56 When you plug in one camera, it will use the first device node (dc2xx0 57 in the example above). A second camera will use the second device node, 94 Third: (optional) can you use gPhoto to talk to the camera? 96 - When you configure your camera, tell it to use "/dev/usb/dc2xx0" 104 If you got that far, you should be able to use everything fine.
|
/linux-2.4.37.9/Documentation/sound/ |
D | Wavefront | 15 that it compiles and runs, and that I use it on my system (Linux 63 unlikely (though not impossible) that you will want to use it. 111 4) How do I compile/install/use it ? 130 make xconfig (or whichever config option you use) 213 want to use the OPL/[34] FM synth on the soundcard 216 In theory, any not-in-use IO port address would work, but 217 just use 0x388 and stick with the crowd. 232 This driver, however, doesn't use the pure firmware as distributed, 247 To use it, put the above in file (say, ws.l) compile it like this: 252 and then use it like this: [all …]
|
D | Opti | 4 cards that use the mad16 driver. 19 that Linux and the other OS use the same resources. 52 In most systems with a PnP BIOS you do not need to use isapnp. The 56 If that fails, or if you have other PnP cards, you need to use isapnp 58 This was tested with isapnptools-1.11 but I recommend that you use 116 or if you use an older mad16 driver it will force loading of the 126 I use two DMA channels (only one is required) to enable full duplex. 139 card that you use). 150 in /etc/isapnp.conf if you use it). 158 system hang. Do not use the sound card if you have an alternative. [all …]
|
/linux-2.4.37.9/net/rose/ |
D | rose_in.c | 74 sk->protinfo.rose->neighbour->use--; in rose_state1_machine() 96 sk->protinfo.rose->neighbour->use--; in rose_state2_machine() 101 sk->protinfo.rose->neighbour->use--; in rose_state2_machine() 137 sk->protinfo.rose->neighbour->use--; in rose_state3_machine() 246 sk->protinfo.rose->neighbour->use--; in rose_state4_machine() 266 sk->protinfo.rose->neighbour->use--; in rose_state5_machine()
|
/linux-2.4.37.9/Documentation/video4linux/bttv/ |
D | Insmod-options | 10 0: don't use PLL 59 The tuner driver. You need this unless you want to use only 77 use the first free one. 90 tea6300 = 0 The two tda985x chips use the same i2c 114 tda9875.o) use the same i2c address so both modules should not be 122 use only tda9874_AMSEL=0 or don't specify this option at all. 145 tea6300.o - OBSOLETE (use tvaudio instead) 154 tda8425.o - OBSOLETE (use tvaudio instead) 162 tda985x.o - OBSOLETE (use tvaudio instead)
|
/linux-2.4.37.9/Documentation/mips/ |
D | time.README | 12 If you are short in patience and just want to know how to use time.c for a 93 You cannot use the fast gettimeoffset functions, i.e., 99 You can use null_gettimeoffset() will gives the same time resolution as 104 Do you plan to use the CPU counter register as the timer interrupt 105 or use an exnternal timer? 107 In order to use CPU counter register as the timer interrupt source, you 111 d) decide on whether you want to use high-level or low-level timer 129 (only needed if you intended to use fixed_rate_gettimeoffset 130 or use cpu counter as timer interrupt source) 197 Therefore you cannot really use the many of the existing routines that
|
/linux-2.4.37.9/Documentation/crypto/ |
D | descore-readme.txt | 101 he claims to use 280k of tables but the iteration calculation seems 102 to use only 128k. his tables and code are machine independent. 139 and knew that it used des, so i figured i'd use its routines. but once 147 movement (in particular, his use of L1, R1, L2, R2), and it was full of 157 the working data in TWO forms, one for easy use of half the sboxes in 158 indexing, the other for easy use of the other half; instead you can keep 159 it in the form for the first half and use a simple rotate to get the other 186 i always use unsigned char's if the high bit could be set. 205 ROR and ROL macros to use machine rotate instructions if you have them. 206 this will save 2 instructions and a temporary per use, [all …]
|