From owner-freebsd-current@FreeBSD.ORG Fri Oct 13 22:08:25 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CE3D16A407; Fri, 13 Oct 2006 22:08:25 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from av6-2-sn3.vrr.skanova.net (av6-2-sn3.vrr.skanova.net [81.228.9.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0BE243D5E; Fri, 13 Oct 2006 22:08:24 +0000 (GMT) (envelope-from joel@FreeBSD.org) Received: by av6-2-sn3.vrr.skanova.net (Postfix, from userid 502) id 872C53824A; Sat, 14 Oct 2006 00:08:23 +0200 (CEST) Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av6-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 6E28838249; Sat, 14 Oct 2006 00:08:23 +0200 (CEST) Received: from dude.automatvapen.se (81-229-112-193-no21.tbcn.telia.com [81.229.112.193]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 5537837E42; Sat, 14 Oct 2006 00:08:22 +0200 (CEST) From: Joel Dahl To: Kip Macy In-Reply-To: <20061013143953.U48550@demos.bsdclusters.com> References: <20061012053950.A917E7305F@freebsd-current.sentex.ca> <20061012091244.GC60767@rambler-co.ru> <1160775338.671.2.camel@localhost> <20061013143953.U48550@demos.bsdclusters.com> Content-Type: text/plain Date: Sat, 14 Oct 2006 00:08:23 +0200 Message-Id: <1160777303.671.11.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: sparc64@freebsd.org, current@freebsd.org, Kip Macy Subject: Re: [head tinderbox] failure on sparc64/sun4v 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, 13 Oct 2006 22:08:25 -0000 On Fri, 2006-10-13 at 14:40 -0700, Kip Macy wrote: > sun4v has no VGA or mouse Huh? I was curious about why he added "nodevice psm" twice in the file, it looked like a typo to me. Anyway, seems like jb@ committed this (without the extra nodevice psm) about 12 hours ago so I guess all is well. > On Fri, 13 Oct 2006, Joel Dahl wrote: > > > On Thu, 2006-10-12 at 13:12 +0400, Ruslan Ermilov wrote: > > > +nodevice atkbdc > > > +nodevice atkbd > > > +nodevice psm ^^^^^ #1 > > > +nodevice sc > > > nodevice vga > > > +nodevice splash > > > nodevice daemon_saver > > > nodevice snake_saver > > > nodevice star_saver > > > nodevice bktr > > > nodevice fdc > > > nodevice ppc > > > +nodevice psm ^^^^^ #2 > > > nodevice snd_ad1816 > > > nodevice snd_als4000 > > > nodevice snd_au88x0 > > > > Hmm, I see you've added two "nodevice psm". Was that intentional? (not > > sure if this has been committed yet). -- Joel