patch-2.4.0-test2 linux/include/linux/sysctl.h

Next file: linux/include/linux/tqueue.h
Previous file: linux/include/linux/sunrpc/debug.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/include/linux/sysctl.h linux/include/linux/sysctl.h
@@ -545,8 +545,11 @@
 /* /proc/sys/dev/parport/parport n */
 enum {
 	DEV_PARPORT_SPINTIME=1,
-	DEV_PARPORT_HARDWARE=2,
-	DEV_PARPORT_DEVICES=3,
+	DEV_PARPORT_BASE_ADDR=2,
+	DEV_PARPORT_IRQ=3,
+	DEV_PARPORT_DMA=4,
+	DEV_PARPORT_MODES=5,
+	DEV_PARPORT_DEVICES=6,
 	DEV_PARPORT_AUTOPROBE=16
 };
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)