From owner-p4-projects@FreeBSD.ORG Fri Apr 14 15:15:24 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id E35A116A401; Fri, 14 Apr 2006 15:15:23 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BBAE816A403 for ; Fri, 14 Apr 2006 15:15:23 +0000 (UTC) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88E1743D49 for ; Fri, 14 Apr 2006 15:15:23 +0000 (GMT) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k3EFFNgs007245 for ; Fri, 14 Apr 2006 15:15:23 GMT (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3EFFNiL007231 for perforce@freebsd.org; Fri, 14 Apr 2006 15:15:23 GMT (envelope-from marcel@freebsd.org) Date: Fri, 14 Apr 2006 15:15:23 GMT Message-Id: <200604141515.k3EFFNiL007231@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Cc: Subject: PERFORCE change 95244 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Apr 2006 15:15:24 -0000 http://perforce.freebsd.org/chv.cgi?CH=95244 Change 95244 by marcel@marcel_nfs on 2006/04/14 15:14:56 Remove Quatech comment about the SPAD jumper. It only applies to sio(4), because sio(4) tests if there's a scratch pad register in order to distinguish between NS8250 and INS16450. uart(4) doesn't care and leaves the scratch pad alone. While here, add an entry for the Quatech SSCLP-100. Note that the manual states that BAR 1 is being used, which would mean RID 0x14. Use 0x18 for now. I have a DSC-100 coming in soon to verify. Affected files ... .. //depot/projects/uart/dev/uart/uart_bus_pci.c#15 edit Differences ... ==== //depot/projects/uart/dev/uart/uart_bus_pci.c#15 (text+ko) ==== @@ -82,13 +82,8 @@ { 0x131f, 0x2000, 0xffff, 0, "Siig - CyberSerial (1-port) 16550", 0x10 }, { 0x131f, 0x2001, 0xffff, 0, "Siig - CyberSerial (1-port) 16650", 0x10 }, { 0x131f, 0x2002, 0xffff, 0, "Siig - CyberSerial (1-port) 16850", 0x10 }, -{ 0x135c, 0x01c0, 0xffff, 0, "Quatech - SSCLP-200/300", 0x18 - /* - * NB: You must mount the "SPAD" jumper to correctly detect - * the FIFO on the UART. Set the options on the jumpers, - * we do not support the extra registers on the Quatech. - */ -}, +{ 0x135c, 0x0180, 0xffff, 0, "Quatech - SSCLP-100", 0x18 }, +{ 0x135c, 0x01c0, 0xffff, 0, "Quatech - SSCLP-200/300", 0x18 }, { 0x135e, 0x7101, 0xffff, 0, "Sealevel Systems - Single Port RS-232/422/485/530", 0x18 }, { 0x1407, 0x0110, 0xffff, 0, "Lava Computer mfg - DSerial-PCI Port A", 0x10 }, { 0x1407, 0x0111, 0xffff, 0, "Lava Computer mfg - DSerial-PCI Port B", 0x10 },