aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2009-12-07 20:05:02 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2009-12-07 20:05:02 +0000
commit1d864e0d2daafdf8a64aecfe8c56870188db78e5 (patch)
treeea1888158b63ca824854e67bbf0465ba7a4ea9d6 /sys/dev/puc
parent2a141b9412b3c97cdcfe0380f42490fe2fbfed22 (diff)
downloadsrc-1d864e0d2daafdf8a64aecfe8c56870188db78e5.tar.gz
src-1d864e0d2daafdf8a64aecfe8c56870188db78e5.zip
Add support for the NetMos NM9865 family of Serial/Parallel ports.
Obtained from: NetMos MCS9865 v1.0.0.1 driver MFC after: 3 days
Notes
Notes: svn path=/head/; revision=200230
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c42
1 files changed, 39 insertions, 3 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 36183b75b522..b74574d2c3c4 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -168,10 +168,10 @@ const struct puc_cfg puc_pci_devices[] = {
{ 0x10e8, 0x818e, 0xffff, 0,
"Applied Micro Circuits 8 Port UART",
- DEFAULT_RCLK,
- PUC_PORT_8S, 0x14, -1, -1,
+ DEFAULT_RCLK,
+ PUC_PORT_8S, 0x14, -1, -1,
.config_function = puc_config_amc
- },
+ },
{ 0x11fe, 0x8010, 0xffff, 0,
"Comtrol RocketPort 550/8 RJ11 part A",
@@ -808,6 +808,42 @@ const struct puc_cfg puc_pci_devices[] = {
PUC_PORT_4S1P, 0x10, 4, 0,
},
+ { 0x9710, 0x9865, 0xa000, 0x3002,
+ "NetMos NM9865 Dual UART",
+ DEFAULT_RCLK,
+ PUC_PORT_2S, 0x10, 4, 0,
+ },
+
+ { 0x9710, 0x9865, 0xa000, 0x3003,
+ "NetMos NM9865 Triple UART",
+ DEFAULT_RCLK,
+ PUC_PORT_3S, 0x10, 4, 0,
+ },
+
+ { 0x9710, 0x9865, 0xa000, 0x3004,
+ "NetMos NM9865 Quad UART",
+ DEFAULT_RCLK,
+ PUC_PORT_4S, 0x10, 4, 0,0
+ },
+
+ { 0x9710, 0x9865, 0xa000, 0x3011,
+ "NetMos NM9865 Single UART and 1284 Printer port",
+ DEFAULT_RCLK,
+ PUC_PORT_1S1P, 0x10, 4, 0,
+ },
+
+ { 0x9710, 0x9865, 0xa000, 0x3012,
+ "NetMos NM9865 Dual UART and 1284 Printer port",
+ DEFAULT_RCLK,
+ PUC_PORT_2S1P, 0x10, 4, 0,
+ },
+
+ { 0x9710, 0x9865, 0xa000, 0x3020,
+ "NetMos NM9865 Dual 1284 Printer port",
+ DEFAULT_RCLK,
+ PUC_PORT_2P, 0x10, 4, 0,
+ },
+
{ 0xb00c, 0x021c, 0xffff, 0,
"IC Book Labs Gunboat x4 Lite",
DEFAULT_RCLK,