summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-09-13 06:18:07 +0000
committerimp <imp@FreeBSD.org>2001-09-13 06:18:07 +0000
commitd3c770d2d4e7c97490b535ab7fd4095ac6c62c22 (patch)
treef156229909a45ef5c6cc46410f275712c511586c /share
parentb9eed5024e7b0cf09825fd7364e32c6bbe022eee (diff)
downloadFreeBSD-src-d3c770d2d4e7c97490b535ab7fd4095ac6c62c22.zip
FreeBSD-src-d3c770d2d4e7c97490b535ab7fd4095ac6c62c22.tar.gz
Due to a bug in the ed driver, which leads to hangs when using it with
dhclient and pccard_ether, introduce the concept of a "settle time" to pccard_ether with the new pccard_ether_delay variable. Defaults to 5 seconds, which is enough time for the ed driver to finish its autoconfiguration for newer Linksys based cards. This also can eliminate the ed0: timeout messages that happen at startup as well. MFC: after RE says OK.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.510
1 files changed, 10 insertions, 0 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index bedbdce..e34f12a 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -141,6 +141,16 @@ is set to
these are the flags to pass to the
.Xr pccardd 8
daemon.
+.It Va pccard_ether_delay
+.Pq Vt str
+Set the delay before starting dhclient in
+.Xr pccard_ether 8
+script.
+This defaults to 5 seconds to work around a bug in the
+.Xr ed 4
+driver which can lead to system hangs when using some newer
+.Xr ed 4
+based cards.
.It Va removable_interfaces
.Pq Vt str
List of removable network interfaces to be supported by
OpenPOWER on IntegriCloud