Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Mar 1997 08:47:59 -0700
From:      Earl Bryner <brynere@jcave.com>
To:        freebsd-doc@FreeBSD.ORG
Subject:   FAQ suggestion.
Message-ID:  <33300AAF.3D89@jcave.com>

next in thread | raw e-mail | index | archive | help
First of all I would like to commend the FreeBSD team for the technical
accuracy of all the online help files.  After experienceing Microsoft
help files, it's refreshing to find an organization that realizes the
importance of accurate help files.

I was recently installing FreeBSD 2.1.6 on a machine with a PS/2 mouse
port, and I had difficulty getting the port to work.  The problem was
that I didn't completely understand the kernel config file.

Version 2.1.6 apparently builds a config file with the psm0 device line
allready there, with one little ( big ) difference.  Right after the
isa? option, the keyword disable is inserted.

device   psm0  at isa? disable port "IO_KBD" conflicts tty irq 12 vector
psmintr

To the uninitiated, the part after isa? looks like some sort of
information to the kernel to disable IO_KBD because it conflicts with
the psm0 device.  

To make a long story short, I was thinking that it might be a good idea
to revise the FAQ section 3.9.1 to add a statement something to the
effect:

If your kernel already has a psm0 device, make sure that it is enabled
by removing the disable option, so the entry reads:

device   psm0  at isa? port "IO_KBD" conflicts tty irq 12 vector psmintr


PS: Is there any documentation available on kernel config file syntax
and options?

Thanks Earl.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?33300AAF.3D89>