Date: Tue, 11 Dec 2007 02:45:31 +0200 From: Giorgos Keramidas <keramida@FreeBSD.org> To: Reko Turja <reko.turja@liukuma.net>, rrs@FreeBSD.org Cc: freebsd-current@FreeBSD.org, Ivan Voras <ivoras@FreeBSD.org> Subject: Re: FreeBSD 7 trivial problems / notes Message-ID: <20071211004531.GB11140@kobe.laptop> In-Reply-To: <20071211004258.GA11140@kobe.laptop> References: <fjho0k$hdc$1@ger.gmane.org> <20071210002131.GA74729@kobe.laptop> <002801c83b05$56ab20b0$3a2a13ac@staff.ktc.lan> <20071211004258.GA11140@kobe.laptop>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2007-12-11 02:42, Giorgos Keramidas <keramida@freebsd.org> 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 %%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071211004531.GB11140>