From owner-svn-doc-all@FreeBSD.ORG Mon Dec 17 20:42:26 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 3A1D2FE9; Mon, 17 Dec 2012 20:42:26 +0000 (UTC) (envelope-from eadler@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 03E7F8FC13; Mon, 17 Dec 2012 20:42:26 +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 qBHKgPdl066535; Mon, 17 Dec 2012 20:42:25 GMT (envelope-from eadler@svn.freebsd.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBHKgPWF066534; Mon, 17 Dec 2012 20:42:25 GMT (envelope-from eadler@svn.freebsd.org) Message-Id: <201212172042.qBHKgPWF066534@svn.freebsd.org> From: Eitan Adler Date: Mon, 17 Dec 2012 20:42:25 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r40410 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head 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 20:42:26 -0000 Author: eadler Date: Mon Dec 17 20:42:25 2012 New Revision: 40410 URL: http://svnweb.freebsd.org/changeset/doc/40410 Log: pccard is gone so remove null-null Noted by: imp Approved by: bcr (mentor) Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 17 20:42:20 2012 (r40409) +++ head/en_US.ISO8859-1/books/faq/book.xml Mon Dec 17 20:42:25 2012 (r40410) @@ -2955,32 +2955,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?