/dev/cuaa0 is for 5.X not 6.X and above (which use /dev/cuad0 instead)

This commit is contained in:
Marc Fonvieille 2007-07-19 20:20:12 +00:00
parent b3d13652a2
commit a96b0554a0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=30507

View file

@ -4146,7 +4146,11 @@ Please press any key to reboot.</screen>
<para>Now you have to connect to that machine with
&man.cu.1;:</para>
<screen>&prompt.root; <userinput>cu -l /dev/cuaa0</userinput></screen>
<screen>&prompt.root; <userinput>cu -l /dev/cuad0</userinput></screen>
<para>On &os;&nbsp;5.X, use
<filename>/dev/cuaa0</filename> instead of
<filename>/dev/cuad0</filename>.</para>
</step>
</procedure>