svn commit: r248719 - projects/amd64_xen_pv/sys/amd64/conf

Cherry G. Mathew cherry at FreeBSD.org
Tue Mar 26 05:31:09 UTC 2013


Author: cherry
Date: Tue Mar 26 05:31:08 2013
New Revision: 248719
URL: http://svnweb.freebsd.org/changeset/base/248719

Log:
  SYSINIT(9) completes successfully, let's make bootup less verbose.
  We also re-enable a couple of useful drivers, namely: random(4),
  tun(4) and md(4)
  
  Approved by: gibbs(implicit)

Modified:
  projects/amd64_xen_pv/sys/amd64/conf/XEN

Modified: projects/amd64_xen_pv/sys/amd64/conf/XEN
==============================================================================
--- projects/amd64_xen_pv/sys/amd64/conf/XEN	Tue Mar 26 05:25:43 2013	(r248718)
+++ projects/amd64_xen_pv/sys/amd64/conf/XEN	Tue Mar 26 05:31:08 2013	(r248719)
@@ -83,11 +83,11 @@ device		pci
 
 # Pseudo devices.
 device		loop		# Network loopback
-#device		random		# Entropy device
+device		random		# Entropy device
 device		ether		# Ethernet support
-#device		tun		# Packet tunnel.
+device		tun		# Packet tunnel.
 #device		pty		# Pseudo-ttys (telnet etc)
-#device		md		# Memory "disks"
+device		md		# Memory "disks"
 #device		gif		# IPv6 and IPv4 tunneling
 #device		faith		# IPv6-to-IPv4 relaying (translation)
 


More information about the svn-src-projects mailing list