Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / release / doc / fr_FR.ISO8859-1 / hardware / common / config.sgml
1 <!--
2      The FreeBSD Documentation Project
3      The FreeBSD French Documentation Project
4
5      $Id$
6      $FreeBSD: src/release/doc/fr_FR.ISO8859-1/hardware/common/config.sgml,v 1.1.2.1 2002/10/19 14:56:44 gioria Exp $
7      $DragonFly: src/release/doc/fr_FR.ISO8859-1/hardware/common/Attic/config.sgml,v 1.2 2003/06/17 04:27:19 dillon Exp $
8      Original revision: 1.1.2.2
9 -->
10 <sect1>
11
12   <title>Boot-time Kernel Configuration</title>
13
14   <para>This section describes the boot-time configuration of the
15   &os; kernel.</para>
16
17   <sect2>
18
19     <title>Default Configuration</title>
20
21     <para>The following table contains a list of all of the devices
22     that are present in the <filename>GENERIC</filename> kernel.  This
23     is the essential part of the operating system that is placed in
24     your root partition during the installation process.  A compressed
25     version of the <filename>GENERIC</filename> kernel is also used on
26     the installation floppy diskette and DOS boot image.</para>
27
28     <para>The table describes the various parameters used by the
29     driver to communicate with the hardware in your system.  There are
30     four parameters in the table, though not all are used by each and
31     every device:
32
33       <informaltable frame=none>
34         <tgroup cols=2 align=left>
35           <colspec colwidth="*">
36           <colspec colwidth="5*">
37           <tbody>
38             <row>
39               <entry>Port</entry>
40               <entry>The starting I/O port used by the device, shown in hexadecimal.</entry>
41             </row>
42             <row>
43               <entry>IRQ</entry>
44               <entry>The interrupt the device uses to alert the driver to an event,
45             given in decimal.</entry>
46             </row>
47             <row>
48               <entry>DRQ</entry>
49               <entry>The DMA (direct memory access) channel the device uses to move
50             data to and from main memory, also given in decimal.</entry>
51             </row>
52             <row>
53               <entry>IOMem</entry>
54               <entry>The lowest (or starting) memory address used by the device,
55             also shown in hexadecimal.</entry>
56             </row>
57           </tbody>
58         </tgroup>
59       </informaltable>
60
61     If an entry in the table has `n/a' for a value then it means that
62     the parameter in question does not apply to that device.  A value
63     of `dyn' means that the correct value should be determined
64     automatically by the kernel when the system boots and that you
65     don't need to worry about it.</para>
66
67     <para>If an entry is marked with an *, it means that support is
68     currently not available for it but should be back as soon as
69     someone converts the driver to work within the new (post-4.0)
70     framework.</para>
71
72     <para>
73       <informaltable frame=none>
74         <tgroup cols=6 align=left>
75           <colspec colwidth="*">
76           <colspec colwidth="*">
77           <colspec colwidth="*">
78           <colspec colwidth="*">
79           <colspec colwidth="*">
80           <colspec colwidth="5*">
81           <thead>
82             <row>
83               <entry>Device</entry>
84               <entry>Port</entry>
85               <entry>IRQ</entry>
86               <entry>DRQ</entry>
87               <entry>IOMem</entry>
88               <entry>Description</entry>
89             </row>
90           </thead>
91           <tbody>
92             <row>
93               <entry>fdc0</entry>
94               <entry>3f0</entry>
95               <entry>6</entry>
96               <entry>2</entry>
97               <entry>n/a</entry>
98               <entry>Floppy disk controller</entry>
99             </row>
100
101             <row>
102               <entry>ata0</entry>
103               <entry>170</entry>
104               <entry>14</entry>
105               <entry>n/a</entry>
106               <entry>n/a</entry>
107               <entry>ATA/ATAPI controller</entry>
108             </row>
109
110             <row>
111               <entry>ata1</entry>
112               <entry>170</entry>
113               <entry>15</entry>
114               <entry>n/a</entry>
115               <entry>n/a</entry>
116               <entry>ATA/ATAPI controller</entry>
117             </row>
118
119             <row>
120               <entry>atadisk0</entry>
121               <entry>n/a</entry>
122               <entry>n/a</entry>
123               <entry>n/a</entry>
124               <entry>n/a</entry>
125               <entry>ATA disk drives</entry>
126             </row>
127
128             <row>
129               <entry>atapicd0</entry>
130               <entry>n/a</entry>
131               <entry>n/a</entry>
132               <entry>n/a</entry>
133               <entry>n/a</entry>
134               <entry>ATAPI CDROM drives</entry>
135             </row>
136
137             <row>
138               <entry>atapifd0</entry>
139               <entry>n/a</entry>
140               <entry>n/a</entry>
141               <entry>n/a</entry>
142               <entry>n/a</entry>
143               <entry>ATAPI floppy drives</entry>
144             </row>
145
146             <row>
147               <entry>atapist0</entry>
148               <entry>n/a</entry>
149               <entry>n/a</entry>
150               <entry>n/a</entry>
151               <entry>n/a</entry>
152               <entry>ATAPI tape drives</entry>
153             </row>
154
155             <row>
156               <entry>adv0</entry>
157               <entry>n/a</entry>
158               <entry>n/a</entry>
159               <entry>n/a</entry>
160               <entry>n/a</entry>
161               <entry>AdvanSys Narrow SCSI controllers</entry>
162             </row>
163
164             <row>
165               <entry>adw0</entry>
166               <entry>n/a</entry>
167               <entry>n/a</entry>
168               <entry>n/a</entry>
169               <entry>n/a</entry>
170               <entry>AdvanSys Wide SCSI controllers</entry>
171             </row>
172
173             <row>
174               <entry>amd0</entry>
175               <entry>n/a</entry>
176               <entry>n/a</entry>
177               <entry>n/a</entry>
178               <entry>n/a</entry>
179               <entry>AMD 53C974 (Tekram DC390(T))</entry>
180             </row>
181
182             <row>
183               <entry>ncr0</entry>
184               <entry>n/a</entry>
185               <entry>n/a</entry>
186               <entry>n/a</entry>
187               <entry>n/a</entry>
188               <entry>NCR PCI SCSI controller</entry>
189             </row>
190
191             <row>
192               <entry>bt0</entry>
193               <entry>330</entry>
194               <entry>dyn</entry>
195               <entry>dyn</entry>
196               <entry>dyn</entry>
197               <entry>Buslogic SCSI controller</entry>
198             </row>
199
200             <row>
201               <entry>aha0</entry>
202               <entry>330</entry>
203               <entry>dyn</entry>
204               <entry>5</entry>
205               <entry>dyn</entry>
206               <entry>Adaptec 154x/1535 SCSI controller</entry>
207             </row>
208
209             <row>
210               <entry>ahb0</entry>
211               <entry>dyn</entry>
212               <entry>dyn</entry>
213               <entry>dyn</entry>
214               <entry>dyn</entry>
215               <entry>Adaptec 174x SCSI controller</entry>
216             </row>
217
218             <row>
219               <entry>ahc0</entry>
220               <entry>dyn</entry>
221               <entry>dyn</entry>
222               <entry>dyn</entry>
223               <entry>dyn</entry>
224               <entry>Adaptec 274x/284x/294x SCSI controller</entry>
225             </row>
226
227             <row>
228               <entry>aic0</entry>
229               <entry>340</entry>
230               <entry>11</entry>
231               <entry>dyn</entry>
232               <entry>dyn</entry>
233               <entry>Adaptec 152x/AIC-6360/AIC-6260 SCSI controller</entry>
234             </row>
235
236             <row>
237               <entry>isp0</entry>
238               <entry>dyn</entry>
239               <entry>dyn</entry>
240               <entry>dyn</entry>
241               <entry>dyn</entry>
242               <entry>QLogic 10X0, 1240 Ultra SCSI, 1080/1280 Ultra2 SCSI, 12160 Ultra3 SCSI, 2X00 Fibre Channel SCSI controller</entry>
243             </row>
244
245             <row>
246               <entry>dpt0</entry>
247               <entry>dyn</entry>
248               <entry>dyn</entry>
249               <entry>n/a</entry>
250               <entry>n/a</entry>
251               <entry>DPT RAID SCSI controllers</entry>
252             </row>
253
254             <row>
255               <entry>amr0</entry>
256               <entry>dyn</entry>
257               <entry>dyn</entry>
258               <entry>n/a</entry>
259               <entry>n/a</entry>
260               <entry>AMI MegaRAID controllers</entry>
261             </row>
262
263             <row>
264               <entry>mlx0</entry>
265               <entry>dyn</entry>
266               <entry>dyn</entry>
267               <entry>n/a</entry>
268               <entry>dyn</entry>
269               <entry>Mylex DAC960 RAID controllers</entry>
270             </row>
271
272             <row>
273               <entry>twe0</entry>
274               <entry>dyn</entry>
275               <entry>dyn</entry>
276               <entry>n/a</entry>
277               <entry>n/a</entry>
278               <entry>3ware Escalade RAID controllers</entry>
279             </row>
280
281             <row>
282               <entry>asr0</entry>
283               <entry>dyn</entry>
284               <entry>dyn</entry>
285               <entry>dyn</entry>
286               <entry>dyn</entry>
287               <entry>DPT SmartRaid V, VI, and Adaptec SCSI RAID</entry>
288             </row>
289
290             <row>
291               <entry>mly0</entry>
292               <entry>dyn</entry>
293               <entry>dyn</entry>
294               <entry>dyn</entry>
295               <entry>dyn</entry>
296               <entry>Mylex AcceleRAID/eXtremeRAID</entry>
297             </row>
298
299             <row>
300               <entry>aac</entry>
301               <entry>dyn</entry>
302               <entry>dyn</entry>
303               <entry>dyn</entry>
304               <entry>dyn</entry>
305               <entry>Adaptec FSA family PCI SCSI RAID</entry>
306             </row>
307
308             <row>
309               <entry>ncv</entry>
310               <entry>dyn</entry>
311               <entry>dyn</entry>
312               <entry>n/a</entry>
313               <entry>n/a</entry>
314               <entry>NCR 53C500 based PC-Card SCSI</entry>
315             </row>
316
317             <row>
318               <entry>nsp</entry>
319               <entry>dyn</entry>
320               <entry>dyn</entry>
321               <entry>n/a</entry>
322               <entry>dyn</entry>
323               <entry>Workbit Ninja SCSI-3 based PC-Card SCSI</entry>
324             </row>
325
326             <row>
327               <entry>stg</entry>
328               <entry>dyn</entry>
329               <entry>dyn</entry>
330               <entry>n/a</entry>
331               <entry>n/a</entry>
332               <entry>TMC 18C30/50 based ISA/PC-Card SCSI</entry>
333             </row>
334
335             <row>
336               <entry>wt0</entry>
337               <entry>300</entry>
338               <entry>5</entry>
339               <entry>1</entry>
340               <entry>dyn</entry>
341               <entry>Wangtek and Archive QIC-02/QIC-36</entry>
342             </row>
343
344             <row>
345               <entry>psm0</entry>
346               <entry>60</entry>
347               <entry>12</entry>
348               <entry>n/a</entry>
349               <entry>n/a</entry>
350               <entry>PS/2 Mouse</entry>
351             </row>
352
353             <row>
354               <entry>mcd0</entry>
355               <entry>300</entry>
356               <entry>10</entry>
357               <entry>n/a</entry>
358               <entry>n/a</entry>
359               <entry>Mitsumi CD-ROM</entry>
360             </row>
361
362             <row>
363               <entry>matcd0</entry>
364               <entry>230</entry>
365               <entry>n/a</entry>
366               <entry>n/a</entry>
367               <entry>n/a</entry>
368               <entry>Matsushita/Panasonic CD-ROM</entry>
369             </row>
370
371             <row>
372               <entry>scd0</entry>
373               <entry>230</entry>
374               <entry>n/a</entry>
375               <entry>n/a</entry>
376               <entry>n/a</entry>
377               <entry>Sony CD-ROM</entry>
378             </row>
379
380             <row>
381               <entry>sio0</entry>
382               <entry>3f8</entry>
383               <entry>4</entry>
384               <entry>n/a</entry>
385               <entry>n/a</entry>
386               <entry>Serial Port 0 (COM1)</entry>
387             </row>
388
389             <row>
390               <entry>sio1</entry>
391               <entry>2f8</entry>
392               <entry>3</entry>
393               <entry>n/a</entry>
394               <entry>n/a</entry>
395               <entry>Serial Port 1 (COM2)</entry>
396             </row>
397
398             <row>
399               <entry>ppc0</entry>
400               <entry>dyn</entry>
401               <entry>7</entry>
402               <entry>n/a</entry>
403               <entry>n/a</entry>
404               <entry>Printer ports</entry>
405             </row>
406
407             <row>
408               <entry>dc0</entry>
409               <entry>n/a</entry>
410               <entry>n/a</entry>
411               <entry>n/a</entry>
412               <entry>n/a</entry>
413               <entry>DEC/Intel 21143 cards and workalikes</entry>
414             </row>
415
416             <row>
417               <entry>de0</entry>
418               <entry>n/a</entry>
419               <entry>n/a</entry>
420               <entry>n/a</entry>
421               <entry>n/a</entry>
422               <entry>DEC DC21x40 PCI based cards (including 21140 100bT cards)</entry>
423             </row>
424
425             <row>
426               <entry>ed0</entry>
427               <entry>280</entry>
428               <entry>10</entry>
429               <entry>dyn</entry>
430               <entry>d8000</entry>
431               <entry>WD & SMC 80xx; Novell NE1000 & NE2000; 3Com 3C503; HP PC Lan+</entry>
432             </row>
433
434             <row>
435               <entry>ep0</entry>
436               <entry>300</entry>
437               <entry>10</entry>
438               <entry>dyn</entry>
439               <entry>dyn</entry>
440               <entry>3Com 3C509, 3C529, 3C556, 3C562D, 3C563D, 3C572, 3C574X, 3C579, 3C589</entry>
441             </row>
442
443             <row>
444               <entry>ex0</entry>
445               <entry>dyn</entry>
446               <entry>dyn</entry>
447               <entry>dyn</entry>
448               <entry>n/a</entry>
449               <entry>Intel EtherExpress Pro/10 cards</entry>
450             </row>
451
452             <row>
453               <entry>fe0</entry>
454               <entry>300</entry>
455               <entry>dyn</entry>
456               <entry>n/a</entry>
457               <entry>n/a</entry>
458               <entry>Allied-Telesyn AT1700, RE2000 and Fujitsu FMV-180 series cards.</entry>
459             </row>
460
461             <row>
462               <entry>fxp0</entry>
463               <entry>dyn</entry>
464               <entry>dyn</entry>
465               <entry>n/a</entry>
466               <entry>dyn</entry>
467               <entry>Intel EtherExpress Pro/100B and Intel PRO/100+ Management Adapter</entry>
468             </row>
469
470             <row>
471               <entry>ie0</entry>
472               <entry>300</entry>
473               <entry>10</entry>
474               <entry>dyn</entry>
475               <entry>d0000</entry>
476               <entry>AT&amp;T StarLAN 10 and EN100; 3Com 3C507; NI5210; Intel EtherExpress (8/16,16[TP]) cards</entry>
477             </row>
478
479             <row>
480               <entry>le0</entry>
481               <entry>300</entry>
482               <entry>5</entry>
483               <entry>dyn</entry>
484               <entry>d0000</entry>
485               <entry>Digital Equipment EtherWorks 2 and EtherWorks 3</entry>
486             </row>
487
488             <row>
489               <entry>lnc0</entry>
490               <entry>280</entry>
491               <entry>10</entry>
492               <entry>n/a</entry>
493               <entry>dyn</entry>
494               <entry>Lance/PCnet cards (Isolan, Novell NE2100, NE32-VL, some PCnet-PCI cards)</entry>
495             </row>
496
497             <row>
498               <entry>pcn0</entry>
499               <entry>dyn</entry>
500               <entry>dyn</entry>
501               <entry>n/a</entry>
502               <entry>dyn</entry>
503               <entry>AMD PCnet/FAST, PCnet/FAST+, PCnet/FAST III, PCnet/PRO, PCnet/Home, and HomePNA cards</entry>
504             </row>
505
506             <row>
507               <entry>rl0</entry>
508               <entry>dyn</entry>
509               <entry>dyn</entry>
510               <entry>n/a</entry>
511               <entry>dyn</entry>
512               <entry>RealTek 8129/8139 fast ethernet</entry>
513             </row>
514
515             <row>
516               <entry>sf0</entry>
517               <entry>dyn</entry>
518               <entry>dyn</entry>
519               <entry>n/a</entry>
520               <entry>dyn</entry>
521               <entry>Adaptec AIC-6915 fast ethernet</entry>
522             </row>
523
524             <row>
525               <entry>sis0</entry>
526               <entry>dyn</entry>
527               <entry>dyn</entry>
528               <entry>n/a</entry>
529               <entry>dyn</entry>
530               <entry>SiS 900/SiS 7016 fast ethernet</entry>
531             </row>
532
533             <row>
534               <entry>sn0</entry>
535               <entry>0x300</entry>
536               <entry>10</entry>
537               <entry>n/a</entry>
538               <entry>n/a</entry>
539               <entry>SMC 91xx ethernet</entry>
540             </row>
541
542             <row>
543               <entry>ste0</entry>
544               <entry>dyn</entry>
545               <entry>dyn</entry>
546               <entry>n/a</entry>
547               <entry>dyn</entry>
548               <entry>Sundance ST201 fast ethernet</entry>
549             </row>
550
551             <row>
552               <entry>tl0</entry>
553               <entry>dyn</entry>
554               <entry>dyn</entry>
555               <entry>n/a</entry>
556               <entry>dyn</entry>
557               <entry>TI TNET100 'ThunderLAN' cards.</entry>
558             </row>
559
560             <row>
561               <entry>tx0</entry>
562               <entry>dyn</entry>
563               <entry>dyn</entry>
564               <entry>n/a</entry>
565               <entry>dyn</entry>
566               <entry>SMC 9432 'Epic' fast ethernet</entry>
567             </row>
568
569             <row>
570               <entry>wb0</entry>
571               <entry>dyn</entry>
572               <entry>dyn</entry>
573               <entry>n/a</entry>
574               <entry>dyn</entry>
575               <entry>Winbond W89C840F PCI based cards.</entry>
576             </row>
577
578             <row>
579               <entry>vr0</entry>
580               <entry>dyn</entry>
581               <entry>dyn</entry>
582               <entry>n/a</entry>
583               <entry>dyn</entry>
584               <entry>VIA VT3043/VT86C100A PCI based cards.</entry>
585             </row>
586
587             <row>
588               <entry>vx0</entry>
589               <entry>dyn</entry>
590               <entry>dyn</entry>
591               <entry>n/a</entry>
592               <entry>dyn</entry>
593               <entry>3Com 3c59x ((Fast) Etherlink III)</entry>
594             </row>
595
596             <row>
597               <entry>xe0</entry>
598               <entry>dyn</entry>
599               <entry>dyn</entry>
600               <entry>n/a</entry>
601               <entry>dyn</entry>
602               <entry>Xircom CreditCard adapters (16 bit)</entry>
603             </row>
604
605             <row>
606               <entry>xl0</entry>
607               <entry>dyn</entry>
608               <entry>dyn</entry>
609               <entry>n/a</entry>
610               <entry>dyn</entry>
611               <entry>3Com 3c900, 3c905, 3c905B, 3c905C, 3c980, 3cSOHO100 ((Fast) Etherlink XL)</entry>
612             </row>
613
614             <row>
615               <entry>cs0</entry>
616               <entry>0x300</entry>
617               <entry>dyn</entry>
618               <entry>n/a</entry>
619               <entry>n/a</entry>
620               <entry>Crystal Semiconductor CS89x0-based cards.</entry>
621             </row>
622
623           </tbody>
624         </tgroup>
625       </informaltable>
626     </para>
627
628     <para>If the hardware in your computer is not set to the same
629     settings as those shown in the table and the item in conflict is
630     not marked 'dyn', you will have to either reconfigure your
631     hardware or use UserConfig to reconfigure the kernel to match the
632     way your hardware is currently set (see the next section).</para>
633   
634     <para>If the settings do not match, the kernel may be unable to
635     locate or reliably access the devices in your system.</para>
636
637   </sect2>
638
639   <sect2>
640     <title>Using UserConfig to change FreeBSD kernel settings</title>
641
642     <note>
643       <para>The markup for this section leaves a lot to be desired.</para>    
644     </note>
645
646     <para>The FreeBSD kernel on the install floppy contains drivers
647     for every piece of hardware that could conceivably be used to
648     install the rest of the system with.  Unfortunately, PC hardware
649     being what it is, some of these devices can be difficult to detect
650     accurately, and for some, the process of detecting another can
651     cause irreversible confusion.</para>
652
653     <para>To make this process easier, FreeBSD provides UserConfig.
654     With this tool the user can configure and disable device drivers
655     before the kernel is loaded, avoiding potential conflicts, and
656     eliminating the need to reconfigure hardware to suit the default
657     driver settings.</para>
658
659     <para>Once FreeBSD is installed, it will remember the changes made using
660     UserConfig, so that they only need be made once.</para>
661
662     <para>It is important to disable drivers that are not relevant to
663     a system in order to minimize the possibility of interference,
664     which can cause problems that are difficult to track down.</para>
665
666     <para>UserConfig features a command line interface for users with
667     serial consoles or a need to type commands, and a full screen
668     <quote>visual</quote> interface, which provides point-and-shoot
669     configuration functionality.</para>
670
671     <para>Here is a sample UserConfig screen shot in
672     <quote>visual</quote> mode:</para>
673
674 <screen>---Active Drivers---------------------------10 Conflicts------Dev---IRQ--Port--
675  Storage :  (Collapsed)
676  Network :
677   NE1000,NE2000,3C503,WD/SMC80xx Ethernet adapters    CONF  ed0       5  0x280
678   NE1000,NE2000,3C503,WD/SMC80xx Ethernet adapters    CONF  ed1       5  0x300 
679  Communications : (Collapsed)
680  Input : (Collapsed)
681  Multimedia :
682 ---Inactive Drivers-------------------------------------------Dev--------------
683  Storage :
684  Network : (Collapsed)
685  Communications :
686  Input :
687  Multimedia :
688
689
690 ---Parameters-for-device-ed0---------------------------------------------------
691  Port address : 0x280      Memory address : 0xd8000
692  IRQ number   : 5          Memory size    : 0x2000
693  Flags        : 0x0000
694 -------------------------------------------------------------------------------
695   IO Port address (Hexadecimal, 0x1-0x2000)
696   [TAB]   Change fields           [Q]   Save device parameters</screen>
697
698     <para>The screen is divided into four sections:
699       <itemizedlist>
700         <listitem>
701           <para>Active Drivers.  Listed here are the device drivers
702           that are currently enabled, and their basic
703           parameters.</para>
704         </listitem>
705         <listitem>
706           <para>Inactive Drivers.  These drivers are present, but are
707           disabled.</para>
708         </listitem>
709         <listitem>
710           <para>Parameter edit field.  This area is used for editing
711           driver parameters.</para>
712         </listitem>
713         <listitem>
714           <para>Help area.  Keystroke help is displayed here.</para>
715         </listitem>
716       </itemizedlist>
717     </para>
718     
719     <para>One of the Active and Inactive lists is always in use, and
720     the current entry in the list will be shown with a highlight bar.
721     If there are more entries in a list than can be shown, it will
722     scroll.  The bar can be moved up and down using the cursor keys,
723     and moved between lists with the TAB key.</para>
724
725     <para>Drivers in the Active list may be marked
726     <literal>CONF</literal>.  This indicates that one or more of their
727     parameters conflicts with another device, and indicates a
728     potential for problems.  The total number of conflicts is
729     displayed at the top of the screen.</para>
730
731     <para>As a general rule, conflicts should be avoided, either by
732     disabling conflicting devices that are not present in the system,
733     or by altering their configuration so that they match the
734     installed hardware.</para>
735
736     <para>In the list areas, drivers are grouped by their basic
737     function.  Groups can be <literal>Collapsed</literal> to simplify
738     the display (this is the default state for all groups).  If a
739     group is collapsed, it will be shown with
740     <literal>Collapsed</literal> in the list, as above.  To Expand a
741     Collapsed group, position the highlight bar over the group heading
742     and press Enter.  To Collapse it again, repeat the process.</para>
743
744     <para>When a device driver in the Active list is highlighted, its
745     full parameters are displayed in the Parameter edit area.  Note
746     that not all drivers use all possible parameters, and some
747     hardware supported by drivers may not use all the parameters the
748     driver supports.</para>
749
750     <para>To disable a driver, go to the Active list, Expand the group
751     it is in, highlight the driver and press Del.  The driver will
752     move to its group in the Inactive list.  (If the group is
753     collapsed or off the screen, you may not see the driver in its new
754     location.)</para>
755
756     <para>To enable a driver, go to the Inactive list, Expand the
757     group it is in, highlight the driver and press Enter.  The
758     highlight will move to the Active list, and the driver you have
759     just enabled will be highlighted, ready to be configured.</para>
760
761     <para>To configure a driver, go to the Active list, Expand the
762     group it is in, highlight the driver and press Enter.  The cursor
763     will move to the Parameter edit area, and the device's parameters
764     may be edited.</para>
765
766     <para>While editing parameters, the TAB and cursor keys can be
767     used to move between fields.  Most numeric values (except IRQ) are
768     entered in hexadecimal, as indicated by the '0x' at the beginning
769     of the field.  The allowable values for a given field are show in
770     the Key Help area when the field is active.</para>
771
772     <para>To finish configuring a driver, press 'Q'.</para>
773
774     <para>Note that PCI, Microchannel and EISA devices can be probed
775     reliably, therefore they are not shown in the table above nor can
776     their settings be changed using UserConfig.</para>
777   </sect2>
778
779 </sect1>