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
- Lines: 41
- Date:
Fri Oct 23 08:26:04 1998
- Orig file:
v2.1.125/linux/drivers/char/istallion.c
- Orig date:
Wed Jun 24 22:54:05 1998
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