Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Apr 2003 19:18:09 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30024 for review
Message-ID:  <200304290218.h3T2I958021220@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=30024

Change 30024 by peter@peter_daintree on 2003/04/28 19:17:41

	add NFSSERVER, bpf (for tcpdump), pty (for telnetd/sshd)

Affected files ...

.. //depot/projects/hammer/sys/x86_64/conf/GENERIC#14 edit

Differences ...

==== //depot/projects/hammer/sys/x86_64/conf/GENERIC#14 (text+ko) ====

@@ -34,6 +34,7 @@
 options 	SOFTUPDATES		#Enable FFS soft updates support
 options 	MD_ROOT			#MD is a potential root device
 options 	NFSCLIENT		#Network Filesystem Client
+options 	NFSSERVER
 options 	NFS_ROOT		#NFS usable as root device, requires NFSCLIENT
 
 # Debugging for use in -current
@@ -48,6 +49,8 @@
 device		atadisk			# ATA disk drives
 device		atapicd			# ATAPI CDROM drives
 
+options	KTRACE
+
 # atkbdc0 controls both the keyboard and the PS/2 mouse
 #device		atkbdc		# AT keyboard controller
 #device		atkbd		# AT keyboard
@@ -82,6 +85,8 @@
 device		loop		# Network loopback
 device		ether		# Ethernet support
 device		md		# Memory "disks"
+device		pty
+device		bpf
 
 # USB support
 #device          uhci            # UHCI PCI->USB interface



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304290218.h3T2I958021220>