From owner-freebsd-x11@freebsd.org Mon Oct 19 15:15:35 2015 Return-Path: Delivered-To: freebsd-x11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3638DA19164 for ; Mon, 19 Oct 2015 15:15:35 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-ig0-x22b.google.com (mail-ig0-x22b.google.com [IPv6:2607:f8b0:4001:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 025E0CBD for ; Mon, 19 Oct 2015 15:15:35 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by igbni9 with SMTP id ni9so55525559igb.1 for ; Mon, 19 Oct 2015 08:15:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=lO/m1fAQvybxW7kieFEskQP/gJKPptPdBzoicHq+tWg=; b=jYSG+DL2Jp97fue8v61iTEN54USeE9V/DLR5T3PcDjRKYN2Qn2efnkqKxNV4n6C5Lm izUYPfS4NWoJlwi3DDAR4Z2YuNQvl8nY4JoKEA+/ZmtiHI8u8ESQsQy7RJ+K5m7VCpBZ enZF3sZX5NgEXxIKGveUYv6pj2UymN+TbkIBS0GHWhRj1zgPgkXDM/ZEMHdDta9iKkGe EO0IFr/xYAPzGqcdcbbtbm2xD3sUdPasQkL6UmCUVkaU7hdSYhdSBeLitSj6WrxYb9ew EOHIt/nG/Rn3pm5pVOINi2FII7bwK9Jw/Ub7pTqHFBIoNNeDNyCkfTrGr40aFAnawe5I uKCg== X-Received: by 10.50.32.33 with SMTP id f1mr18832869igi.33.1445267734208; Mon, 19 Oct 2015 08:15:34 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.158.75 with HTTP; Mon, 19 Oct 2015 08:15:14 -0700 (PDT) In-Reply-To: <56244327.1090407@kapsi.fi> References: <5615A42C.3080908@FreeBSD.org> <24fa3cba31bb8ef5594bde422bce5d09@kapsi.fi> <56244327.1090407@kapsi.fi> From: Ed Maste Date: Mon, 19 Oct 2015 11:15:14 -0400 X-Google-Sender-Auth: tMAOKvaAozmGBLedsugLO0CgR7Y Message-ID: Subject: Re: Testing the new i915 driver To: Arto Pekkanen Cc: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 15:15:35 -0000 On 18 October 2015 at 21:11, Arto Pekkanen wrote: > I did 'lspci -lbcev' and found an unattached device that had the word UART in the specs. The io-range of the device started at 0x50b0. > > So I put in my /boot/loader.conf > console="comconsole" > comconsole_port="0x50b0" > hw.uart.console="io:0x50b0,br:115200" > > just like you instructed and, yeah, I got SOL working! Really cool. Now I can capture console output with amtterm even if system won't even boot. > > Thank you a lot for the instructions! :) My pleasure. I'm glad that it works for you; debugging on a modern laptop can be quite difficult otherwise. There's one nit to sort out (comconsole_pcidev not working as expected), and we should look at putting together some clear documentation on setting up and using amtterm.