From owner-p4-projects Thu Mar 21 23: 8:48 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D80E337B417; Thu, 21 Mar 2002 23:08:40 -0800 (PST) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DE8FB37B404 for ; Thu, 21 Mar 2002 23:08:39 -0800 (PST) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g2M78dc46724 for perforce@freebsd.org; Thu, 21 Mar 2002 23:08:39 -0800 (PST) (envelope-from jake@freebsd.org) Date: Thu, 21 Mar 2002 23:08:39 -0800 (PST) Message-Id: <200203220708.g2M78dc46724@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to jake@freebsd.org using -f From: Jake Burkholder Subject: PERFORCE change 8199 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8199 Change 8199 by jake@jake_sparc64 on 2002/03/21 23:07:47 Add more bloat. INET6, UFS_DIRHASH, MD_ROOT, COMPAT_43, sl, ppp, tun, gif, faith, bpf, OFW_PCI_DEBUG. Affected files ... ... //depot/projects/sparc64/sys/sparc64/conf/GENERIC#16 edit Differences ... ==== //depot/projects/sparc64/sys/sparc64/conf/GENERIC#16 (text+ko) ==== @@ -35,11 +35,11 @@ # At this time all platforms are supported, as-is. options INET #InterNETworking -#options INET6 #IPv6 communications protocols +options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support -#options UFS_DIRHASH #Improve performance on big directories -#options MD_ROOT #MD is a potential root device +options UFS_DIRHASH #Improve performance on big directories +options MD_ROOT #MD is a potential root device options NFSCLIENT #Network Filesystem Client options NFSSERVER #Network Filesystem Server #options NFS_ROOT #NFS usable as root device @@ -47,7 +47,7 @@ options CD9660 #ISO 9660 Filesystem options PROCFS #Process filesystem (requires PSEUDOFS) options PSEUDOFS #Pseudo-filesystem framework -#options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] +options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] #options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI #options UCONSOLE #Allow users to grab the console options KTRACE #ktrace(1) syscall trace support @@ -121,9 +121,6 @@ # the most basic console driver is the OpenBoot firmware device ofw_console -# real time clock -#device mcclock - # Builtin hardware device genclock # generic clock interface device eeprom # eeprom (really an ebus driver for the mk48txx) @@ -166,17 +163,17 @@ device random # Entropy device device loop # Network loopback device ether # Ethernet support -#device sl # Kernel SLIP -#device ppp 1 # Kernel PPP -#device tun # Packet tunnel. +device sl # Kernel SLIP +device ppp 1 # Kernel PPP +device tun # Packet tunnel. device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" -#device gif # IPv6 and IPv4 tunneling -#device faith # IPv6-to-IPv4 relaying/(translation) +device gif # IPv6 and IPv4 tunneling +device faith # IPv6-to-IPv4 relaying/(translation) # The `bpf' device enables the Berkeley Packet Filter. # Be aware of the administrative consequences of enabling this! -#device bpf #Berkeley packet filter +device bpf #Berkeley packet filter # USB support #device uhci # UHCI PCI->USB interface @@ -207,7 +204,7 @@ options KTR_ENTRIES=8192 options KTR_MASK=0 -#options OFW_PCI_DEBUG +options OFW_PCI_DEBUG #options BOOTP #options BOOTP_NFSROOT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message