Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10147
Modified Files:
mv.h
Log Message:
- Add prototypes for the VXT console chip.
- The support for console didn't work right out of the box (as
cut'n'pasted from 2.4.x) so I guess I'll need to have a look
at the data sheet.
Index: mv.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mv.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- mv.h 30 Sep 2004 19:59:05 -0000 1.26
+++ mv.h 30 Sep 2004 20:03:09 -0000 1.27
@@ -96,11 +96,15 @@
extern void ka4x_prom_putchar(int c);
extern int ka4x_prom_getchar(void);
+extern void vxt2694_putchar (int c);
+extern int vxt2694_getchar (void);
+
/* Helper functions to get serial console working. */
extern void dz11_putchar(int c);
extern int dz11_getchar(void);
extern void init_dz11_console(unsigned long dz11_phys_addr, unsigned int line);
extern void dz_serial_console_init(void);
+extern void init_vxt2694_console (unsigned long phys_addr);
/*
* FIXME: These should be removed eventually after there's no more code
|