From owner-freebsd-doc Sat Jun 12 21:50: 7 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CD75D15023 for ; Sat, 12 Jun 1999 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA77549; Sat, 12 Jun 1999 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from leap.innerx.net (leap.innerx.net [38.179.176.25]) by hub.freebsd.org (Postfix) with ESMTP id 6B67214D7B for ; Sat, 12 Jun 1999 21:43:46 -0700 (PDT) (envelope-from chris@holly.dyndns.org) Received: from holly.dyndns.org (ip135.houston13.tx.pub-ip.psi.net [38.27.213.135]) by leap.innerx.net (Postfix) with ESMTP id BBCBF37075 for ; Sun, 13 Jun 1999 00:43:44 -0400 (EDT) Received: (from chris@localhost) by holly.dyndns.org (8.9.3/8.9.3) id XAA05060; Sat, 12 Jun 1999 23:43:41 -0500 (CDT) (envelope-from chris) Message-Id: <199906130443.XAA05060@holly.dyndns.org> Date: Sat, 12 Jun 1999 23:43:41 -0500 (CDT) From: chris@calldei.com Reply-To: chris@calldei.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating. Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12181 >Category: docs >Synopsis: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Sat Jun 12 21:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Costello >Release: FreeBSD 4.0-CURRENT i386 >Organization: Zero. >Environment: $Id: chapter.sgml,v 1.16 1999/05/28 00:31:25 dwhite Exp $ >Description: Modified kernel config sample lines to remove the quotes. Fix where I probably put 'i386' instead of arch Remove warning note about quote characters. >How-To-Repeat: View the relevant section of the handbook. >Fix: Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en/handbook/kernelconfig/chapter.sgml,v retrieving revision 1.16 diff -u -r1.16 chapter.sgml --- chapter.sgml 1999/05/28 00:31:25 1.16 +++ chapter.sgml 1999/06/13 04:35:59 @@ -195,7 +195,7 @@ - machine "i386" + machine arch The first keyword is machine, which, @@ -203,20 +203,12 @@ DEC Alpha processors, will be either i386 or alpha. - - - Any keyword which contains numbers used as text must be - enclosed in quotation marks, otherwise - config gets confused and thinks you mean - the actual number 386 if you enter - machine i386. - cpu - "cpu_type" + cpu_type The next keyword is cpu, which includes @@ -382,7 +374,7 @@ - options "COMPAT_43" + options COMPAT_43 Compatibility with 4.3BSD. Leave this in; some programs @@ -501,7 +493,7 @@ - options "CD9660" + options CD9660 ISO 9660 filesystem for CD-ROMs. Comment it out if you do @@ -557,7 +549,7 @@ - options "EXT2FS" + options EXT2FS Linux's native file system. With ext2fs support you are @@ -656,7 +648,7 @@ - device npx0 at isa? port "IO_NPX" irq 13 + device npx0 at isa? port IO_NPX irq 13 vector npxintr @@ -740,7 +732,7 @@ - controller bt0 at isa? port "IO_BT0" bio irq ? + controller bt0 at isa? port IO_BT0 bio irq ? vector btintr @@ -749,7 +741,7 @@ - controller uha0 at isa? port "IO_UHA0" bio irq + controller uha0 at isa? port IO_UHA0 bio irq ? drq 5 vector uhaintr @@ -775,7 +767,7 @@ - controller aha0 at isa? port "IO_AHA0" bio + controller aha0 at isa? port IO_AHA0 bio irq ? drq 5 vector ahaintr @@ -906,7 +898,7 @@ - device sc0 at isa? port "IO_KBD" tty irq 1 vector + device sc0 at isa? port IO_KBD tty irq 1 vector scintr @@ -936,8 +928,8 @@ options - "KBD_RESETDELAY=X", options - "KBD_MAXWAIT=Y" + KBD_RESETDELAY=X, options + KBD_MAXWAIT=Y The keyboard driver atkbd and the @@ -958,7 +950,7 @@ options - "KBDIO_DEBUG=N" + KBDIO_DEBUG=N Sets the debug level to N. @@ -989,7 +981,7 @@ - device vt0 at isa? port "IO_KBD" tty irq 1 vector + device vt0 at isa? port IO_KBD tty irq 1 vector pcrint @@ -1007,7 +999,7 @@ - options "PCVT_FREEBSD=210" + options PCVT_FREEBSD=210 Required with the vt0 console @@ -1047,7 +1039,7 @@ - device psm0 at isa? port "IO_KBD" conflicts tty irq + device psm0 at isa? port IO_KBD conflicts tty irq 12 vector psmintr @@ -1069,7 +1061,7 @@ - device sio0 at isa? port "IO_COM1" tty irq 4 vector + device sio0 at isa? port IO_COM1 tty irq 4 vector siointr @@ -1508,7 +1500,7 @@ device uart0 at isa? port 0x330 irq 5 vector - "m6850intr" + m6850intr Stand-alone 6850 UART for MIDI. @@ -1516,7 +1508,7 @@ - device pca0 at isa? port "IO_TIMER1" + device pca0 at isa? port IO_TIMER1 tty @@ -1654,7 +1646,7 @@ - device joy0 at isa? port "IO_GAME" + device joy0 at isa? port IO_GAME PC joystick device. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message