diff options
| author | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
|---|---|---|
| committer | Chris Larson <clarson@kergoth.com> | 2004-11-25 10:19:50 +0000 |
| commit | 119b59cd0df00269bfe51d906657193217b8c884 (patch) | |
| tree | be4bc7f812a9df2c6b3f17e6c3cc9bfafad07253 /hotplug/files/sysconfig-hotplug | |
| parent | c985a77fad25302d576fbcf92149c983887bc0b9 (diff) | |
Remove the EOLN_NATIVE flag from a ton of files (patches & the like for which line ending conversions can break things).
BKrev: 41a5b1c6eA2OPeQrDQEgEwAmKXvQJg
Diffstat (limited to 'hotplug/files/sysconfig-hotplug')
| -rw-r--r-- | hotplug/files/sysconfig-hotplug | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/hotplug/files/sysconfig-hotplug b/hotplug/files/sysconfig-hotplug index e69de29bb2..7ee5a20c31 100644 --- a/hotplug/files/sysconfig-hotplug +++ b/hotplug/files/sysconfig-hotplug @@ -0,0 +1,12 @@ +## +## Each of these may be assigned to the number of nanoseconds by which to +## increase the timing of pcmcia bus transactions +## +# COMPACTFLASH_TIMING_INCREMENT=0 +## the single pcmcia sleeve seems to be a bit slow, but 25ns makes my +## orinoco card detectable. -Jamey 4/2/2002 +PCMCIA_TIMING_INCREMENT=25 +# DUAL_PCMCIA_TIMING_INCREMENT=0 + +## mount options used by MMC +MMC_MOUNT_OPTIONS="-t auto -o sync,noatime" |
