After I installed FreeBSD 6.2, I found out that my wheeled Microsoft Mouse does not support scrolling any more.
Under FreeBSD 6.1, all I needed to do to enable mouse scrolling was changing the InputDevice section in /etc/X11/xorg.conf from using device /dev/sysmouse to /dev/psm0 and changing the Protocol type to auto (see below), as suggested by various resources on the internet.
Section "InputDevice" Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psm0" Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection
moused_enable="YES" moused_type="intellimouse"