Sheesh - what markup language am I using again? :-)
This commit is contained in:
parent
07ac21dac4
commit
cb63430df6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=205
1 changed files with 5 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<title>Frequently Asked Questions for FreeBSD 2.X
|
<title>Frequently Asked Questions for FreeBSD 2.X
|
||||||
<author>The FreeBSD FAQ Team, <tt/FAQ@FreeBSD.ORG/
|
<author>The FreeBSD FAQ Team, <tt/FAQ@FreeBSD.ORG/
|
||||||
<date> $Id: freebsd-faq.sgml,v 1.26 1996-01-03 10:18:55 jkh Exp $
|
<date> $Id: freebsd-faq.sgml,v 1.27 1996-01-03 10:37:40 jkh Exp $
|
||||||
<abstract>
|
<abstract>
|
||||||
This is the FAQ for FreeBSD systems version 2.X All entries are
|
This is the FAQ for FreeBSD systems version 2.X All entries are
|
||||||
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
|
assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted.
|
||||||
|
@ -772,7 +772,8 @@ options PSM_NO_RESET #don't reset mouse hardware (some laptops)
|
||||||
</verb>
|
</verb>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
See <a href="/handbook/kernelconfig.html">configuring the kernel</a>
|
See <url url="/handbook/kernelconfig.html"
|
||||||
|
name="configuring the kernel">
|
||||||
if you've no experience with building kernels.
|
if you've no experience with building kernels.
|
||||||
|
|
||||||
Once you have a kernel detecting psm0 correctly at boot time,
|
Once you have a kernel detecting psm0 correctly at boot time,
|
||||||
|
@ -783,11 +784,11 @@ options PSM_NO_RESET #don't reset mouse hardware (some laptops)
|
||||||
</verb>
|
</verb>
|
||||||
When logged in as root.
|
When logged in as root.
|
||||||
<p>
|
<p>
|
||||||
<strong>Note: </strong> Some PS/2 mouse controllers have a problem
|
Note: Some PS/2 mouse controllers have a problem
|
||||||
where the presence of the psm0 driver will cause the keyboard to
|
where the presence of the psm0 driver will cause the keyboard to
|
||||||
lock up (which is why this driver is not present by default in the
|
lock up (which is why this driver is not present by default in the
|
||||||
GENERIC kernel). This can sometimes be fixed by bouncing the
|
GENERIC kernel). This can sometimes be fixed by bouncing the
|
||||||
<strong>NumLock</strong> key during the boot process. The real
|
NumLock key during the boot process. The real
|
||||||
fix is, of course, to merge the PS/2 mouse driver with syscons.
|
fix is, of course, to merge the PS/2 mouse driver with syscons.
|
||||||
Any volunteers? :)
|
Any volunteers? :)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue