| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Many thanks to jake for doing the initial driver and for helping me in making
this work.
Notes:
svn path=/head/; revision=110181
|
| |
|
|
|
|
|
|
|
| |
speeds other than TTYDEF_SPEED.
Approved by: jake
Notes:
svn path=/head/; revision=110021
|
| |
|
|
|
|
|
| |
in the prom but no keyboard is plugged in.
Notes:
svn path=/head/; revision=109844
|
| |
|
|
| |
Notes:
svn path=/head/; revision=109091
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This abstracts out all the differences I could see between the netbsd
sparc64 and macppc zs drivers. In particular the offsets of the csr and
data registers are different, so we use a separate bus handle for each and
use bus_space_subregion to add the bus specific offsets.
Requested by: benno
Notes:
svn path=/head/; revision=108971
|
| |
|
|
|
|
|
| |
it manually.
Notes:
svn path=/head/; revision=108918
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=108557
|
|
|
With a 1 byte transmit fifo, 3 byte receive fifo, and wierd multiplexed I/O
designed for a Z80 cpu, this chip redefines suckage.
Based on the openbsd and netbsd drivers. Only really works as a console,
modem support is not complete since I can't test it.
Notes:
svn path=/head/; revision=108535
|