summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2001-10-04 15:37:55 +0000
committermp <mp@FreeBSD.org>2001-10-04 15:37:55 +0000
commit2135391d66611cac49cc9c3dbf1e22caae4b1dc1 (patch)
treeb4622647bccc9917b121e8b5662da03185be82bd
parente77d9fc84219a4770448865d1cd09498476a67f8 (diff)
downloadFreeBSD-src-2135391d66611cac49cc9c3dbf1e22caae4b1dc1.zip
FreeBSD-src-2135391d66611cac49cc9c3dbf1e22caae4b1dc1.tar.gz
Add nmdm driver.
PR: 31027 Submitted by: Edwin Groothuis <edwin@mavetju.org> MFC after: 1 day
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 75d4650..d2afc5b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2028,6 +2028,7 @@ hint.pca.0.port="0x040"
# spic: Sony Programmable I/O controller (VAIO notebooks)
# stl: Stallion EasyIO and EasyConnection 8/32 (cd1400 based)
# stli: Stallion EasyConnection 8/64, ONboard, Brumby (intelligent)
+# nmdm: nullmodem terminal driver (see nmdm(4))
# Notes on APM
# The flags takes the following meaning for apm0:
@@ -2220,6 +2221,8 @@ hint.loran.0.at="isa"
hint.loran.0.irq="5"
# HOT1 Xilinx 6200 card (http://www.vcc.com/)
device xrpu
+# nullmodem terminal driver
+device nmdm
#
# The `meteor' device is a PCI video capture board. It can also have the
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 75d4650..d2afc5b 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2028,6 +2028,7 @@ hint.pca.0.port="0x040"
# spic: Sony Programmable I/O controller (VAIO notebooks)
# stl: Stallion EasyIO and EasyConnection 8/32 (cd1400 based)
# stli: Stallion EasyConnection 8/64, ONboard, Brumby (intelligent)
+# nmdm: nullmodem terminal driver (see nmdm(4))
# Notes on APM
# The flags takes the following meaning for apm0:
@@ -2220,6 +2221,8 @@ hint.loran.0.at="isa"
hint.loran.0.irq="5"
# HOT1 Xilinx 6200 card (http://www.vcc.com/)
device xrpu
+# nullmodem terminal driver
+device nmdm
#
# The `meteor' device is a PCI video capture board. It can also have the
OpenPOWER on IntegriCloud