e047259a1f
port. cesfic is a VME board with one or two mc68040 processors. See the README file for details. The port is working well with a.out userland, there are some problems with ELF still, like applications running out of memory where it is not expected. Some parts, in particular the pmap (which was taken from hp300 four years ago), need updating, but this is easier done within the NetBSD CVS tree.
17 lines
340 B
C
17 lines
340 B
C
/* $NetBSD: zsvar.h,v 1.1 2001/05/14 18:23:08 drochner Exp $ */
|
|
|
|
#define ZS_DELAY()
|
|
|
|
int zscngetc __P((dev_t));
|
|
void zscnputc __P((dev_t, int));
|
|
void zscnpollc __P((dev_t, int));
|
|
|
|
void zs_cnattach __P((void *));
|
|
void zs_cninit __P((void *));
|
|
|
|
void zs_config __P((struct zsc_softc *, char*));
|
|
|
|
int zshard __P((void*));
|
|
|
|
#define ZSHARD_PRI 4
|