aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/zs
Commit message (Expand)AuthorAgeFilesLines
* MacIO frontend for the zs driver.Benno Rice2003-02-011-0/+296
* Set the termios speed based on the tty speed. This allows consoles to work atBenno Rice2003-01-291-1/+1
* Allow defaulting the console to ttya when it sets to screen and keyboardJake Burkholder2003-01-261-5/+8
* Reset the channel in attach if its not the console.Jake Burkholder2003-01-111-0/+7
* Split this into bus specific front end(s), so that it can be used by ppc.Jake Burkholder2003-01-084-279/+398
* Use bus_space_subregion to add offsets to bus handles instead of doingJake Burkholder2003-01-081-2/+4
* - This damnable chip only has 1 status register for both ports, so the bitJake Burkholder2003-01-021-9/+37
* Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s.Jake Burkholder2003-01-012-0/+1629