summaryrefslogtreecommitdiffstats
path: root/sys/dev/zs
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-08-243-5/+9
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-232-2/+2
* Fix a signedness problem in zstty_cncheckc(): when no character is ready,tmm2003-07-051-1/+1
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. Thisphk2003-03-091-1/+0
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+10
* Use MAJOR_AUTO. GC statically assigned majors.jake2003-02-281-3/+1
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-4/+4
* Munge the zs sbus attachment to work with fhc. This is a bit of a hack,jake2003-02-191-13/+113
* MacIO frontend for the zs driver.benno2003-02-011-0/+296
* Set the termios speed based on the tty speed. This allows consoles to work atbenno2003-01-291-1/+1
* Allow defaulting the console to ttya when it sets to screen and keyboardjake2003-01-261-5/+8
* Reset the channel in attach if its not the console.jake2003-01-111-0/+7
* Split this into bus specific front end(s), so that it can be used by ppc.jake2003-01-084-279/+398
* Use bus_space_subregion to add offsets to bus handles instead of doingjake2003-01-081-2/+4
* - This damnable chip only has 1 status register for both ports, so the bitjake2003-01-021-9/+37
* Add a driver for the Zilog 8530 dual uart found in Ultra 1s and Ultra 2s.jake2003-01-012-0/+1629
OpenPOWER on IntegriCloud