PERFORCE change 30024 for review
Peter Wemm
peter at FreeBSD.org
Mon Apr 28 19:18:12 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30024
Change 30024 by peter at 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
More information about the p4-projects
mailing list