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

Alexey Dokuchaev danfe at FreeBSD.org
Thu Jan 15 16:20:50 UTC 2015


On Thu, Jan 15, 2015 at 10:51:55AM -0500, John Baldwin wrote:
> > [...]
> > +# Pseudo devices.
> > +device		loop			# Network loopback
> > +device		random			# Entropy device
> > +device		padlock_rng		# VIA Padlock RNG
> > +device		rdrand_rng		# Intel Bull Mountain RNG
> > +device		ether			# Ethernet support
> > +device		vlan			# 802.1Q VLAN support
> > +device		tun			# Packet tunnel.
> > +device		gif			# IPv6 and IPv4 tunneling
> 
> These last three definitely work as modules.  (vlan(4) was only recently
> added to GENERIC).

And many other things as well (like SYSV* for example).  I usually go as
far as nodevice'ing io and mem, FWIW.

That said, if we supply reference MINIMAL, it should *really* be minimal.
And it should not be limited to amd64; lest we forget, our primary target
should still be i386.

./danfe


More information about the svn-src-head mailing list