From owner-freebsd-ppc@FreeBSD.ORG Sun Jun 7 21:12:04 2009 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1A23106564A for ; Sun, 7 Jun 2009 21:12:04 +0000 (UTC) (envelope-from andreastt@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 40E5B8FC18 for ; Sun, 7 Jun 2009 21:12:03 +0000 (UTC) (envelope-from andreastt@gmail.com) Received: by fg-out-1718.google.com with SMTP id e12so619258fga.12 for ; Sun, 07 Jun 2009 14:12:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=4KKEy0409Dt3VZT2nOT4QV7/zsCRMeyzkvY5h+3PSr4=; b=YO3oVpg5/6/oMICYG7EL+G8jRPnsFOACkbBSZaEzYPUTQWsubwFZ5m3wVhOfYd5P9W kCYnBRn5eRvZs7FrwHNMPz2EwMJZ0Afm9Qxx9dwQ5fNTU+to7icb6TVysH++8bvGtyKd NxBSQrCZsA2TZ0q9z4O+C1kChuF5uWG0qxoss= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=KOc01DZtkWHDCVLfc9jOxCzBq+IAYbnCJjicUZ0jM++z4AN5G8cvAZmFniRWbWKAZB LuPSQGnE4+z9Gcz+RhtiKyFYTPTQAbagkqGel48e0UnR1WX5QkGSMMvdkCIVC/GO1ky+ VRSyWcHTY/SkTmPn7SScBfKyNTvGW+Q0PM7VM= Received: by 10.86.79.5 with SMTP id c5mr6364404fgb.20.1244407497609; Sun, 07 Jun 2009 13:44:57 -0700 (PDT) Received: from deuterium.andreas.nets ([91.190.8.131]) by mx.google.com with ESMTPS id d6sm62463fga.7.2009.06.07.13.44.56 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Jun 2009 13:44:57 -0700 (PDT) Message-ID: <4A2C26C8.8080302@gmail.com> Date: Sun, 07 Jun 2009 22:44:56 +0200 From: Andreas Tobler User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: FreeBSD PowerPC ML , andreast-list@fgznet.ch Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: powermac kernel freezes on CURRENT X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 21:12:04 -0000 Hi all, I have here a strange issue. My setup are a powerpook G4 and a imacDV with a G3. I try to boot CURRENT kernel, atm rev: 193648. GENERIC, WITNESS and INVARIANTS enabled/disabled, does not matter. I can boot the kernel successfully and login to the machines via ssh. But as soon as I try to login via console/kbd I get a freeze w/o a notice why. The machines are dead as soon as I press a key on the keyboard. The mouse is working ok before pressing a key. There is _no_ message in the logs about... On the imac, the kbd is usb. On the Powerbook, the kbd is adb. The last working kernel I have is from 20090531, the rev with the dfs driver. I did not find an obvious candidate causing this, at least on the powerpc part. Does anyone else see such a behavior? TIA, Andreas