From owner-freebsd-current@FreeBSD.ORG Fri Jan 9 22:28:26 2009 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 304D91065670 for ; Fri, 9 Jan 2009 22:28:26 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-bw0-f20.google.com (mail-bw0-f20.google.com [209.85.218.20]) by mx1.freebsd.org (Postfix) with ESMTP id B31348FC0A for ; Fri, 9 Jan 2009 22:28:25 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by bwz13 with SMTP id 13so3299359bwz.19 for ; Fri, 09 Jan 2009 14:28:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=ChIfF6WTiRiqG8+1dak3T1uojKAlDgsYe1aMa8Fbk9Y=; b=PYC2NHzlZ1Cp+OGBm6dKszFsHqse5+V9askx0H0VWMmjQ4CGPzSQxNKdwjnxLDB577 9o0OqnYb0N2Q83e5dBdWVyFmpqH0ks4czLmyvgWGsqhgQ7YYcrqcHu69OOfgsYhRyKG4 Ji0QIvgep+kRu82b8/7OoIl3bZcs785oyJUzM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=lkcSbjPl5EFR1G8HbtnTJLcyqOMQfyEgDhJQDxCvWbFoSzRJUFdE1H9vw9LYfYT4Sb 2sMsysEHaOLwSvgCpmhWKO56Qvx46rRWqDytScnQp+bY38zuic73dHuKlqi+f7Qydpkz Qw9pqMzqyoptNlZssupgRuEqswl6cxLNJz0Yg= Received: by 10.181.60.14 with SMTP id n14mr9899322bkk.23.1231540104656; Fri, 09 Jan 2009 14:28:24 -0800 (PST) Received: by 10.181.239.5 with HTTP; Fri, 9 Jan 2009 14:28:19 -0800 (PST) Message-ID: Date: Sat, 10 Jan 2009 01:28:19 +0300 From: pluknet To: freebsd-current MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: kernel doesn't boot when is built with ukbd/ums 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: Fri, 09 Jan 2009 22:28:26 -0000 Hi. Today I noticed that when kernel has build-in ums and ukbd support, it stops booting with the last seen messages (transcribed): ... uart0: [FILTER] atkbdc0: port 0x60,0x64 irq1 on acpi0 [stops here] ... It boots fine if kernel is built without ums and ukbd devices (and they loaded as modules). And I see in this case. ... atrtc0: port 0x70-0x71 irq 8 on acpi0 uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: [FILTER] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] cpu0: on acpi0 ... In both cases I have in loader.conf: ums_load="YES" ukbd_load="YES" I would jump in ddb to see what's going on, but my USB keyboard begin to work only if I replug it close to the multiuser. Hence I can't. -- wbr, pluknet