PERFORCE change 94953 for review

Marcel Moolenaar marcel at FreeBSD.org
Mon Apr 10 21:08:02 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=94953

Change 94953 by marcel at marcel_nfs on 2006/04/10 21:07:26

	Normalize the description based on the PCI database.
	Resort and reindent.

Affected files ...

.. //depot/projects/uart/dev/uart/uart_bus_pci.c#13 edit

Differences ...

==== //depot/projects/uart/dev/uart/uart_bus_pci.c#13 (text+ko) ====

@@ -66,31 +66,31 @@
 };
 
 static struct pci_id pci_ns8250_ids[] = {
-	{ 0x048011c1, "Actiontec 56K PCI Master", 0x14 },
-	{ 0x00081028, "Dell RAC III Virtual UART", 0x14, 128*DEFAULT_RCLK },
-	{ 0x00121028, "Dell RAC IV/ERA Virtual UART", 0x14, 128*DEFAULT_RCLK },
-	{ 0x01101407, "Lava Computers serial port", 0x10 },
-	{ 0x01111407, "Lava Computers serial port", 0x10 },
-	{ 0x9051deaf, "Middle Digital, Inc. Weasel serial port", 0x10 },
-	{ 0x950b1415, "Oxford Semiconductor OXCB950 UART", 0x10, 16384000 },
-	{ 0x01c0135c, "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.
-		 */
-	},
-	{ 0x7101135e, "SeaLevel Ultra 530.PCI Single Port Serial", 0x18 },
-	{ 0x1000131f, "SIIG Cyber Serial PCI 16C550 (10x family)", 0x18 },
-	{ 0x1001131f, "SIIG Cyber Serial PCI 16C650 (10x family)", 0x18 },
-	{ 0x1002131f, "SIIG Cyber Serial PCI 16C850 (10x family)", 0x18 },
-	{ 0x2000131f, "SIIG Cyber Serial PCI 16C550 (20x family)", 0x10 },
-	{ 0x2001131f, "SIIG Cyber Serial PCI 16C650 (20x family)", 0x10 },
-	{ 0x2002131f, "SIIG Cyber Serial PCI 16C850 (20x family)", 0x10 },
-	{ 0x0000151f, "SmartLink 5634PCV SurfRider", 0x10 },
-	{ 0x100812b9, "US Robotics (3Com) 3CP5609 PCI 16550 Modem", 0x10 },
-	{ 0x0103115d, "Xircom Cardbus modem", 0x10 },
-	{ 0x00000000, NULL, 0 }
+{ 0x100812b9, "3Com - 56K FaxModem Model 5610", 0x10 },
+{ 0x048011c1, "Agere Systems - Venus Modem (V90, 56KFlex)", 0x14 },
+{ 0x00081028, "Dell - Remote Access Card III", 0x14, 128 * DEFAULT_RCLK },
+{ 0x00121028, "Dell - Remote Access Card 4 Daughter Card Virtual UART", 0x14, 128 * DEFAULT_RCLK },
+{ 0x01101407, "Lava Computer mfg - DSerial-PCI Port A", 0x10 },
+{ 0x01111407, "Lava Computer mfg - DSerial-PCI Port B", 0x10 },
+{ 0x9051deaf, "Middle Digital - PC Weasel Serial Port", 0x10 },
+{ 0x950b1415, "Oxford Semiconductor - OXCB950 Cardbus 16950 UART", 0x10, 16384000 },
+{ 0x01c0135c, "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.
+	 */
+},
+{ 0x7101135e, "Sealevel Systems - Single Port RS-232/422/485/530", 0x18 },
+{ 0x1000131f, "Siig - CyberSerial (1-port) 16550", 0x18 },
+{ 0x1001131f, "Siig - CyberSerial (1-port) 16650", 0x18 },
+{ 0x1002131f, "Siig - CyberSerial (1-port) 16850", 0x18 },
+{ 0x2000131f, "Siig - CyberSerial (1-port) 16550", 0x10 },
+{ 0x2001131f, "Siig - CyberSerial (1-port) 16650", 0x10 },
+{ 0x2002131f, "Siig - CyberSerial (1-port) 16850", 0x10 },
+{ 0x0000151f, "TOPIC SEMICONDUCTOR - TP560 Data/Fax/Voice 56k modem", 0x10 },
+{ 0x0103115d, "Xircom - Cardbus Ethernet + 56k Modem", 0x10 },
+{ 0x00000000, NULL, 0 }
 };
 
 static struct pci_id *


More information about the p4-projects mailing list