diff options
author | wilko <wilko@FreeBSD.org> | 2000-01-21 20:19:18 +0000 |
---|---|---|
committer | wilko <wilko@FreeBSD.org> | 2000-01-21 20:19:18 +0000 |
commit | 13ab50b3d1ccbc5ef6f3cd700161545f100aa5af (patch) | |
tree | 8bad824e20a87353afdbbace4216706a70fd5cc7 /sys/amd64/conf | |
parent | cacb1b6d5fff5e1b1a2abfe09c90f2465863d4fd (diff) | |
download | FreeBSD-src-13ab50b3d1ccbc5ef6f3cd700161545f100aa5af.zip FreeBSD-src-13ab50b3d1ccbc5ef6f3cd700161545f100aa5af.tar.gz |
updated comments
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 5c60d0f..f3d09fd 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -1,5 +1,5 @@ # -# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks +# GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: @@ -40,7 +40,7 @@ options CD9660 #ISO 9660 Filesystem options CD9660_ROOT #CD-ROM usable as root. "CD9660" req'ed options PROCFS #Process filesystem options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] -options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device +options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI options UCONSOLE #Allow users to grab the console options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor |