From owner-svn-doc-all@FreeBSD.ORG Mon Dec 17 21:54:19 2012 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 92DDC3F1; Mon, 17 Dec 2012 21:54:19 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 76BE38FC14; Mon, 17 Dec 2012 21:54:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBHLsJBX082711; Mon, 17 Dec 2012 21:54:19 GMT (envelope-from rene@svn.freebsd.org) Received: (from rene@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBHLsJ8n082710; Mon, 17 Dec 2012 21:54:19 GMT (envelope-from rene@svn.freebsd.org) Message-Id: <201212172154.qBHLsJ8n082710@svn.freebsd.org> From: Rene Ladan Date: Mon, 17 Dec 2012 21:54:19 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-translations@freebsd.org Subject: svn commit: r40412 - translations/nl_NL.ISO8859-1/books/faq X-SVN-Group: doc-translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 21:54:19 -0000 Author: rene Date: Mon Dec 17 21:54:18 2012 New Revision: 40412 URL: http://svnweb.freebsd.org/changeset/doc/40412 Log: Merge up to r40411 Modified: translations/nl_NL.ISO8859-1/books/faq/book.xml Modified: translations/nl_NL.ISO8859-1/books/faq/book.xml ============================================================================== --- translations/nl_NL.ISO8859-1/books/faq/book.xml Mon Dec 17 20:42:27 2012 (r40411) +++ translations/nl_NL.ISO8859-1/books/faq/book.xml Mon Dec 17 21:54:18 2012 (r40412) @@ -6,7 +6,7 @@ $FreeBSD$ %SOURCE% en_US.ISO8859-1/books/faq/book.xml - %SRCID% 40403 + %SRCID% 40411 --> - - Why are calcru: negative runtime - or calcru: runtime went backwards - messages pounding the console? - - - - There is a known problem when enabling &intel; Enhanced - SpeedStep from the BIOS: it causes the kernel to start printing - calcru messages like this: - - calcru: runtime went backwards from 6 usec to 3 usec for pid 37 (pagezero) -calcru: runtime went backwards from 6 usec to 3 usec for pid 36 (vmdaemon) -calcru: runtime went backwards from 170 usec to 138 usec for pid 35 (pagedaemon) -calcru: runtime went backwards from 553 usec to 291 usec for pid 15 (swi6: task queue) -calcru: runtime went backwards from 15521 usec to 10366 usec for pid 2 (g_event) -calcru: runtime went backwards from 25 usec to 12 usec for pid 11 (swi1: net) -calcru: runtime went backwards from 4417 usec to 3960 usec for pid 1 (init) -calcru: runtime went backwards from 2084385 usec to 1793542 usec for pid 1 (init) -calcru: runtime went backwards from 408 usec to 204 usec for pid 0 (swapper) - - It is because &intel; SpeedStep (EIST) is incompatible - with some motherboards. - - Workaround: Disable the EIST feature in the BIOS. You - can still achieve ACPI-based processor frequency throttling - by using &man.powerd.8;. - - - - Why does the clock on my computer keep incorrect time? @@ -3071,32 +3040,6 @@ kern.timecounter.hardware: TSC -> i82 - - Why did my laptop fail to correctly probe PC - cards? - - - - This problem is common on laptops that boot more than - one operating system. Some non-BSD operating systems leave - PC card hardware in an inconsistent state. &man.pccardd.8; - will detect the card as - "(null)""(null)" instead of its - actual model. - - You must remove all power from the PC card slot to fully - reset the hardware. Completely power off the laptop. (Do - not suspend it, do not let it go into standby; the power - needs to be completely off.) Wait a few moments, and reboot. - Your PC card should work now. - - Some laptop hardware lies when it claims to be off. If - the above does not work shut down, remove the battery, wait - a moment, replace the battery, and reboot. - - - - Another operating system destroyed my Boot Manager. How do I get it back? @@ -3809,33 +3752,6 @@ kern.timecounter.hardware: TSC -> i82 - - Why do I get interrupt conflicts with multi-port serial - code? - - - - When I compile a kernel with multi-port serial code, it - tells me that only the first port is probed and the rest - skipped due to interrupt conflicts. How do I fix - this? - - The problem here is that &os; has code built-in to keep - the kernel from getting trashed due to hardware or software - conflicts. The way to fix this is to leave out the IRQ - settings on all but one port. Here is an example: - - # -# Multiport high-speed serial line - 16550 UARTS -# -device sio2 at isa? port 0x2a0 tty irq 5 flags 0x501 vector siointr -device sio3 at isa? port 0x2a8 tty flags 0x501 vector siointr -device sio4 at isa? port 0x2b0 tty flags 0x501 vector siointr -device sio5 at isa? port 0x2b8 tty flags 0x501 vector siointr - - - - Why does every kernel I try to build fail to compile, even GENERIC?