From cd820d796b6ee6a16aff671ecc2b570a5fd1a944 Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Sat, 14 Jun 2008 10:03:01 +0000 Subject: [PATCH] Update Question 4.7.6: - Remove question Reviewed by: trhodes, danger, remko Approved by: gabor (mentor) --- en_US.ISO8859-1/books/faq/book.sgml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index a0726befdb..8e44a5bd9e 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -2809,27 +2809,6 @@ bindkey ^[[3~ delete-char # for xterm - - - My PCMCIA card does not work. I have a message: - cbb0: unsupported card type detected. - What can I do? - - - - You can try to use the original OLDCARD implementation. Edit - your kernel configuration file and remove the following lines: - device cbb -device pccard -device cardbus - Then add: - device pcic -device card 1 - Rebuild and install the new kernel as described in - Configuring - the FreeBSD Kernel. - -