--- ray/src/rt/devtable.c 1991/03/08 12:55:40 1.10 +++ ray/src/rt/devtable.c 1994/09/12 15:47:17 2.3 @@ -1,4 +1,4 @@ -/* Copyright (c) 1988 Regents of the University of California */ +/* Copyright (c) 1991 Regents of the University of California */ #ifndef lint static char SCCSid[] = "$SunId$ LBL"; @@ -17,9 +17,8 @@ char dev_default[] = "x11"; extern struct driver *x11_init(); struct device devtable[] = { /* supported devices */ - {"aed", "AED 512 color graphics terminal", comm_init}, - {"sun", "SunView color or greyscale screen", comm_init}, - {"x10", "X10 color or greyscale display", comm_init}, + {"slave", "Slave driver", comm_init}, {"x11", "X11 color or greyscale display", x11_init}, + {"x11d", "X11 display using stdin/stdout", x11_init}, {0} /* terminator */ };