patch-2.1.126 linux/drivers/char/stallion.c
Next file: linux/drivers/char/sysrq.c
Previous file: linux/drivers/char/qpmouse.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/stallion.c
- Orig date:
Wed Aug 26 11:37:37 1998
diff -u --recursive --new-file v2.1.125/linux/drivers/char/stallion.c linux/drivers/char/stallion.c
@@ -144,7 +144,7 @@
*/
static char *stl_drvtitle = "Stallion Multiport Serial Driver";
static char *stl_drvname = "stallion";
-static char *stl_drvversion = "5.4.6";
+static char *stl_drvversion = "5.4.7";
static char *stl_serialname = "ttyE";
static char *stl_calloutname = "cue";
@@ -664,17 +664,21 @@
* to get at port stats - only not using the port device itself.
*/
static struct file_operations stl_fsiomem = {
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- stl_memioctl,
- NULL,
- stl_memopen,
+ NULL, /* llseek */
+ NULL, /* read */
+ NULL, /* write */
+ NULL, /* readdir */
+ NULL, /* poll */
+ stl_memioctl, /* ioctl */
+ NULL, /* mmap */
+ stl_memopen, /* open */
NULL, /* flush */
- stl_memclose,
- NULL
+ stl_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