| # | Line 12 | Line 12 | static char SCCSid[] = "$SunId$ LBL"; | |
|---|---|---|
| 12 | ||
| 13 | #include "driver.h" | |
| 14 | ||
| 15 | < | extern struct driver *aed_init(), *x_init(), *sun_init(); |
| 15 | > | extern struct driver *aed_init(), *x_init(); |
| 16 | ||
| 17 | struct device devtable[] = { /* supported devices */ | |
| 18 | {"aed", "AED 512 color graphics terminal", aed_init}, | |
| 19 | < | #ifdef sun |
| 20 | < | {"sun", "SunView color or greyscale screen", sun_init}, |
| 21 | < | #endif |
| 19 | > | {"sundev", "SunView color or greyscale screen", comm_init}, |
| 20 | {"X", "X-window color or greyscale display", x_init}, | |
| 21 | {0} /* terminator */ | |
| 22 | }; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |