diff options
author | obrien <obrien@FreeBSD.org> | 1999-10-14 11:34:19 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-10-14 11:34:19 +0000 |
commit | 5efacbaf41b4bf9e0d261fedfacb22be1bd7cc9f (patch) | |
tree | 33a7b5e2ddba4db9b16e1e5b96e3afb945d3d1a5 /sys/alpha | |
parent | aa44cd71d6b481e2873544c3ba6fa6998b547de7 (diff) | |
download | FreeBSD-src-5efacbaf41b4bf9e0d261fedfacb22be1bd7cc9f.zip FreeBSD-src-5efacbaf41b4bf9e0d261fedfacb22be1bd7cc9f.tar.gz |
Like it or not, we use ^I's not 0x20 to align things in this file.
Diffstat (limited to 'sys/alpha')
-rw-r--r-- | sys/alpha/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/alpha/conf/NOTES | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC index b3f3a7b..c881a8f 100644 --- a/sys/alpha/conf/GENERIC +++ b/sys/alpha/conf/GENERIC @@ -51,9 +51,9 @@ options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console 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 SYSVSHM #SYSV-style shared memory +options SYSVMSG #SYSV-style message queues +options SYSVSEM #SYSV-style semaphores # Standard busses controller isa0 diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index b3f3a7b..c881a8f 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -51,9 +51,9 @@ options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console 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 SYSVSHM #SYSV-style shared memory +options SYSVMSG #SYSV-style message queues +options SYSVSEM #SYSV-style semaphores # Standard busses controller isa0 |