patch-2.3.21 linux/drivers/char/misc.c
Next file: linux/drivers/char/n_hdlc.c
Previous file: linux/drivers/char/keyboard.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Mon Oct 11 10:15:40 1999
- Orig file:
v2.3.20/linux/drivers/char/misc.c
- Orig date:
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.20/linux/drivers/char/misc.c linux/drivers/char/misc.c
@@ -259,6 +259,12 @@
#ifdef CONFIG_NWFLASH
nwflash_init();
#endif
+#ifdef CONFIG_SGI_NEWPORT_GFX
+ gfx_register ();
+#endif
+#ifdef CONFIG_SGI
+ streamable_init ();
+#endif
if (register_chrdev(MISC_MAJOR,"misc",&misc_fops)) {
printk("unable to get major %d for misc devices\n",
MISC_MAJOR);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)