Re: FreeBSD 7 trivial problems / notes

From: Giorgos Keramidas <keramida_at_FreeBSD.org>
Date: Tue, 11 Dec 2007 02:45:31 +0200
On 2007-12-11 02:42, Giorgos Keramidas <keramida_at_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
_at__at_ -30,7 +30,7 _at__at_ 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
_at__at_ -32,7 +32,7 _at__at_ 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
_at__at_ -34,7 +34,7 _at__at_ 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
_at__at_ -32,7 +32,7 _at__at_ 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
_at__at_ -33,7 +33,7 _at__at_ 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
_at__at_ -35,7 +35,7 _at__at_ 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
_at__at_ -33,7 +33,7 _at__at_ 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
%%%
Received on Mon Dec 10 2007 - 23:45:51 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:24 UTC