From owner-freebsd-current@FreeBSD.ORG Sun Jan 30 11:20:20 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0CFFF1065674 for ; Sun, 30 Jan 2011 11:20:20 +0000 (UTC) (envelope-from marek_sal@wp.pl) Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.8]) by mx1.freebsd.org (Postfix) with ESMTP id 969828FC13 for ; Sun, 30 Jan 2011 11:20:19 +0000 (UTC) Received: (wp-smtpd smtp.wp.pl 18321 invoked from network); 30 Jan 2011 12:20:17 +0100 Received: from cwx170.internetdsl.tpnet.pl (HELO marekdesktop) (marek_sal@[83.19.131.170]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with SMTP for ; 30 Jan 2011 12:20:17 +0100 Message-ID: <33D926BF3E5C4FBEA4F9206C467733EE@marekdesktop> From: "Marek Salwerowicz" To: Date: Sun, 30 Jan 2011 12:20:14 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-2"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.5931 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO 0000000 [ASIW] X-Mailman-Approved-At: Sun, 30 Jan 2011 13:20:57 +0000 Subject: Can't dynamically load module uart on amd64-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jan 2011 11:20:20 -0000 Hi all, since 18th January I am not able to dynamically load UART module into kernel (the module resposnible for serial ports in PC). After: # kldload uart the dmesg says there are unrecognized interfaces. When I compile uart into kernel, everything works fine.. -- Marek Salwerowicz