patch-2.4.0-test10 linux/drivers/sgi/char/sgiserial.c
Next file: linux/drivers/sound/ac97_codec.c
Previous file: linux/drivers/scsi/wd7000.c
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Thu Oct 12 14:20:47 2000
- Orig file:
v2.4.0-test9/linux/drivers/sgi/char/sgiserial.c
- Orig date:
Sun Jul 9 22:32:58 2000
diff -u --recursive --new-file v2.4.0-test9/linux/drivers/sgi/char/sgiserial.c linux/drivers/sgi/char/sgiserial.c
@@ -2208,17 +2208,13 @@
}
static struct console sgi_console_driver = {
- "ttyS",
- zs_console_write, /* write */
- NULL, /* read */
- zs_console_device, /* device */
- zs_console_wait_key, /* wait_key */
- NULL, /* unblank */
- zs_console_setup, /* setup */
- CON_PRINTBUFFER,
- -1,
- 0,
- NULL
+ name: "ttyS",
+ write: zs_console_write,
+ device: zs_console_device,
+ wait_key: zs_console_wait_key,
+ setup: zs_console_setup,
+ flags: CON_PRINTBUFFER,
+ index: -1,
};
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)