PERFORCE change 96198 for review
Marcel Moolenaar
marcel at FreeBSD.org
Thu Apr 27 06:29:50 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=96198
Change 96198 by marcel at marcel_nfs on 2006/04/27 06:29:42
Fixup entries that had masks different from ~0:
o Expand the Lava entries. The masks were shortcuts. Expand
and give each entry the right description.
o Don't expand the Avlab entry. There's no evidence that it
is a shortcut. In fact, the PCI id in question is not even
present in the database.
Affected files ...
.. //depot/projects/uart/dev/puc/pucdata.c#37 edit
Differences ...
==== //depot/projects/uart/dev/puc/pucdata.c#37 (text+ko) ====
@@ -508,20 +508,44 @@
.config_function = puc_config_cronyx
},
- { 0x1407, 0x0100, 0xffff, 0, /* MASK */
- "Lava Computers dual serial port",
+ { 0x1407, 0x0100, 0xffff, 0,
+ "Lava Computers Dual Serial",
+ DEFAULT_RCLK,
+ PUC_PORT_2S, 0x10, 4, 0,
+ },
+
+ { 0x1407, 0x0101, 0xffff, 0,
+ "Lava Computers Quatro A",
+ DEFAULT_RCLK,
+ PUC_PORT_2S, 0x10, 4, 0,
+ },
+
+ { 0x1407, 0x0102, 0xffff, 0,
+ "Lava Computers Quatro B",
+ DEFAULT_RCLK,
+ PUC_PORT_2S, 0x10, 4, 0,
+ },
+
+ { 0x1407, 0x0120, 0xffff, 0,
+ "Lava Computers Quattro-PCI A",
DEFAULT_RCLK,
PUC_PORT_2S, 0x10, 4, 0,
},
- { 0x1407, 0x0120, 0xffff, 0, /* MASK */
- "Lava Computers Quattro-PCI serial port",
+ { 0x1407, 0x0121, 0xffff, 0,
+ "Lava Computers Quattro-PCI B",
DEFAULT_RCLK,
PUC_PORT_2S, 0x10, 4, 0,
},
- { 0x1407, 0x0180, 0xffff, 0, /* MASK */
- "Lava Computers Octopus-550 8-port serial",
+ { 0x1407, 0x0180, 0xffff, 0,
+ "Lava Computers Octo A",
+ DEFAULT_RCLK,
+ PUC_PORT_4S, 0x10, 4, 0,
+ },
+
+ { 0x1407, 0x0181, 0xffff, 0,
+ "Lava Computers Octo B",
DEFAULT_RCLK,
PUC_PORT_4S, 0x10, 4, 0,
},
@@ -620,7 +644,7 @@
PUC_PORT_2S, 0x10, 4, 0,
},
- { 0x14db, 0x2130, 0xffff, 0, /* MASK */
+ { 0x14db, 0x2130, 0xffff, 0,
"Avlab Technology, PCI IO 2S",
DEFAULT_RCLK,
PUC_PORT_2S, 0x10, 4, 0,
More information about the p4-projects
mailing list