From owner-p4-projects@FreeBSD.ORG Mon Apr 10 21:08:02 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 8923F16A404; Mon, 10 Apr 2006 21:08:02 +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 38AF116A406 for ; Mon, 10 Apr 2006 21:08:02 +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 EFF6643D45 for ; Mon, 10 Apr 2006 21:08:01 +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 k3AL81qf016353 for ; Mon, 10 Apr 2006 21:08:01 GMT (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3AL81DV016350 for perforce@freebsd.org; Mon, 10 Apr 2006 21:08:01 GMT (envelope-from marcel@freebsd.org) Date: Mon, 10 Apr 2006 21:08:01 GMT Message-Id: <200604102108.k3AL81DV016350@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 94953 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: Mon, 10 Apr 2006 21:08:02 -0000 http://perforce.freebsd.org/chv.cgi?CH=94953 Change 94953 by marcel@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 *