diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-10-05 07:22:58 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-10-05 07:22:58 +0000 |
commit | 4a1a64e85243ae34b52878b4411bb1ba5a0c93a6 (patch) | |
tree | 803edf5ab15bc5a6139aad4bcd658da397e40414 /share | |
parent | 8deb3ff4ab0ce7300b2a20b6a51cbbe2e3de97d6 (diff) | |
download | FreeBSD-src-4a1a64e85243ae34b52878b4411bb1ba5a0c93a6.zip FreeBSD-src-4a1a64e85243ae34b52878b4411bb1ba5a0c93a6.tar.gz |
Mention pccard_beep.
Requested by: sanpei
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/rc.conf.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 70dd800..bb1c128 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -109,6 +109,11 @@ for the default value. (str) List of arguments to be passed to ifconfig(8) at boot time or on insertion of of the card (e.g. "inet 192.168.1.1 netmask 255.255.255.0" for a fixed address or "DHCP" for a DHCP client). +.It Ar pccard_beep +(integer) If 0, +set the PCCARD controller to silent mode. +If 1, +set it to beep mode. .It Ar pccard_conf (str) Path to the configuration file for the .Xr pccardd 8 |