patch-2.1.80 linux/include/linux/fd.h

Next file: linux/include/linux/fs.h
Previous file: linux/include/linux/dcache.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.79/linux/include/linux/fd.h linux/include/linux/fd.h
@@ -116,7 +116,7 @@
  * Drive parameters (user modifiable)
  */
 struct floppy_drive_params {
-	char cmos;			/* cmos type */
+	signed char cmos;		/* cmos type */
 	
 	/* Spec2 is (HLD<<1 | ND), where HLD is head load time (1=2ms, 2=4 ms 
 	 * etc) and ND is set means no DMA. Hardcoded to 6 (HLD=6ms, use DMA).

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov