From owner-freebsd-hardware@FreeBSD.ORG Sun May 22 11:26:48 2011 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2A481065703 for ; Sun, 22 May 2011 11:26:48 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp004.apm-internet.net (smtp004.apm-internet.net [85.119.248.54]) by mx1.freebsd.org (Postfix) with SMTP id 55DB48FC15 for ; Sun, 22 May 2011 11:26:48 +0000 (UTC) Received: (qmail 65540 invoked from network); 22 May 2011 11:00:07 -0000 Received: from unknown (HELO oberon.njm.me.uk) (86.144.181.151) by smtp004.apm-internet.net with SMTP; 22 May 2011 11:00:07 -0000 Received: from titania.njm.me.uk (titania.njm.me.uk [192.168.144.130]) by oberon.njm.me.uk (8.14.4/8.14.4) with ESMTP id p4MB03wq027823 for ; Sun, 22 May 2011 12:00:03 +0100 (BST) (envelope-from njm@njm.me.uk) Received: from titania.njm.me.uk (localhost [127.0.0.1]) by titania.njm.me.uk (8.14.4/8.14.4) with ESMTP id p4MB02M0010355 for ; Sun, 22 May 2011 12:00:02 +0100 (BST) (envelope-from njm@njm.me.uk) Received: (from njm@localhost) by titania.njm.me.uk (8.14.4/8.14.4/Submit) id p4MB02c8010354 for freebsd-hardware@freebsd.org; Sun, 22 May 2011 12:00:02 +0100 (BST) (envelope-from njm@njm.me.uk) Date: Sun, 22 May 2011 12:00:02 +0100 From: "N.J. Mann" To: freebsd-hardware@freebsd.org Message-ID: <20110522110002.GB91694@titania.njm.me.uk> Mail-Followup-To: freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 8.2-STABLE User-Agent: mutt-NJM (2010-10-31) Subject: Sunix 4056A PCI 4 port RS-232 card - only 2 ports configured X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2011 11:26:49 -0000 Hi, I am trying to setup a console server, but I am having a problem with the hardware. The RS-232 card I am using is a Sunix 4056A Universal PCI 4 port RS-232 card. However, only two ports are being configured, uart2 and uart3 - uart0 and uart1 are on the motherboard. I had assumed that all I had to do was install the card, add puc(4) to my kernel and it would just work. uname: ------ FreeBSD 9.0-CURRENT #0: Thu May 19 15:01:10 UTC 2011 i386 I CVSup'ed about fours before then. relevant parts of verbose dmesg: -------------------------------- found-> vendor=0x1409, dev=0x7168, revid=0x01 domain=0, bus=0, slot=10, func=0 class=07-00-02, hdrtype=0x00, mfdev=0 cmdreg=0x0081, statreg=0x0280, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=3 map[10]: type I/O Port, range 32, base 0xe000, size 5, enabled map[14]: type I/O Port, range 32, base 0xe400, size 4, enabled pcib0: matched entry for 0.10.INTA pcib0: slot 10 INTA hardwired to IRQ 18 [...] puc0: port 0xe000-0xe01f,0xe400-0xe40f irq 18 at device 10.0 on pci0 ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 52 uart2: <16550 or compatible> on puc0 uart2: fast interrupt uart3: <16550 or compatible> on puc0 uart3: fast interrupt I can provide a full verbose dmesg if required, together with any other information which may be relevant. Any and all help gratefully received. Cheers, Nick. --