From owner-freebsd-stable@FreeBSD.ORG Fri Dec 27 16:36:27 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 2ACC0B27 for ; Fri, 27 Dec 2013 16:36:27 +0000 (UTC) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id DF23C1D6A for ; Fri, 27 Dec 2013 16:36:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:Message-ID:Subject:To:From:Date; bh=wHOgkemp7eIVdHP/aDQkce7RRUSFrte97hKJVQWzaFU=; b=F2HdXMIO3y08RMxhVZvMb+sfmVxpFdWWA69oupF/Ugwc1+LiWRRO8HG46mI2KnKy4c3PLIPkJBs4W1uEwEAFPWvCwybhfxYrSgwNA01+gxTrZb1W9AM0PpC2Zo2acOPACuV6xU/YxyZPVThHqtkB2h8cSedLDA3+JjhKBeuzSB4=; Received: from iglou1.iglou.com ([192.107.41.3]:58419 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1Vwa47-0002Bl-99 by authid with igloumta_auth for freebsd-stable@freebsd.org; Fri, 27 Dec 2013 11:15:11 -0500 Received: from shell1.iglou.com ([192.107.41.17]:57804 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1Vwa47-0001OW-1t for freebsd-stable@freebsd.org; Fri, 27 Dec 2013 11:15:11 -0500 Date: Fri, 27 Dec 2013 11:15:10 -0500 (EST) From: Darrel X-X-Sender: levitch@shell1 To: freebsd-stable@freebsd.org Subject: serial card on RC2 , RC3 Message-ID: User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b 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 16:36:27 -0000 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. Darrel