summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2009-06-20 00:04:48 +0000
committernp <np@FreeBSD.org>2009-06-20 00:04:48 +0000
commit5bbf1e21517ad8739fe410118f1267a25238c20a (patch)
tree44f01602393f044b8444a89ad06bff316bdb67e3 /sys
parent473a60e6d29146ca1471b85f279cacd49a31ff2c (diff)
downloadFreeBSD-src-5bbf1e21517ad8739fe410118f1267a25238c20a.zip
FreeBSD-src-5bbf1e21517ad8739fe410118f1267a25238c20a.tar.gz
Make puc(4) aware of this 2 port serial card based on NetMos 9835:
puc0@pci0:4:1:0: class=0x070002 card=0x00021000 chip=0x98359710 rev=0x01 hdr=0x00 Reviewed by: marcel@ Approved by: gnn (mentor)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/puc/pucdata.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index 07f603d..36183b7 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -784,6 +784,12 @@ const struct puc_cfg puc_pci_devices[] = {
PUC_PORT_1S, 0x10, 4, 0,
},
+ { 0x9710, 0x9835, 0x1000, 2,
+ "NetMos NM9835 based 2-port serial",
+ DEFAULT_RCLK,
+ PUC_PORT_2S, 0x10, 4, 0,
+ },
+
{ 0x9710, 0x9835, 0xffff, 0,
"NetMos NM9835 Dual UART and 1284 Printer port",
DEFAULT_RCLK,
OpenPOWER on IntegriCloud