From: Paul M. <le...@us...> - 2001-08-25 02:19:33
|
Update of /cvsroot/linux-mips/linux/drivers/sgi/char In directory usw-pr-cvs1:/tmp/cvs-serv13548/drivers/sgi/char Modified Files: sgicons.c Log Message: Sync to 2.4.7 Index: sgicons.c =================================================================== RCS file: /cvsroot/linux-mips/linux/drivers/sgi/char/sgicons.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** sgicons.c 2001/06/22 02:29:32 1.1.1.1 --- sgicons.c 2001/08/25 02:19:28 1.2 *************** *** 14,20 **** #include "gconsole.h" - /* To make psaux code cleaner */ - unsigned char aux_device_present = 0xaa; - /* This is the system graphics console (the first adapter found) */ struct console_ops *gconsole = 0; --- 14,17 ---- |