summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2003-11-19 16:20:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2003-11-19 16:20:16 +0000
commit1fdea8ed9907ad6ae2c006c6c5d52f782eb4377a (patch)
tree593b2e790675fd93c036c474ca6cb74cd7973246 /perl-install/detect_devices.pm
parentb30db8a054d8b6f6a847bf2514e4b052063fdf46 (diff)
downloaddrakx-backup-do-not-use-1fdea8ed9907ad6ae2c006c6c5d52f782eb4377a.tar
drakx-backup-do-not-use-1fdea8ed9907ad6ae2c006c6c5d52f782eb4377a.tar.gz
drakx-backup-do-not-use-1fdea8ed9907ad6ae2c006c6c5d52f782eb4377a.tar.bz2
drakx-backup-do-not-use-1fdea8ed9907ad6ae2c006c6c5d52f782eb4377a.tar.xz
drakx-backup-do-not-use-1fdea8ed9907ad6ae2c006c6c5d52f782eb4377a.zip
better comment for raidAutoStartIoctl
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index d7f908a8e..2fc737942 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -685,7 +685,7 @@ sub hasMousePS2 {
sub raidAutoStartIoctl() {
sysopen(my $F, devices::make("md0"), 2) or return;
- ioctl $F, 2324, 0;
+ ioctl $F, 0x914, 0; /* RAID_AUTORUN */
}
sub raidAutoStartRaidtab {