svn commit: r277204 - head/sys/amd64/conf

Slawa Olhovchenkov slw at zxy.spb.ru
Thu Jan 15 13:23:14 UTC 2015


On Thu, Jan 15, 2015 at 12:42:07AM +0000, Warner Losh wrote:

> Author: imp
> Date: Thu Jan 15 00:42:06 2015
> New Revision: 277204
> URL: https://svnweb.freebsd.org/changeset/base/277204
> 
> Log:
>   New MINIMAL kernel config. The goal with this configuration is to
>   only compile in those options in GENERIC that cannot be loaded as
>   modules. ufs is still included because many of its options aren't
>   present in the kernel module. There's some other exceptions documented

Are you sure?
I think defining UFS options in kernel connfig affect to module too.
When I define this options in kernel config (w/o options FFS) I got
ufs.ko with this SU, quota, acl etc.

> +options 	SOFTUPDATES		# Enable FFS soft updates support
> +options 	UFS_ACL			# Support for access control lists
> +options 	UFS_DIRHASH		# Improve performance on big directories
> +options 	UFS_GJOURNAL		# Enable gjournal-based UFS journaling
> +options 	QUOTA			# Enable disk quotas for UFS

> +options 	SYSVSHM			# SYSV-style shared memory
> +options 	SYSVMSG			# SYSV-style message queues
> +options 	SYSVSEM			# SYSV-style semaphores
> +device		agp			# support several AGP chipsets
> +device		random			# Entropy device
> +device		padlock_rng		# VIA Padlock RNG
> +device		rdrand_rng		# Intel Bull Mountain RNG
> +device		vlan			# 802.1Q VLAN support
> +device		tun			# Packet tunnel.
> +device		gif			# IPv6 and IPv4 tunneling

This is loadable too.

And please include:

NETMAP
NFS_ROOT
IEEE80211_DEBUG
IEEE80211_AMPDU_AGE
IEEE80211_SUPPORT_MESH
AH_SUPPORT_AR5416
AH_AR5416_INTERRUPT_MITIGATION
ATH_ENABLE_11N


More information about the svn-src-head mailing list