patch-2.1.126 linux/drivers/char/istallion.c

Next file: linux/drivers/char/joystick/joy-analog.c
Previous file: linux/drivers/char/hfmodem/main.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.125/linux/drivers/char/istallion.c linux/drivers/char/istallion.c
@@ -170,7 +170,7 @@
  */
 static char	*stli_drvtitle = "Stallion Intelligent Multiport Serial Driver";
 static char	*stli_drvname = "istallion";
-static char	*stli_drvversion = "5.4.6";
+static char	*stli_drvversion = "5.4.7";
 static char	*stli_serialname = "ttyE";
 static char	*stli_calloutname = "cue";
 
@@ -635,16 +635,21 @@
  *	board. This is also a very useful debugging tool.
  */
 static struct file_operations	stli_fsiomem = {
-	NULL,
-	stli_memread,
-	stli_memwrite,
-	NULL,
-	NULL,
-	stli_memioctl,
-	NULL,
-	stli_memopen,
-	stli_memclose,
-	NULL
+	NULL,		/* llseek */
+	stli_memread,	/* read */
+	stli_memwrite,	/* write */
+	NULL,		/* readdir */
+	NULL,		/* poll */
+	stli_memioctl,	/* ioctl */
+	NULL,		/* mmap */
+	stli_memopen,	/* open */
+	NULL,		/* flush */
+	stli_memclose,	/* release */
+	NULL,		/* fsync */
+	NULL,		/* fasync */
+	NULL,		/* check_media_change */
+	NULL,		/* revalidate */
+	NULL		/* lock */
 };
 
 /*****************************************************************************/

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