Update of /cvsroot/linux-vax/kernel-2.4/drivers/char
In directory sc8-pr-cvs1:/tmp/cvs-serv28804
Modified Files:
dz.c
Log Message:
change to CONFIG_SERIAL_CONSOLE
Index: dz.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/dz.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- dz.c 29 Sep 2003 23:42:34 -0000 1.18
+++ dz.c 7 Oct 2003 10:09:04 -0000 1.19
@@ -1465,7 +1465,7 @@
}
/* reset the chip */
-#ifndef CONFIG_SERIAL_DEC_CONSOLE
+#ifndef CONFIG_SERIAL_CONSOLE
dz_out(info, DZ_CSR, DZ_CLR);
while ((tmp = dz_in(info, DZ_CSR)) & DZ_CLR);
iob();
|