From owner-freebsd-acpi@FreeBSD.ORG Fri May 25 16:51:04 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9340816A400 for ; Fri, 25 May 2007 16:51:04 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id A387F13C45E for ; Fri, 25 May 2007 16:51:03 +0000 (UTC) (envelope-from mr.hyro@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so356605uge for ; Fri, 25 May 2007 09:51:02 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pKt4mlIcBD92ClpOLCkROyLmPVG0hWop0foeQzpws0nORfkiD8H0MsKNSFfZeRxbCDOolMOs3onDVtlBeDmqiVihrGgQXz0JO4skIrsXiMfPZ0CVTSjlsOOseMHgpcdBCHRety1REfTOPWm8IeRqUflJFY4gDeK/mGLWlzPHR/k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=r4xljN4SgqyMaY5aKki+eD5kMUIeO10tUXOB5ZkcOowexuB+d9X2iovDerFHVzeGxA73c1RFqnmc/AGzwb2NMDj9IJpQHaiZVj2On/wf7x4FwVgttLTw/LzEJFoVkbVOhTA6BxivhQ0IbtnVadbEwaItuZW78N5FhkknBMy9cTo= Received: by 10.82.147.6 with SMTP id u6mr5837754bud.1180111862246; Fri, 25 May 2007 09:51:02 -0700 (PDT) Received: by 10.82.151.12 with HTTP; Fri, 25 May 2007 09:51:02 -0700 (PDT) Message-ID: <24393ae80705250951x3799c9a4t69df6f94e549a212@mail.gmail.com> Date: Fri, 25 May 2007 12:51:02 -0400 From: "Andrey Shuvikov" To: freebsd-acpi@freebsd.org In-Reply-To: <200705251225.24467.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <24393ae80705172026u6194f11esc525d52470aa71f9@mail.gmail.com> <200705191015.21165.jhb@freebsd.org> <24393ae80705250606tedd4049ybb0f5e4d24546f5b@mail.gmail.com> <200705251225.24467.jhb@freebsd.org> Subject: Re: Computer hangs on reboot X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 16:51:04 -0000 On 5/25/07, John Baldwin wrote: > On Friday 25 May 2007 09:06:07 am Andrey Shuvikov wrote: > > On 5/19/07, John Baldwin wrote: > > > > > > Does this machine not implement a PS/2 keyboard controller? If so, try > > > RELENG_6. > > > > > > -- > > > John Baldwin > > > > > > > I finally found time to install RELENG_6 but it didn't help. By the > > way, was it supposed to work if the motherboard had PS/2 keyboard > > controller or if it did not? I'm sorry, English is not native for me. > > And, the motherboard have PS/2 keyboard port. It's a regular micro-ATX > > motherboard except for the CPU, which is VIA C3 (based on SiS630E > > chipset.) > > I have a machine at work that has a PS/2 port, but it shows up as a USB > keyboard to the OS, and the registers for the PS/2 keyboard don't work, so > just because it's a physical PS/2 port doesn't mean it shows up that way to > the OS. > > -- > John Baldwin > I have this in my dmesg (the link to the whole dmesg is in my first post): atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 atkbd0: [GIANT-LOCKED] Is it enough to say that the motherboard has the keyboard controller? Or else, how can I check it? Thanks, Andrey