From owner-freebsd-arm@freebsd.org Mon Mar 28 22:57:23 2016 Return-Path: Delivered-To: freebsd-arm@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 846E3ADF4B1 for ; Mon, 28 Mar 2016 22:57:23 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (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 362141185 for ; Mon, 28 Mar 2016 22:57:22 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.14.9/8.14.5) with ESMTP id u2SMvFP4016825; Mon, 28 Mar 2016 15:57:15 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.14.9/8.14.5/Submit) id u2SMvF5E016824; Mon, 28 Mar 2016 15:57:15 -0700 (PDT) (envelope-from fbsd) Date: Mon, 28 Mar 2016 15:57:15 -0700 From: bob prohaska To: freebsd-arm@freebsd.org Subject: Confusing RPI2 kernel options Message-ID: <20160328225715.GA7705@www.zefox.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2016 22:57:23 -0000 On an RPI2 running 11-CURRENT /usr/src/sys/arm/conf/RPI2 contains: # Comment following lines for boot console on serial port device vt device kbdmux device ukbd but in fact there _is_ a serial console and the options are _not_ commented. I realize the USB keyboard isn't expected to work, but it seems odd that the serial console does work given the description. Do I misunderstand something? Thanks for reading, bob prohaska