From owner-p4-projects@FreeBSD.ORG Fri Nov 5 22:23:20 2010 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 283921065675; Fri, 5 Nov 2010 22:23:20 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DED87106564A for ; Fri, 5 Nov 2010 22:23:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id CAA9D8FC19 for ; Fri, 5 Nov 2010 22:23:19 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.4/8.14.4) with ESMTP id oA5MNJvR038731 for ; Fri, 5 Nov 2010 22:23:19 GMT (envelope-from rene@FreeBSD.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.4/8.14.4/Submit) id oA5MNJFt038728 for perforce@freebsd.org; Fri, 5 Nov 2010 22:23:19 GMT (envelope-from rene@FreeBSD.org) Date: Fri, 5 Nov 2010 22:23:19 GMT Message-Id: <201011052223.oA5MNJFt038728@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to rene@FreeBSD.org using -f From: Rene Ladan To: Perforce Change Reviews Precedence: bulk Cc: Subject: PERFORCE change 185419 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Nov 2010 22:23:20 -0000 http://p4web.freebsd.org/@@185419?ac=10 Change 185419 by rene@rene_acer on 2010/11/05 22:22:34 Pre-7.X cleanup: - remove Alpha references from the kernelconig chapter - Add COMPAT_FREEBSD6 and COMPAT_FREEBSD7 to the kernelconfig chapter - 8.0 has been released :) - devfs is obligatory, also for the multimedia chapter - no more XFree86 Affected files ... .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml#10 edit .. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml#8 edit Differences ... ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml#10 (text+ko) ==== @@ -276,7 +276,7 @@ will edit your custom kernel configuration, and compile, which is the staging area where your kernel will be built. arch represents - one of i386, alpha, + one of i386, amd64, ia64, powerpc, sparc64, or pc98 (an alternative development branch of PC @@ -469,7 +469,7 @@ Joel Dahl - Updated for &os; 6.X by + Updated by @@ -497,7 +497,7 @@ architecture independent options, see /usr/src/sys/conf/NOTES. - As of &os; 5.0, a new include directive is + An include directive is available for use in configuration files. This allows another configuration file to be logically included in the current one, making it easy to maintain small changes relative to an existing file. For @@ -552,7 +552,7 @@ machine i386 This is the machine architecture. It must be either - alpha, amd64, + amd64, i386, ia64, pc98, powerpc, or sparc64. @@ -726,7 +726,7 @@ options PSEUDOFS # Pseudo-filesystem framework - 6.X kernels making use of PROCFS must also + Kernels making use of PROCFS must also include support for PSEUDOFS. options GEOM_GPT # GUID Partition Tables. @@ -741,19 +741,31 @@ options COMPAT_FREEBSD4 # Compatible with &os;4 - This option is required on &os; 5.X &i386; and Alpha systems + This option is required to support applications compiled on older versions of &os; that use older system call interfaces. It is recommended that - this option be used on all &i386; and Alpha systems that may + this option be used on all &i386; systems that may run older applications; platforms that gained support only in 5.X, such as ia64 and &sparc64;, do not require this option. options COMPAT_FREEBSD5 # Compatible with &os;5 - This option is required on &os; 6.X and above to + This option is required to support applications compiled on &os; 5.X versions that use &os; 5.X system call interfaces. + options COMPAT_FREEBSD6 # Compatible with &os;6 + + This option is required to + support applications compiled on &os; 6.X versions that use + &os; 6.X system call interfaces. + + options COMPAT_FREEBSD7 # Compatible with &os;7 + + This option is required on &os; 8 and above to + support applications compiled on &os; 7.X versions that use + &os; 7.X system call interfaces. + options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI This causes the kernel to pause for 5 seconds before probing @@ -817,7 +829,7 @@ leave this in. - Note that on &os; 8.0-CURRENT and later versions, all mutexes are + Note that on &os; 8.0-RELEASE and later versions, all mutexes are adaptive by default, unless explicitly set to non-adaptive by compiling with the NO_ADAPTIVE_MUTEXES option. As a result, Giant is adaptive by default now, and the ==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/multimedia/chapter.sgml#8 (text+ko) ==== @@ -120,7 +120,7 @@ Marc Fonvieille - Enhanced for &os; 5.X by + Enhanced by @@ -399,12 +399,8 @@ device, such as music players or sound daemons. - If you are not using &man.devfs.5;, you will have to point - your applications at - /dev/dsp0.x, - where x is 0 to 3 if - dev.pcm.0.rec.vchans is set to 4 as in the - above example. On a system using &man.devfs.5;, the above will + + The above will automatically be allocated transparently to a program that requests /dev/dsp0. @@ -687,7 +683,7 @@ it did with sound. Before you begin, you should know the model of the video - card you have and the chip it uses. While &xorg; and &xfree86; support a + card you have and the chip it uses. While &xorg; supports a wide variety of video cards, fewer give good playback performance. To obtain a list of extensions supported by the X server using your card use the command &man.xdpyinfo.1; while @@ -735,7 +731,7 @@ method described below will have varying quality across different hardware. Secondly, the rendering of video in X11 is a topic receiving a lot of attention lately, and with each - version of &xorg;, or of &xfree86;, there may be significant improvement. + version of &xorg;, there may be significant improvement. A list of common video interfaces: @@ -761,7 +757,7 @@ XVideo - &xorg; and &xfree86; 4.X have an extension called + &xorg; has an extension called XVideo (aka Xvideo, aka Xv, aka xv) which allows video to be directly displayed in drawable objects through a special acceleration. This extension provides very