patch-2.3.99-pre8 linux/include/linux/sysctl.h
Next file: linux/init/main.c
Previous file: linux/include/linux/raid/xor.h
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Fri May 12 11:36:27 2000
- Orig file:
v2.3.99-pre7/linux/include/linux/sysctl.h
- Orig date:
Wed Apr 26 16:34:09 2000
diff -u --recursive --new-file v2.3.99-pre7/linux/include/linux/sysctl.h linux/include/linux/sysctl.h
@@ -511,7 +511,8 @@
enum {
DEV_CDROM=1,
DEV_HWMON=2,
- DEV_PARPORT=3
+ DEV_PARPORT=3,
+ DEV_RAID=4
};
/* /proc/sys/dev/cdrom */
@@ -527,6 +528,12 @@
/* /proc/sys/dev/parport */
enum {
DEV_PARPORT_DEFAULT=-3
+};
+
+/* /proc/sys/dev/raid */
+enum {
+ DEV_RAID_SPEED_LIMIT_MIN=1,
+ DEV_RAID_SPEED_LIMIT_MAX=2
};
/* /proc/sys/dev/parport/default */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)