From owner-freebsd-current@FreeBSD.ORG Fri Apr 7 08:34:13 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E476716A404 for ; Fri, 7 Apr 2006 08:34:13 +0000 (UTC) (envelope-from bln@deprese.net) Received: from hades.deprese.net (hades.deprese.net [81.2.209.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 645EB43D45 for ; Fri, 7 Apr 2006 08:34:13 +0000 (GMT) (envelope-from bln@deprese.net) Received: from [192.168.1.194] (r2g242.chello.upc.cz [62.245.70.242]) by hades.deprese.net (Postfix) with ESMTP id 196BF33C22 for ; Fri, 7 Apr 2006 10:34:12 +0200 (CEST) Message-ID: <443623FB.2060109@deprese.net> Date: Fri, 07 Apr 2006 10:34:03 +0200 From: Ondra Holecek User-Agent: Thunderbird 1.5 (X11/20060213) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <4435489E.9060105@deprese.net> <20060406204133.S30410@maildrop.int.zabbadoz.net> In-Reply-To: <20060406204133.S30410@maildrop.int.zabbadoz.net> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: serial port problems X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2006 08:34:14 -0000 i used the structure from netbsd (it is SUNIX 407X 2S/1P), but it still doesn't work. i still can read data from serial port but cannot write Ondra Bjoern A. Zeeb wrote: >> >> puc0@pci0:17:0: class=0x070002 card=0x50791409 chip=0x71681409 >> rev=0x01 hdr=0x00 > > serach for the matching entry in > http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/dev/pci/pucdata.c?rev=1.44&content-type=text/plain > > > if you only have 2xserial and no parallel it's most likely the > SUNIX 403X 2S. > > we should really sync with NetBSD... >