Date: Fri, 30 May 2008 18:43:23 +0200 From: "Gabor PALI" <pgj@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: docs/124143: [patch] Fix Source Code Reference in FAQ, Question 5.9 Message-ID: <48402ead.02a1660a.6b17.43c3@mx.google.com> Resent-Message-ID: <200805301650.m4UGo5Cq073124@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 124143 >Category: docs >Synopsis: [patch] Fix Source Code Reference in FAQ, Question 5.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri May 30 16:50:05 UTC 2008 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?48402ead.02a1660a.6b17.43c3>