| # | Line 20 | Line 20 | struct device devtable[] = { /* supported devices * | |
|---|---|---|
| 20 | {"aed", "AED 512 color graphics terminal", comm_init}, | |
| 21 | {"news", "NeWS color or greyscale screen", comm_init}, | |
| 22 | {"sun", "SunView color or greyscale screen", comm_init}, | |
| 23 | – | {"x10", "X10 color or greyscale display", comm_init}, |
| 23 | {"x11", "X11 color or greyscale display", x11_init}, | |
| 24 | {0} /* terminator */ | |
| 25 | }; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |