diff options
| author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-09-09 02:40:59 +0000 |
|---|---|---|
| committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-09-09 02:40:59 +0000 |
| commit | b37a9be231966575d34653b761cf5ec6f49344cb (patch) | |
| tree | cfd2a553f5bea8f7594ee90bc65ebf49a269e1d5 /sys/ia64/conf | |
| parent | b81107263473b0bf1b9f4da642929620f5fb0d0a (diff) | |
Notes
Diffstat (limited to 'sys/ia64/conf')
| -rw-r--r-- | sys/ia64/conf/GENERIC | 2 | ||||
| -rw-r--r-- | sys/ia64/conf/SKI | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 9dfbb4a5cb3d..5980d2171c48 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -51,7 +51,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 P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING # SMP diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI index 84dd5fbd346d..1b96b085ea36 100644 --- a/sys/ia64/conf/SKI +++ b/sys/ia64/conf/SKI @@ -33,7 +33,7 @@ maxusers 32 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE -options SKI #Support for HP simulator +options SKI #Support for HP simulator options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem @@ -51,9 +51,9 @@ 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 P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING -options CONSPEED=115200 +options CONSPEED=115200 options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to # Debugging for use in -current |
