From pali.gabor@googlemail.com  Fri May 30 16:43:28 2008
Return-Path: <pali.gabor@googlemail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 85A6A1065672
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2008 16:43:28 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.188])
	by mx1.freebsd.org (Postfix) with ESMTP id 2513C8FC19
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2008 16:43:27 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by mu-out-0910.google.com with SMTP id i2so152948mue.3
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2008 09:43:26 -0700 (PDT)
Received: by 10.103.233.12 with SMTP id k12mr3764405mur.54.1212165806531;
        Fri, 30 May 2008 09:43:26 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.99.205.120])
        by mx.google.com with ESMTPS id j2sm2081445mue.8.2008.05.30.09.43.24
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Fri, 30 May 2008 09:43:25 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Fri, 30 May 2008 18:43:23 +0200
Message-Id: <48402ead.02a1660a.6b17.43c3@mx.google.com>
Date: Fri, 30 May 2008 18:43:23 +0200
From: "Gabor PALI" <pgj@FreeBSD.org>
Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= <pali.gabor@googlemail.com>
Reply-To: Gabor PALI <pgj@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Fix Source Code Reference in FAQ, Question 5.9
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         124143
>Category:       docs
>Synopsis:       [patch] Fix Source Code Reference in FAQ, Question 5.9
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 30 16:50:05 UTC 2008
>Closed-Date:    Sat May 31 09:00:48 UTC 2008
>Last-Modified:  Sat May 31 09:10:03 UTC 2008
>Originator:     Gabor PALI
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386

>Description:
	There is reference to a kernel source file, named sio.c in the
	FreeBSD FAQ, Question 5.9. ``Why does the screen go black and lose
	sync when I boot?'' that does not exists in the form as it was
	written. Actually, it was removed from /usr/src/sys/i386/isa [1]
	and it was introduced in /usr/src/sys/dev/sio [2] and in
	/usr/src/sys/pc98/cbus [3].
	
	[1] http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/isa/Attic/sio.c?hideattic=0
	[2] http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/sio/sio.c?rev=1.1;content-type=text%2Fplain
	[3] http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/pc98/cbus/sio.c?rev=1.1;content-type=text%2Fplain


>How-To-Repeat:

>Fix:

--- books.faq.patch.24.diff begins here ---
Index: book.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/faq/book.sgml,v
retrieving revision 1.827
diff -u -r1.827 book.sgml
--- book.sgml	27 May 2008 23:51:07 -0000	1.827
+++ book.sgml	30 May 2008 01:47:30 -0000
@@ -3180,7 +3180,7 @@
 
           <para>If you want to be able to use your serial ports, you will
             have to build a new kernel with the following modification: in
-            <filename>/usr/src/sys/i386/isa/sio.c</filename> find the one
+            <filename>/usr/src/sys/dev/sio/sio.c</filename> (or in <filename>/usr/src/sys/pc98/cbus/sio.c</filename> for pc98) find the one
             occurrence of the string <literal>0x2e8</literal> and remove
             that string and the preceding comma (keep the trailing comma).
             Now follow the normal procedure of building a new
--- books.faq.patch.24.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->pgj 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Sat May 31 02:01:44 UTC 2008 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124143 
State-Changed-From-To: open->closed 
State-Changed-By: pgj 
State-Changed-When: Sat May 31 09:00:32 UTC 2008 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124143 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/124143: commit references a PR
Date: Sat, 31 May 2008 09:00:36 +0000 (UTC)

 pgj         2008-05-31 09:00:32 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/faq book.sgml 
   Log:
   - Fix kernel source references for sio.c
   
   PR:             docs/124143
   Submitted by:   pgj
   Approved by:    gabor (mentor)
   
   Revision  Changes    Path
   1.833     +1 -1      doc/en_US.ISO8859-1/books/faq/book.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
