From owner-freebsd-stable@FreeBSD.ORG Fri Dec 27 18:13:31 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7C52D6B for ; Fri, 27 Dec 2013 18:13:31 +0000 (UTC) Received: from mail.in-addr.com (unknown [IPv6:2001:470:8:162::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C69F13B8 for ; Fri, 27 Dec 2013 18:13:31 +0000 (UTC) Received: from gjp by mail.in-addr.com with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VwbuY-0004a8-KR; Fri, 27 Dec 2013 13:13:26 -0500 Date: Fri, 27 Dec 2013 13:13:26 -0500 From: Gary Palmer To: Darrel Subject: Re: serial card on RC2 , RC3 Message-ID: <20131227181326.GA88638@in-addr.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: gpalmer@freebsd.org X-SA-Exim-Scanned: No (on mail.in-addr.com); SAEximRunCond expanded to false Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 18:13:31 -0000 On Fri, Dec 27, 2013 at 11:15:10AM -0500, Darrel wrote: > Anyone know how to get serial cable working with StarTech "2 Port Native > Express RS232 Serial Adapter Card with 16550 UART"? It is part number > PEX2S553. > > In my kernel I tried this: > > device puc > device sio o > ptions COM_MULTIPORT > > in different variations. > > Also I tried in /boot/device.hints: > > hint.sio.2.flags="0x201" > hint.sio.3.flags="0x201" > > It is obviously a cheap card, but I do have one working in a msft > 7 machine. > Please post some more information about your system. pciconf -lv and dmesg would both help developers see why the card isn't detected. If your system has been up for a while you may be better off sending /var/run/dmesg.boot than the output of the dmesg program. Regards, Gary