From 956ef11d6468248ad7263b69257602a9ce6bcaec Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sat, 19 Feb 2000 13:07:21 +0000 Subject: PS/2 mice are a lot more common than serial mice now; use /dev/psm0 as default rather than /dev/cuaa0 --- etc/defaults/rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 7831b93f442e..3d04582edd13 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -202,7 +202,7 @@ blanktime="300" # blank time (in seconds) or "NO" to turn it off. saver="NO" # screen saver: Uses /modules/${saver}_saver.ko moused_enable="NO" # Run the mouse daemon. moused_type="auto" # See man page for rc.conf(5) for available settings. -moused_port="/dev/cuaa0" # Set to your mouse port. +moused_port="/dev/psm0" # Set to your mouse port. moused_flags="" # Any additional flags to moused. allscreens_flags="" # Set this vidcontrol mode for all virtual screens -- cgit v1.3