| 1 |
< |
/* Copyright (c) 1988 Regents of the University of California */ |
| 1 |
> |
/* Copyright (c) 1991 Regents of the University of California */ |
| 2 |
|
|
| 3 |
|
#ifndef lint |
| 4 |
|
static char SCCSid[] = "$SunId$ LBL"; |
| 17 |
|
extern struct driver *x11_init(); |
| 18 |
|
|
| 19 |
|
struct device devtable[] = { /* supported devices */ |
| 20 |
< |
{"sun", "SunView color or greyscale screen", comm_init}, |
| 21 |
< |
{"x10", "X10 color or greyscale display", comm_init}, |
| 20 |
> |
{"slave", "Slave driver", comm_init}, |
| 21 |
|
{"x11", "X11 color or greyscale display", x11_init}, |
| 22 |
+ |
{"x11d", "X11 display using stdin/stdout", x11_init}, |
| 23 |
|
{0} /* terminator */ |
| 24 |
|
}; |