From owner-p4-projects@FreeBSD.ORG Wed Apr 19 17:36:13 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 5118F16A40B; Wed, 19 Apr 2006 17:36:13 +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 18E5516A40A for ; Wed, 19 Apr 2006 17:36:13 +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 BB16843D45 for ; Wed, 19 Apr 2006 17:36:12 +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 k3JHaCL0005175 for ; Wed, 19 Apr 2006 17:36:12 GMT (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3JHaCr4005169 for perforce@freebsd.org; Wed, 19 Apr 2006 17:36:12 GMT (envelope-from marcel@freebsd.org) Date: Wed, 19 Apr 2006 17:36:12 GMT Message-Id: <200604191736.k3JHaCr4005169@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 95600 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: Wed, 19 Apr 2006 17:36:13 -0000 http://perforce.freebsd.org/chv.cgi?CH=95600 Change 95600 by marcel@marcel_nfs on 2006/04/19 17:35:26 Remove single-port parallel cards. They are attached to by ppc(4) itself. Affected files ... .. //depot/projects/uart/dev/puc/puc.c#30 edit .. //depot/projects/uart/dev/puc/pucdata.c#24 edit Differences ... ==== //depot/projects/uart/dev/puc/puc.c#30 (text+ko) ==== @@ -403,7 +403,7 @@ sc->sc_cfg = cfg; /* We don't attach to single-port serial cards. */ - if (cfg->ports == PUC_PORT_1S) + if (cfg->ports == PUC_PORT_1S || cfg->ports = PUC_PORT_1P) return (EDOOFUS); error = puc_query(cfg, PUC_QUERY_NPORTS, 0, &res); if (error) ==== //depot/projects/uart/dev/puc/pucdata.c#24 (text+ko) ==== @@ -205,12 +205,6 @@ PUC_PORT_1S1P, 0x18, 4, 0, }, - { 0x131f, 0x1020, 0xffff, 0, - "SIIG Cyber Parallel PCI (10x family)", - 0, - PUC_PORT_1P, 0x18, 0, 0, - }, - { 0x131f, 0x1021, 0xffff, 0, "SIIG Cyber Parallel Dual PCI (10x family)", 0, @@ -289,12 +283,6 @@ PUC_PORT_1S1P, 0x10, 4, 0, }, - { 0x131f, 0x2020, 0xffff, 0, - "SIIG Cyber Parallel PCI (20x family)", - 0, - PUC_PORT_1P, 0x10, 0, 0, - }, - { 0x131f, 0x2021, 0xffff, 0, "SIIG Cyber Parallel Dual PCI (20x family)", 0, @@ -431,12 +419,6 @@ PUC_PORT_4S, 0x10, 4, 0, }, - { 0x1407, 0x8000, 0xffff, 0, - "Lava Computers 2SP-PCI parallel port", - 0, - PUC_PORT_1P, 0x10, 0, 0, - }, - /* * Dolphin Peripherals 4036 (dual serial port) card. * (Dolpin 4025 has the same ID but only one port) @@ -457,12 +439,6 @@ * I/O Flex PCI I/O Card Model-223 with 4 serial and 1 parallel ports. */ - { 0x1415, 0x8403, 0xffff, 0, - "Oxford Semiconductor OX12PCI840 Parallel port", - 0, - PUC_PORT_1P, 0x10, 0, 0, - }, - { 0x1415, 0x9501, 0xffff, 0, "Oxford Semiconductor OX16PCI954 UARTs", DEFAULT_RCLK, @@ -481,12 +457,6 @@ PUC_PORT_4S, 0x10, 0, 8, }, - { 0x1415, 0x9513, 0xffff, 0, - "Oxford Semiconductor OX16PCI954 Parallel port", - 0, - PUC_PORT_1P, 0x10, 0, 0, - }, - { 0x14d2, 0x8020, 0xffff, 0, "VScom PCI-200L", DEFAULT_RCLK * 8, @@ -574,12 +544,6 @@ PUC_PORT_2S, 0x1c, 0, 8, }, - { 0x9710, 0x9805, 0xffff, 0, - "NetMos NM9805 1284 Printer port", - 0, - PUC_PORT_1P, 0x10, 0, 0, - }, - { 0x9710, 0x9835, 0xffff, 0, "NetMos NM9835 Dual UART and 1284 Printer port", DEFAULT_RCLK,