summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormike <mike@FreeBSD.org>2002-10-13 16:29:17 +0000
committermike <mike@FreeBSD.org>2002-10-13 16:29:17 +0000
commit274818ff2ca9a6508b3360d047e2e90f0816e6a5 (patch)
tree85914d1e48ee492142c93276d3d4850503c2c07a
parent3f24148d9ccbe2d5e5bcc9f431bd4517db5705e5 (diff)
downloadFreeBSD-src-274818ff2ca9a6508b3360d047e2e90f0816e6a5.zip
FreeBSD-src-274818ff2ca9a6508b3360d047e2e90f0816e6a5.tar.gz
Remove the P1003_1B kernel option; it is no longer used.
-rw-r--r--sys/alpha/conf/GENERIC3
-rw-r--r--sys/amd64/conf/GENERIC3
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/options1
-rw-r--r--sys/i386/conf/GENERIC3
-rw-r--r--sys/i386/conf/OLDCARD3
-rw-r--r--sys/ia64/conf/GENERIC3
-rw-r--r--sys/ia64/conf/SKI3
-rw-r--r--sys/pc98/conf/GENERIC3
-rw-r--r--sys/powerpc/conf/GENERIC3
-rw-r--r--sys/sparc64/conf/GENERIC3
11 files changed, 9 insertions, 21 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index a6ce9f2..75e8ad7 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -68,8 +68,7 @@ options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-options P1003_1B #Posix P1003_1B real-time extentions
-options _KPOSIX_PRIORITY_SCHEDULING
+options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
# Debugging for use in -current
options DDB #Enable the kernel debugger
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index f28cef9..fe53d64 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -50,8 +50,7 @@ options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-options P1003_1B #Posix P1003_1B real-time extensions
-options _KPOSIX_PRIORITY_SCHEDULING
+options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~128k to driver.
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index fab1c71a..9dffd2d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -744,10 +744,8 @@ device random
# POSIX P1003.1B
# Real time extensions added in the 1993 Posix
-# P1003_1B: Infrastructure
# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
-options P1003_1B
options _KPOSIX_PRIORITY_SCHEDULING
# p1003_1b_semaphores are very experimental,
# user should be ready to assist in debugging if problems arise.
diff --git a/sys/conf/options b/sys/conf/options
index 51531ff..8f9c79d 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -136,7 +136,6 @@ WLCACHE opt_wavelan.h
WLDEBUG opt_wavelan.h
# POSIX kernel options
-P1003_1B opt_posix.h
_KPOSIX_PRIORITY_SCHEDULING opt_posix.h
P1003_1B_SEMAPHORES opt_posix.h
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index f28cef9..fe53d64 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -50,8 +50,7 @@ options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-options P1003_1B #Posix P1003_1B real-time extensions
-options _KPOSIX_PRIORITY_SCHEDULING
+options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~128k to driver.
diff --git a/sys/i386/conf/OLDCARD b/sys/i386/conf/OLDCARD
index 87079c7..db849e1 100644
--- a/sys/i386/conf/OLDCARD
+++ b/sys/i386/conf/OLDCARD
@@ -51,8 +51,7 @@ options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-options P1003_1B #Posix P1003_1B real-time extensions
-options _KPOSIX_PRIORITY_SCHEDULING
+options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
# Debugging for use in -current
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 5c04ae3..efffd3e 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -53,8 +53,7 @@ options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-options P1003_1B #Posix P1003_1B real-time extentions
-options _KPOSIX_PRIORITY_SCHEDULING
+options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
# SMP
options SMP
diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI
index 9f90120..6d2b641 100644
--- a/sys/ia64/conf/SKI
+++ b/sys/ia64/conf/SKI
@@ -53,8 +53,7 @@ options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-options P1003_1B #Posix P1003_1B real-time extentions
-options _KPOSIX_PRIORITY_SCHEDULING
+options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options CONSPEED=115200
options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index fe1eed5..364a7a0 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -58,8 +58,7 @@ options KTRACE #ktrace(1) support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-options P1003_1B #Posix P1003_1B real-time extensions
-options _KPOSIX_PRIORITY_SCHEDULING
+options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
# Debugging for use in -current
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index e99835f..3af23ce 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -53,8 +53,7 @@ options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-#options P1003_1B #Posix P1003_1B real-time extentions
-#options _KPOSIX_PRIORITY_SCHEDULING
+#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
# Debugging for use in -current
options DDB #Enable the kernel debugger
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index 7d75770..c5d80776 100644
--- a/sys/sparc64/conf/GENERIC
+++ b/sys/sparc64/conf/GENERIC
@@ -54,8 +54,7 @@ options KTRACE #ktrace(1) syscall trace support
options SYSVSHM #SYSV-style shared memory
options SYSVMSG #SYSV-style message queues
options SYSVSEM #SYSV-style semaphores
-#options P1003_1B #Posix P1003_1B real-time extentions
-#options _KPOSIX_PRIORITY_SCHEDULING
+#options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
# Debugging for use in -current
options DDB #Enable the kernel debugger
OpenPOWER on IntegriCloud