summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1997-01-30 11:59:36 +0000
committeryokota <yokota@FreeBSD.org>1997-01-30 11:59:36 +0000
commit15cf4c9cd142efa8109613f7b2a3e69a61140044 (patch)
tree99e486ac0b186f1a4d5e199b04eccb4d631835cd /sys
parent71220e9b2286ab7483885767f7455696d1806f28 (diff)
downloadFreeBSD-src-15cf4c9cd142efa8109613f7b2a3e69a61140044.zip
FreeBSD-src-15cf4c9cd142efa8109613f7b2a3e69a61140044.tar.gz
Removed reference to PSM_NO_RESET which is no longer available.
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES3
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7ff032e..9b7948d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -666,7 +666,7 @@ device lpt1 at isa? port "IO_LPT3" tty irq 5 vector lptintr
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
# Options for psm:
-options PSM_NO_RESET #don't reset mouse hardware (some laptops)
+options PSM_CHECKSYNC #checks the header byte for sync.
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
@@ -980,7 +980,6 @@ controller pcic1 at crd?
#
# See also:
# apm under `Miscellaneous hardware'
-# options PSM_NO_RESET for the `psm' driver
# above.
# For older notebooks that signal a powerfail condition (external
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 7ff032e..9b7948d 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -666,7 +666,7 @@ device lpt1 at isa? port "IO_LPT3" tty irq 5 vector lptintr
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
# Options for psm:
-options PSM_NO_RESET #don't reset mouse hardware (some laptops)
+options PSM_CHECKSYNC #checks the header byte for sync.
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
@@ -980,7 +980,6 @@ controller pcic1 at crd?
#
# See also:
# apm under `Miscellaneous hardware'
-# options PSM_NO_RESET for the `psm' driver
# above.
# For older notebooks that signal a powerfail condition (external
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 7ff032e..9b7948d 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -666,7 +666,7 @@ device lpt1 at isa? port "IO_LPT3" tty irq 5 vector lptintr
device mse0 at isa? port 0x23c tty irq 5 vector mseintr
device psm0 at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr
# Options for psm:
-options PSM_NO_RESET #don't reset mouse hardware (some laptops)
+options PSM_CHECKSYNC #checks the header byte for sync.
device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
@@ -980,7 +980,6 @@ controller pcic1 at crd?
#
# See also:
# apm under `Miscellaneous hardware'
-# options PSM_NO_RESET for the `psm' driver
# above.
# For older notebooks that signal a powerfail condition (external
OpenPOWER on IntegriCloud