opnsense-src/sys/dev/zs
Jake Burkholder 777cc88b9d - This damnable chip only has 1 status register for both ports, so the bit
positions for the status bits of port a and port b are different.  To
  avoid needing to know which channel the interrupt handler is working on,
  shift the status bits for port a into the port b bit positions, and always
  check the port b status bits.  This fixes using port b, which I neglected
  to test before.
- Remember to update the channel's tty structure from the passed in termios
  in the param routine.
- Minor style.
2003-01-02 19:04:35 +00:00
..
z8530reg.h Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s. 2003-01-01 19:49:30 +00:00
zs.c - This damnable chip only has 1 status register for both ports, so the bit 2003-01-02 19:04:35 +00:00