diff options
author | mp <mp@FreeBSD.org> | 2001-10-04 15:37:55 +0000 |
---|---|---|
committer | mp <mp@FreeBSD.org> | 2001-10-04 15:37:55 +0000 |
commit | 2135391d66611cac49cc9c3dbf1e22caae4b1dc1 (patch) | |
tree | b4622647bccc9917b121e8b5662da03185be82bd /sys/conf | |
parent | e77d9fc84219a4770448865d1cd09498476a67f8 (diff) | |
download | FreeBSD-src-2135391d66611cac49cc9c3dbf1e22caae4b1dc1.zip FreeBSD-src-2135391d66611cac49cc9c3dbf1e22caae4b1dc1.tar.gz |
Add nmdm driver.
PR: 31027
Submitted by: Edwin Groothuis <edwin@mavetju.org>
MFC after: 1 day
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 3 |
1 files changed, 3 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 |