From owner-freebsd-questions@FreeBSD.ORG Wed Oct 13 18:15:57 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A5CE16A4CF for ; Wed, 13 Oct 2004 18:15:57 +0000 (GMT) Received: from webmail.tiscali.de (relay1.tiscali.de [62.26.116.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 726A143D2F for ; Wed, 13 Oct 2004 18:15:56 +0000 (GMT) (envelope-from mib@tiscali.de) Received: from localhost.home.inet (83.129.101.23) by webmail.tiscali.de (6.7.019) id 40FB8A8502070C54 for freebsd-questions@freebsd.org; Wed, 13 Oct 2004 20:15:54 +0200 Received: from localhost.home.inet (localhost.home.inet [127.0.0.1]) by localhost.home.inet (8.12.10/8.12.10) with ESMTP id i9DIFp8o000835 for ; Wed, 13 Oct 2004 20:15:51 +0200 (CEST) (envelope-from mib@localhost.home.inet) Received: (from mib@localhost) by localhost.home.inet (8.12.10/8.12.10/Submit) id i9DIFkHn000834 for freebsd-questions@freebsd.org; Wed, 13 Oct 2004 20:15:46 +0200 (CEST) (envelope-from mib) Date: Wed, 13 Oct 2004 20:15:46 +0200 From: Michael Bohn To: freebsd-questions@freebsd.org Message-ID: <20041013181546.GA726@lisa.home.inet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Subject: Problem to setup a dual Serial PCI Card under FreeBSD 5.2.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2004 18:15:57 -0000 Hi, I have a two port serial pci card with a NM9835CV chipset and I need help to get this ports to work. Currently I can see two sio ports in the dmesg the onborad RS232 and one of the dual port PCI Card but the cuaa1 did not work. sio0 port 0x3f8-0x3ff irq 4 on acpi0 sio0: type 16550A sio1 port 0x2f8-0x2ff irq 3 on acpi0 sio1: type 16550A Did anbody kowns how to configure it? 1. did I need the option COM_MULTIPORT ? 2. Which line did I need in the /boot/device.hints ? 3. What other things could be the reason for this problem. Thank for Help Michael