mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Remove pccard variables which are no longer supported after the move
to NEWCARD.
This commit is contained in:
parent
1d384e3a1a
commit
3b77fdbf73
2 changed files with 3 additions and 34 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# @(#)Makefile 8.1 (Berkeley) 6/5/93
|
||||
# $FreeBSD$
|
||||
|
||||
.include <bsd.init.mk>
|
||||
|
||||
#MISSING: dump.5 plot.5
|
||||
MAN= acct.5 \
|
||||
a.out.5 \
|
||||
|
|
@ -66,7 +68,7 @@ MLINKS+=quota.user.5 quota.group.5
|
|||
MLINKS+=resolver.5 resolv.conf.5
|
||||
MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5
|
||||
|
||||
.if defined(YES_HESIOD)
|
||||
.if ${FBSD_MK_HESIOD} == "yes"
|
||||
MAN+= hesiod.conf.5
|
||||
.endif
|
||||
|
||||
|
|
|
|||
|
|
@ -203,39 +203,6 @@ the contents of the
|
|||
.Va kern.module_path
|
||||
.Xr sysctl 8
|
||||
are used.
|
||||
.It Va pccard_enable
|
||||
.Pq Vt bool
|
||||
If set to
|
||||
.Dq Li YES ,
|
||||
enable PCCARD support at boot time.
|
||||
.It Va pccard_mem
|
||||
.Pq Vt str
|
||||
Set to PCCARD controller memory address or
|
||||
.Dq Li DEFAULT
|
||||
for the default value.
|
||||
.It Va pccard_beep
|
||||
.Pq Vt int
|
||||
If 0,
|
||||
set the PCCARD controller to silent mode.
|
||||
If 1,
|
||||
set it to beep mode.
|
||||
If 2,
|
||||
set it to melody mode.
|
||||
.It Va pccard_conf
|
||||
.Pq Vt str
|
||||
Path to the configuration file for the
|
||||
.Xr pccardd 8
|
||||
daemon (e.g.\&
|
||||
.Pa /etc/pccard.conf.sample ) .
|
||||
.It Va pccardd_flags
|
||||
.Pq Vt str
|
||||
If
|
||||
.Va pccard_enable
|
||||
is set to
|
||||
.Dq Li YES ,
|
||||
these are the flags to pass to the
|
||||
.Xr pccardd 8
|
||||
daemon.
|
||||
.It Va powerd_enable
|
||||
.Pq Vt bool
|
||||
If set to
|
||||
|
|
|
|||
Loading…
Reference in a new issue