From owner-freebsd-hackers@FreeBSD.ORG Tue Nov 25 22:24:53 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85DB516A4CE for ; Tue, 25 Nov 2003 22:24:53 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8767243FEA for ; Tue, 25 Nov 2003 22:24:52 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hAQ6Onlg045455; Tue, 25 Nov 2003 23:24:50 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 25 Nov 2003 23:24:29 -0700 (MST) Message-Id: <20031125.232429.11430485.imp@bsdimp.com> To: bsd@bsdhome.com From: "M. Warner Losh" In-Reply-To: <20031126021144.GB617@neutrino.bsdhome.com> References: <20031126021144.GB617@neutrino.bsdhome.com> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org Subject: Re: puc/sio driver - receives but doesn't send X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2003 06:24:53 -0000 In message: <20031126021144.GB617@neutrino.bsdhome.com> Brian Dean writes: : Anybody have any ideas what might be wrong? : : And yes, the motherboard serial ports both work as expected using the : same cables, etc. I know this is a long shot.... But maybe there's a cold solder joint on the NetMOS dual UART board? /me happily using two PUC devices right now on his 4.9 box: puc0: port 0xa400-0xa40f,0xa800-0xa83f,0xb000-0xb07f irq 5 at device 9.0 on pci0 puc1: port 0x9800-0x981f,0xa000-0xa01f mem 0xe1000000-0xe1000fff,0xe1800000-0xe1800fff irq 12 at device 10.0 on pci0 The moxa is a 8 port monster, and the Titan is a 4 port monster (yes, I do need 12 serial ports for all the machines I act as serial console for, well maybe only 10). Maybe I have too many machines... Warner