summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/options.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2009-02-15 03:10:20 +0000
committerimp <imp@FreeBSD.org>2009-02-15 03:10:20 +0000
commit9ee399119f100e3513907773ce42fa21da68acdf (patch)
tree04df660aec067c4826b7f38743922f2cf864ac75 /usr.sbin/sysinstall/options.c
parent74beecf470ee318f57da883ab1a2b184c90a7e02 (diff)
downloadFreeBSD-src-9ee399119f100e3513907773ce42fa21da68acdf.zip
FreeBSD-src-9ee399119f100e3513907773ce42fa21da68acdf.tar.gz
Remove vestiges of OLDCARD PC Card support. We haven't needed/used
this since 5.x.
Diffstat (limited to 'usr.sbin/sysinstall/options.c')
-rw-r--r--usr.sbin/sysinstall/options.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c
index d840891..714ff4d 100644
--- a/usr.sbin/sysinstall/options.c
+++ b/usr.sbin/sysinstall/options.c
@@ -122,8 +122,6 @@ static Option Options[] = {
OPT_IS_VAR, NULL, VAR_TRY_DHCP, varCheck },
{ "IPv6", "Attempt IPv6 configuration of interfaces",
OPT_IS_VAR, NULL, VAR_TRY_RTSOL, varCheck },
-{ "Skip PCCARD", "Skip PC Card probing, do not use PC Card devices for installation",
- OPT_IS_VAR, NULL, VAR_SKIP_PCCARD, varCheck },
{ "FTP username", "Username and password to use instead of anonymous",
OPT_IS_FUNC, mediaSetFTPUserPass, VAR_FTP_USER, varCheck },
{ "Editor", "Which text editor to use during installation",
OpenPOWER on IntegriCloud