summaryrefslogtreecommitdiff
path: root/sys/dev/puc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2009-03-05 16:43:33 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2009-03-05 16:43:33 +0000
commit843994aee1971422857f147532f7f7c4e1416547 (patch)
treee7d5c018be93b34152805448b57c24a0fff44551 /sys/dev/puc
parente985f4e07c099d11b407abc9a49d370efce8ea48 (diff)
Notes
Diffstat (limited to 'sys/dev/puc')
-rw-r--r--sys/dev/puc/pucdata.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/dev/puc/pucdata.c b/sys/dev/puc/pucdata.c
index bf50d7d62dfa..4d42a0467cac 100644
--- a/sys/dev/puc/pucdata.c
+++ b/sys/dev/puc/pucdata.c
@@ -761,6 +761,18 @@ const struct puc_cfg puc_pci_devices[] = {
PUC_PORT_2P, 0x10, 8, 0,
},
+ /*
+ * This is more specific than the generic NM9835 entry that follows, and
+ * is placed here to _prevent_ puc from claiming this single port card.
+ *
+ * uart(4) will claim this device.
+ */
+ { 0x9710, 0x9835, 0x1000, 1,
+ "NetMos NM9835 based 1-port serial",
+ DEFAULT_RCLK,
+ PUC_PORT_1S, 0x10, 4, 0,
+ },
+
{ 0x9710, 0x9835, 0xffff, 0,
"NetMos NM9835 Dual UART and 1284 Printer port",
DEFAULT_RCLK,