mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Make pccardd have -z by default. This fixes a few startup problems
where people want to have the cards configured. Lack of -z is a speed optimization. Submitted by: many voices on mobile@ Approved by: re@ (rwatson) MFC after: 3 days
This commit is contained in:
parent
17c3d42c9e
commit
c1b4ec662a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107655
@ -31,7 +31,7 @@ pccard_enable="NO" # Set to YES if you want to configure PCCARD devices.
|
||||
pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address.
|
||||
pccard_beep="2" # pccard beep type.
|
||||
pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO).
|
||||
pccardd_flags="" # Additional flags for pccardd.
|
||||
pccardd_flags="-z" # Additional flags for pccardd.
|
||||
pccard_conf="/etc/defaults/pccard.conf" # pccardd(8) config file
|
||||
pccard_ether_delay="5" # Delay before trying to start dhclient in pccard_ether
|
||||
removable_interfaces="" # Removable network interfaces for /etc/pccard_ether.
|
||||
|
Loading…
Reference in New Issue
Block a user