From owner-freebsd-current@FreeBSD.ORG Tue Dec 11 00:45:51 2007 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB0DF16A468 for ; Tue, 11 Dec 2007 00:45:51 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id 1F2A713C43E for ; Tue, 11 Dec 2007 00:45:50 +0000 (UTC) (envelope-from keramida@FreeBSD.org) Received: from kobe.laptop (vader.bytemobile-rio.ondsl.gr [83.235.57.37]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lBB0jbo8005903 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Dec 2007 02:45:43 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lBB0jWGm011259; Tue, 11 Dec 2007 02:45:32 +0200 (EET) (envelope-from keramida@FreeBSD.org) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lBB0jWdU011258; Tue, 11 Dec 2007 02:45:32 +0200 (EET) (envelope-from keramida@FreeBSD.org) Date: Tue, 11 Dec 2007 02:45:31 +0200 From: Giorgos Keramidas To: Reko Turja , rrs@FreeBSD.org Message-ID: <20071211004531.GB11140@kobe.laptop> References: <20071210002131.GA74729@kobe.laptop> <002801c83b05$56ab20b0$3a2a13ac@staff.ktc.lan> <20071211004258.GA11140@kobe.laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071211004258.GA11140@kobe.laptop> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-4.101, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.30, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@freebsd.org X-Spam-Status: No Cc: freebsd-current@FreeBSD.org, Ivan Voras Subject: Re: FreeBSD 7 trivial problems / notes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Dec 2007 00:45:51 -0000 On 2007-12-11 02:42, Giorgos Keramidas wrote: > Does the following look ok? > > %%% > diff -r eae64e5226db sys/i386/conf/GENERIC A more complete patch, touching GENERIC for all architectures would be like the following patch, of course: %%% diff -r eae64e5226db sys/amd64/conf/GENERIC --- a/sys/amd64/conf/GENERIC Mon Dec 10 12:03:23 2007 +0000 +++ b/sys/amd64/conf/GENERIC Tue Dec 11 02:44:22 2007 +0200 @@ -30,7 +30,7 @@ options PREEMPTION # Enable kernel thr options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols -options SCTP # Stream Control Transmission Protocol +options SCTP # Stream Control Transmission Protocol (requires INET6) options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists diff -r eae64e5226db sys/i386/conf/GENERIC --- a/sys/i386/conf/GENERIC Mon Dec 10 12:03:23 2007 +0000 +++ b/sys/i386/conf/GENERIC Tue Dec 11 02:44:22 2007 +0200 @@ -32,7 +32,7 @@ options PREEMPTION # Enable kernel thr options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols -options SCTP # Stream Control Transmission Protocol +options SCTP # Stream Control Transmission Protocol (requires INET6) options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists diff -r eae64e5226db sys/ia64/conf/GENERIC --- a/sys/ia64/conf/GENERIC Mon Dec 10 12:03:23 2007 +0000 +++ b/sys/ia64/conf/GENERIC Tue Dec 11 02:44:22 2007 +0200 @@ -34,7 +34,7 @@ options GDB # Support remote GDB options GDB # Support remote GDB options INET # InterNETworking options INET6 # IPv6 communications protocols -options SCTP # Stream Control Transmission Protocol +options SCTP # Stream Control Transmission Protocol (requires INET6) options KDB # Enable kernel debugger support options KTRACE # ktrace(1) syscall trace support options MD_ROOT # MD usable as root device diff -r eae64e5226db sys/pc98/conf/GENERIC --- a/sys/pc98/conf/GENERIC Mon Dec 10 12:03:23 2007 +0000 +++ b/sys/pc98/conf/GENERIC Tue Dec 11 02:44:22 2007 +0200 @@ -32,7 +32,7 @@ options SCHED_4BSD # 4BSD scheduler #options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols -options SCTP # Stream Control Transmission Protocol +options SCTP # Stream Control Transmission Protocol (requires INET6) options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists diff -r eae64e5226db sys/powerpc/conf/GENERIC --- a/sys/powerpc/conf/GENERIC Mon Dec 10 12:03:23 2007 +0000 +++ b/sys/powerpc/conf/GENERIC Tue Dec 11 02:44:22 2007 +0200 @@ -33,7 +33,7 @@ options SCHED_ULE #ULE scheduler options SCHED_ULE #ULE scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols -options SCTP #Stream Control Transmission Protocol +options SCTP #Stream Control Transmission Protocol (requires INET6) options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_ACL #Support for access control lists diff -r eae64e5226db sys/sparc64/conf/GENERIC --- a/sys/sparc64/conf/GENERIC Mon Dec 10 12:03:23 2007 +0000 +++ b/sys/sparc64/conf/GENERIC Tue Dec 11 02:44:22 2007 +0200 @@ -35,7 +35,7 @@ options SCHED_4BSD # 4BSD scheduler #options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols -options SCTP # Stream Control Transmission Protocol +options SCTP # Stream Control Transmission Protocol (requires INET6) options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists diff -r eae64e5226db sys/sun4v/conf/GENERIC --- a/sys/sun4v/conf/GENERIC Mon Dec 10 12:03:23 2007 +0000 +++ b/sys/sun4v/conf/GENERIC Tue Dec 11 02:44:22 2007 +0200 @@ -33,7 +33,7 @@ options SCHED_4BSD # 4BSD scheduler #options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols -options SCTP # Stream Control Transmission Protocol +options SCTP # Stream Control Transmission Protocol (requires INET6) options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists %%%