summaryrefslogtreecommitdiffstats
path: root/sys/dev/sab
Commit message (Expand)AuthorAgeFilesLines
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* OK, I messed up /dev/console with what I had hoped would be compatphk2003-09-261-1/+1
* Use __FBSDID().obrien2003-08-241-2/+3
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devimp2003-08-231-1/+1
* Match "serial" as well as "se".jake2003-03-311-1/+2
* 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
* Add the sabtty children devices as unordered. Use the unit numbr ofjake2003-01-271-5/+4
* Allow defaulting the console to ttya when it sets to screen and keyboardjake2003-01-261-5/+8
* Use bus_space_subregion to add offsets to bus handles instead of doingjake2003-01-081-2/+4
* Sync with zs.jake2003-01-051-239/+179
* Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER.jake2002-12-301-0/+2
* Setup a default tty mode even if the device is not the console. Don'tjake2002-11-181-10/+4
* Remove some unnecessary code. Make the device description nicer. Add ajake2002-11-181-66/+31
* - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way tojake2002-11-171-21/+103
* Make this driver work a whole lot better.jake2002-09-081-141/+169
* Ported to FreeBSD.jake2002-08-041-582/+487
* Add Jason L. Wright's driver for the SAB82532 serial chip, found in manyjake2002-08-042-0/+1684
OpenPOWER on IntegriCloud