aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/zs
Commit message (Expand)AuthorAgeFilesLines
* - Use swi_remove() to teardown swi handlers rather thanJohn Baldwin2005-10-261-1/+1
* Catch up with interrupt-thread changes.Peter Grehan2005-10-251-1/+1
* Make ttyconsolemode() call ttsetwater() so that drivers don't have to.Poul-Henning Kamp2005-10-161-1/+0
* The zs(4) driver is superseded by uart(4) and broken in -CURRENT. RemoveMarius Strobl2005-02-271-337/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Fix a typo so that this compiles again.John Baldwin2004-10-201-1/+1
* Add new function ttyinitmode() which sets our systemwide defaultPoul-Henning Kamp2004-10-181-15/+2
* Use tty->t_sc to find out softc.Poul-Henning Kamp2004-09-181-4/+5
* Use ttyalloc() instead of ttymalloc(NULL)Poul-Henning Kamp2004-09-171-1/+1
* - Introduce an ofw_bus kobj-interface for retrieving the OFW node and aMarius Strobl2004-08-122-70/+17
* Preparation commit for the tty cleanups that will follow in the nearPoul-Henning Kamp2004-07-151-2/+2
* Update for the KDB framework:Marcel Moolenaar2004-07-101-6/+5
* Fix build: the return type for t_break changed from int to void.Mark Peek2004-07-011-3/+2
* Use generic routines for BREAK and modem control ioctls.Poul-Henning Kamp2004-06-251-54/+25
* Catchup to now-required <sys/module.h> for PowerPCPeter Grehan2004-06-251-0/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-4/+4
* Machine generated patch which changes linedisc calls from accessingPoul-Henning Kamp2004-06-041-4/+4
* Make the remaining serial drivers call ttyioctl() rather than callingPoul-Henning Kamp2004-06-041-6/+2
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-072-8/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-14/+14
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-4/+0
* Fix wrong check.Pawel Jakub Dawidek2004-02-051-1/+1
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* OK, I messed up /dev/console with what I had hoped would be compatPoul-Henning Kamp2003-09-261-1/+1
* Use __FBSDID().David E. O'Brien2003-08-243-5/+9
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devWarner Losh2003-08-232-2/+2
* Fix a signedness problem in zstty_cncheckc(): when no character is ready,Thomas Moestl2003-07-051-1/+1
* Note that MAJOR_AUTO is now the default if d_maj is not initialized. ThisPoul-Henning Kamp2003-03-091-1/+0
* Make nokqfilter() return the correct return value.Poul-Henning Kamp2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+10
* Use MAJOR_AUTO. GC statically assigned majors.Jake Burkholder2003-02-281-3/+1
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-4/+4
* Munge the zs sbus attachment to work with fhc. This is a bit of a hack,Jake Burkholder2003-02-191-13/+113
* 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