From owner-freebsd-stable@FreeBSD.ORG Tue Apr 19 07:19:31 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF7E516A4CE for ; Tue, 19 Apr 2005 07:19:31 +0000 (GMT) Received: from beastie.mckusick.com (dsl081-247-227.sfo1.dsl.speakeasy.net [64.81.247.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F61243D5D for ; Tue, 19 Apr 2005 07:19:31 +0000 (GMT) (envelope-from mckusick@mckusick.com) Received: from beastie.mckusick.com (localhost [127.0.0.1]) by beastie.mckusick.com (8.12.8/8.12.9) with ESMTP id j3J7JQqO042823; Tue, 19 Apr 2005 00:19:30 -0700 (PDT) (envelope-from mckusick@beastie.mckusick.com) Message-Id: <200504190719.j3J7JQqO042823@beastie.mckusick.com> To: "Joe Doran" X-URL: http://WWW.McKusick.COM/ Date: Tue, 19 Apr 2005 00:19:26 -0700 From: Kirk McKusick cc: freebsd-stable@freebsd.org Subject: SIIG Multiport Card X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Kirk McKusick List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 07:19:32 -0000 Thanks to Peter Wemm for solving the final step in getting the SIIG 4-port card to work. You must reset its clock frequency back to a normal speed as follows: Edit /sys/dev/puc/pucdata.c Find the first instance of "Oxford Semiconductor OX16PCI954 UARTs". Change the four COM_FREQ entries to COM_FREQ * 10 Recompile. Watch all the ports magically begin to work. Kirk McKusick