summaryrefslogtreecommitdiffstats
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorwilko <wilko@FreeBSD.org>2003-05-14 09:37:46 +0000
committerwilko <wilko@FreeBSD.org>2003-05-14 09:37:46 +0000
commitb48c68051e7ebf5564798c9c22bc0947f097576e (patch)
treecfba3d63085b90733e79a73ad5c76cb160ba6e37 /sys/dev/puc
parent2c96ea867b605cdf43a1e005a4d8b39d6e2306d5 (diff)
downloadFreeBSD-src-b48c68051e7ebf5564798c9c22bc0947f097576e.zip
FreeBSD-src-b48c68051e7ebf5564798c9c22bc0947f097576e.tar.gz
add support for NetMos 4S0P PCI: 4S, 0P
tested on -current: ceri tested on -stable: wilko approved: re (scottl)
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 04dbef0..18d96c0 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -891,6 +891,19 @@ const struct puc_device_description puc_devices[] = {
},
},
+ /* NetMos 4S0P PCI: 4S, 0P */
+ { "NetMos NM9845 Quad UART",
+ NULL,
+ { 0x9710, 0x9845, 0, 0 },
+ { 0xffff, 0xffff, 0, 0 },
+ {
+ { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x14, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x18, 0x00, COM_FREQ },
+ { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ },
+ },
+ },
+
/*
* This is the Middle Digital, Inc. PCI-Weasel, which
* uses a PCI interface implemented in FPGA.
OpenPOWER on IntegriCloud