Rev 4220 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4220 | Rev 4223 | ||
|---|---|---|---|
| Line 48... | Line 48... | ||
| 48 | { |
48 | { |
| 49 | if (!silent) { |
49 | if (!silent) { |
| 50 | if (ascii_check(ch)) |
50 | if (ascii_check(ch)) |
| 51 | pio_write_8(dsrlnout_base, ch); |
51 | pio_write_8(dsrlnout_base, ch); |
| 52 | else |
52 | else |
| 53 | pio_write_8(dsrlnout_base, invalch); |
53 | pio_write_8(dsrlnout_base, U_SPECIAL); |
| 54 | } |
54 | } |
| 55 | } |
55 | } |
| 56 | 56 | ||
| 57 | static outdev_t dsrlnout_console; |
57 | static outdev_t dsrlnout_console; |
| 58 | static outdev_operations_t dsrlnout_ops = { |
58 | static outdev_operations_t dsrlnout_ops = { |