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