From owner-freebsd-questions@FreeBSD.ORG Sun Mar 18 05:29:53 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2D78216A401 for ; Sun, 18 Mar 2007 05:29:53 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from ctb-mesg-1-1.saix.net (ctb-mesg-1-1.saix.net [196.25.240.79]) by mx1.freebsd.org (Postfix) with ESMTP id CA1C913C43E for ; Sun, 18 Mar 2007 05:29:52 +0000 (UTC) (envelope-from jonathan@hst.org.za) Received: from [172.16.0.1] (dsl-242-97-46.telkomadsl.co.za [41.242.97.46]) by ctb-mesg-1-1.saix.net (Postfix) with ESMTP id 13CA7239F for ; Sun, 18 Mar 2007 07:29:47 +0200 (SAST) From: Jonathan McKeown To: freebsd-questions@freebsd.org Date: Sun, 18 Mar 2007 07:31:23 +0200 User-Agent: KMail/1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703180731.23171.jonathan@hst.org.za> Subject: puc and uart as modules with FreeBSD6.2-REL 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: Sun, 18 Mar 2007 05:29:53 -0000 I have a two-port PCI serial card. I'm running FreeBSD 6.2-RELEASE on i386 and trying to get the card working using kernel modules puc and uart (after much Googling this seems like a viable option). With the GENERIC kernel, the boot process recognises my card as but can't find the driver for it. When I kldload puc, the card is recognised as NetMos NM9835: puc0: port 0x6c00-0x6c07,0x7000-0x7007,0x7400-0x7407,0x7800-0x7807,0x7c00-0x7c07,0x8000-0x800f irq 12 at device 11.0 on pci0 but when I kldload uart, whether before or after puc, I don't see any new devices appear, nor do I get any dev.uart.* sysctls. Am I missing something obvious, or do I need to compile yet another custom kernel to get this card working? Jonathan