From owner-freebsd-questions@FreeBSD.ORG Sat Nov 15 10:24:59 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B6451065670 for ; Sat, 15 Nov 2008 10:24:59 +0000 (UTC) (envelope-from phi@evilphi.com) Received: from mail.twinthornes.com (mail.twinthornes.com [65.75.198.147]) by mx1.freebsd.org (Postfix) with ESMTP id 697408FC16 for ; Sat, 15 Nov 2008 10:24:59 +0000 (UTC) (envelope-from phi@evilphi.com) Received: by mail.twinthornes.com (Postfix, from userid 125) id 161118B; Sat, 15 Nov 2008 02:25:42 -0800 (PST) Received: from [10.9.70.100] (c-76-27-226-62.hsd1.wa.comcast.net [76.27.226.62]) by mail.twinthornes.com (Postfix) with ESMTPSA id 5DE3A46 for ; Sat, 15 Nov 2008 02:14:26 -0800 (PST) Message-ID: <491EA102.8060400@evilphi.com> Date: Sat, 15 Nov 2008 02:14:26 -0800 From: Darren Pilgrim User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: puc(4) not attaching to NM9845-based serial card in 6.3-p5 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Nov 2008 10:24:59 -0000 I have the following PCI, 4-port serial card: none2@pci6:2:0: class=0x070002 card=0x00041000 chip=0x98459710 rev=0x01 hdr=0x00 vendor = 'MosChip Semiconductors (Was: Netmos Technology)' device = 'Nm9845 Parallel/Serial Port Adapter' class = simple comms subclass = UART This is supposedly supported by puc(4); however, I'm unable to get the driver to attach to the card. I tried both uart+puc and sio+puc. In all both case, the uart/sio drivers attach to only the serial port on the motherboard. There are a number of hits on the mailing list archives that discuss puc(4) not attaching to this device, but none provide any conclusive answers. -- Darren Pilgrim