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