diff options
author | nyan <nyan@FreeBSD.org> | 2004-11-04 15:20:26 +0000 |
---|---|---|
committer | nyan <nyan@FreeBSD.org> | 2004-11-04 15:20:26 +0000 |
commit | a3b57c4923c9c94f7b7d139e4ee5f51007ea95b2 (patch) | |
tree | 559e82f3fca7e0cdb9e330fc4c1e8adf5b918a7e | |
parent | a6fcbb4a6c52753dc8382948bdd4937cdd981a4b (diff) | |
download | FreeBSD-src-a3b57c4923c9c94f7b7d139e4ee5f51007ea95b2.zip FreeBSD-src-a3b57c4923c9c94f7b7d139e4ee5f51007ea95b2.tar.gz |
MFi386: revision 1.420 (Reduce annoying SCSI probing delay).
-rw-r--r-- | sys/pc98/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index a38c34d..801ae1c 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -51,7 +51,7 @@ options PSEUDOFS # Pseudo-filesystem framework options GEOM_GPT # GUID Partition Tables. options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 # Compatible with FreeBSD4 -options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI +options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI options EPSON_BOUNCEDMA # use bounce buffer for 15-16M #options EPSON_MEMWIN # EPSON memory window support #options LINE30 |