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/amd64 | |
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/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index a7a814d..adf8259 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -44,10 +44,10 @@ options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor -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 KTRACE #ktrace(1) syscall trace support +options SYSVSHM #SYSV-style shared memory +options SYSVMSG #SYSV-style message queues +options SYSVSEM #SYSV-style semaphores # To make an SMP kernel, the next two are needed #options SMP # Symmetric MultiProcessor Kernel @@ -90,7 +90,7 @@ controller ahb0 # EISA AHA1742 family controller ahc0 # AHA2940 and onboard AIC7xxx devices controller amd0 # AMD 53C974 (Teckram DC-390(T)) controller isp0 # Qlogic family -controller dpt0 # DPT Smartcache - See LINT for options! +controller dpt0 # DPT Smartcache - See LINT for options! controller adv0 at isa? port ? irq ? controller adw0 |