blob: 862160800b4629eb9c278e131f2f411103f168fc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[
{ type: install
message: <<EOM
The VICE port can use /dev/joy* for joystick support for video games. To enable
the joystick port, add
joy_load="YES" to /boot/loader.conf
and the following lines to /etc/devfs.conf (for additional joysticks use
/dev/joy1, /dev/joy2 etc.) :
own /dev/joy0 root:wheel
perm /dev/joy0 0666
EOM
}
]
|