From owner-freebsd-hackers@freebsd.org Mon Apr 15 19:02:40 2019 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 470AF157B8E6 for ; Mon, 15 Apr 2019 19:02:40 +0000 (UTC) (envelope-from freebsd-hackers@dino.sk) Received: from mailhost.netlabit.sk (mailhost.netlabit.sk [84.245.65.72]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B08DE8E6CD for ; Mon, 15 Apr 2019 19:02:38 +0000 (UTC) (envelope-from freebsd-hackers@dino.sk) Received: from zeta.dino.sk (fw3.dino.sk [84.245.95.254]) (AUTH: LOGIN milan) by mailhost.netlabit.sk with ESMTPA; Mon, 15 Apr 2019 21:02:36 +0200 id 00DED244.5CB4D54C.000055B8 Date: Mon, 15 Apr 2019 21:02:35 +0200 From: Milan Obuch To: Wojciech Puchar Cc: freebsd-hackers@freebsd.org Subject: Re: Any WAFER-BT users? Message-ID: <20190415210235.75bc4165@zeta.dino.sk> In-Reply-To: References: <20190409103256.5d095bb5@zeta.dino.sk> <20190415143849.0f09eb91@zeta.dino.sk> X-Mailer: Claws Mail 3.17.3 (GTK+ 2.24.32; i386-portbld-freebsd11.2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: B08DE8E6CD X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; spf=pass (mx1.freebsd.org: domain of freebsd-hackers@dino.sk designates 84.245.65.72 as permitted sender) smtp.mailfrom=freebsd-hackers@dino.sk X-Spamd-Result: default: False [-4.31 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[dino.sk]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: mail.dino.sk]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[72.65.245.84.list.dnswl.org : 127.0.10.0]; NEURAL_HAM_SHORT(-0.95)[-0.949,0]; IP_SCORE(-2.05)[ip: (-6.86), ipnet: 84.245.64.0/18(-3.43), asn: 16160(0.02), country: SK(0.04)]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:16160, ipnet:84.245.64.0/18, country:SK]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2019 19:02:40 -0000 On Mon, 15 Apr 2019 18:19:19 +0200 (CEST) Wojciech Puchar wrote: > > FreeBSD clang version 6.0.1 (tags/RELEASE_601/final 335540) (based > > on LLVM 6.0.1) VT: init without driver. =20 >=20 > how about the line above? > I saw it and that was actually the reason I posted it here, along with the CPU definition, in hope somebody has an idea why was VT initialized without driver, thus forcing kernel to use serial console. > > CPU: Intel(R) Celeron(R) CPU N2807 @ 1.58GHz (1583.38-MHz > > 686-class CPU) Origin=3D"GenuineIntel" Id=3D0x30679 Family=3D0x6 > > Model=3D0x37 Stepping=3D9 > > Features=3D0xbfebfbff > > Features2=3D0x41d8e3bf > > AMD Features=3D0x28100000 AMD > > Features2=3D0x101 Structured Extended > > Features=3D0x2282 Structured Extended > > Features3=3D0xc000000 VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID > > TSC: P-state invariant, performance statistics > > > > Later: > > > > vgapci0: port 0xe080-0xe087 mem > > 0xd0000000-0xd03fffff,0xc0000000-0xcfffffff irq 16 at device 2.0 on > > pci0 vgapci0: Boot video device > > Somehow, VGA device is detected here, question remains - how could this device be used for display? I hope somebody can give some advice. In the meantime, I am building new world/kernel to test board and prepare drm port... but ut takes some time. By the way, output given above was from 12.0-RELEASE GENERIC kernel (i386 arch=C7=90tecture). Milan