From owner-freebsd-doc Sun Jun 13 8: 0:12 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 0E6E614F97 for ; Sun, 13 Jun 1999 08:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA79282; Sun, 13 Jun 1999 08:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 13 Jun 1999 08:00:03 -0700 (PDT) Message-Id: <199906131500.IAA79282@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Chris Costello Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating. Reply-To: Chris Costello Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/12181; it has been noted by GNATS. From: Chris Costello To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: Re: docs/12181: [Patch] doc/en/handbook/kernelconfig/chapter.sgml needs updating. Date: Sun, 13 Jun 1999 09:52:25 -0500 On Sat, Jun 12, 1999, chris@calldei.com wrote: > >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 > > $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. Also, change GENERIC to GENERIC around 'GENERIC' where necessary. > > >How-To-Repeat: > > View the relevant section of the handbook. > > >Fix: I missed a couple things. The following fix should be used: 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 14:49:51 @@ -21,7 +21,7 @@ Building a custom kernel is one of the most important rites of passage every Unix system administrator must endure. This process, while time-consuming, will provide many benefits to your FreeBSD system. - Unlike the GENERIC kernel, which must support every + Unlike the GENERIC kernel, which must support every possible SCSI and network card, along with tons of other rarely used hardware support, a custom kernel only contains support for your PC's hardware. This has a number of @@ -46,7 +46,8 @@ Finally, there are several kernel options which you can tune to fit your needs, and device driver support for things like sound cards which you can include in your kernel but are - not present in the GENERIC kernel. + not present in the GENERIC + kernel. @@ -195,7 +196,7 @@ - machine "i386" + machine arch The first keyword is machine, which, @@ -203,20 +204,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 +375,7 @@ - options "COMPAT_43" + options COMPAT_43 Compatibility with 4.3BSD. Leave this in; some programs @@ -501,7 +494,7 @@ - options "CD9660" + options CD9660 ISO 9660 filesystem for CD-ROMs. Comment it out if you do @@ -557,7 +550,7 @@ - options "EXT2FS" + options EXT2FS Linux's native file system. With ext2fs support you are @@ -656,7 +649,7 @@ - device npx0 at isa? port "IO_NPX" irq 13 + device npx0 at isa? port IO_NPX irq 13 vector npxintr @@ -740,7 +733,7 @@ - controller bt0 at isa? port "IO_BT0" bio irq ? + controller bt0 at isa? port IO_BT0 bio irq ? vector btintr @@ -749,7 +742,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 +768,7 @@ - controller aha0 at isa? port "IO_AHA0" bio + controller aha0 at isa? port IO_AHA0 bio irq ? drq 5 vector ahaintr @@ -906,7 +899,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 +929,8 @@ options - "KBD_RESETDELAY=X", options - "KBD_MAXWAIT=Y" + KBD_RESETDELAY=X, options + KBD_MAXWAIT=Y The keyboard driver atkbd and the @@ -958,7 +951,7 @@ options - "KBDIO_DEBUG=N" + KBDIO_DEBUG=N Sets the debug level to N. @@ -989,7 +982,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 +1000,7 @@ - options "PCVT_FREEBSD=210" + options PCVT_FREEBSD=210 Required with the vt0 console @@ -1047,7 +1040,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 +1062,7 @@ - device sio0 at isa? port "IO_COM1" tty irq 4 vector + device sio0 at isa? port IO_COM1 tty irq 4 vector siointr @@ -1403,9 +1396,10 @@ Sound cards This is the first section containing lines that are not in the - GENERIC kernel. To include sound card support, you will have to copy - the appropriate lines from the LINT kernel (which contains support for - every device) as follows: + GENERIC kernel. To include sound card support, + you will have to copy the appropriate lines from the LINT kernel + (which contains support for every device) as + follows: @@ -1508,7 +1502,7 @@ device uart0 at isa? port 0x330 irq 5 vector - "m6850intr" + m6850intr Stand-alone 6850 UART for MIDI. @@ -1516,7 +1510,7 @@ - device pca0 at isa? port "IO_TIMER1" + device pca0 at isa? port IO_TIMER1 tty @@ -1654,7 +1648,7 @@ - device joy0 at isa? port "IO_GAME" + device joy0 at isa? port IO_GAME PC joystick device. -- Chris Costello Revolutionary: Disk drives go round and round. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message