Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Apr 2006 15:15:23 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95244 for review
Message-ID:  <200604141515.k3EFFNiL007231@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604141515.k3EFFNiL007231>