How to make permanent in kernel
Phil Schulz
ph.schulz at gmx.de
Wed Jun 16 17:05:08 PDT 2004
>boot: -c
>
>Then, in the UserConfig command line, type:
>
>UserConfig> flags psm0 0x100
>UserConfig> quit
>
> Which is great. The problem is, I don't want to keep doing this
>every time I reboot. This is a FreeBSD 5 system. In 4 I knew how to
>do it with "device psm0 at atkbdc? irq 12", but now not sure
>how do this in 5. I see something about a hints file, but not sure how
>it plays in, if at all.
>
>
Add a line that says
hint.psm.0.flags="0x100"
to /boot/device.hints
More information about the freebsd-questions
mailing list