Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2006 17:36:12 GMT
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95600 for review
Message-ID:  <200604191736.k3JHaCr4005169@repoman.freebsd.org>

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



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