Correct the name of the rc.conf variable to enable pccardd from
'pccardd_enable' to 'pccard_enable'. Submitted by: Carl Jacobsen <carl@ucsd.edu>
This commit is contained in:
parent
e96aa4076e
commit
708f002a4d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11341
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ Option "Emulate3Buttons"
|
|||
|
||||
<para>If it is not running already, start the pccardd daemon.
|
||||
(To enable it at boot time, add
|
||||
<programlisting>pccardd_enable="YES"</programlisting> to
|
||||
<programlisting>pccard_enable="YES"</programlisting> to
|
||||
<filename>/etc/rc.conf</filename>). Now your cards should be
|
||||
detected when you insert and remove them, and you should get
|
||||
log messages about new devices being enabled.</para>
|
||||
|
|
Loading…
Reference in a new issue