aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sab
Commit message (Expand)AuthorAgeFilesLines
* - Use swi_remove() to teardown swi handlers rather thanJohn Baldwin2005-10-261-1/+1
* Catch up with new interrupt handling code.Ruslan Ermilov2005-10-261-1/+1
* Eliminate two unused arguments to ttycreate().Poul-Henning Kamp2005-10-161-1/+1
* Account for ebus(4) defaulting to SYS_RES_MEMORY for memory resourcesMarius Strobl2005-06-041-4/+4
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Use generic tty code instead of local copies.Poul-Henning Kamp2004-10-121-118/+48
* 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-121-9/+12
* 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 modem control and BREAK ioctl handling. This eliminatedPoul-Henning Kamp2004-06-251-91/+34
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-4/+4
* Implement the BREAK_TO_DEBUGGER option for sab(4).Joerg Wunsch2004-06-081-0/+11
* 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
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+3
* 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-241-2/+3
* s=include <ofw/=include <dev/ofw/= to reflect removal of -I$S/devWarner Losh2003-08-231-1/+1
* Match "serial" as well as "se".Jake Burkholder2003-03-311-1/+2
* 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
* Add the sabtty children devices as unordered. Use the unit numbr ofJake Burkholder2003-01-271-5/+4
* Allow defaulting the console to ttya when it sets to screen and keyboardJake Burkholder2003-01-261-5/+8
* Use bus_space_subregion to add offsets to bus handles instead of doingJake Burkholder2003-01-081-2/+4
* Sync with zs.Jake Burkholder2003-01-051-239/+179
* Fix compiling without DDB and ALT_BREAK_TO_DEBUGGER.Jake Burkholder2002-12-301-0/+2
* Setup a default tty mode even if the device is not the console. Don'tJake Burkholder2002-11-181-10/+4
* Remove some unnecessary code. Make the device description nicer. Add aJake Burkholder2002-11-181-66/+31
* - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way toJake Burkholder2002-11-171-21/+103
* Make this driver work a whole lot better.Jake Burkholder2002-09-081-141/+169
* Ported to FreeBSD.Jake Burkholder2002-08-041-582/+487
* Add Jason L. Wright's driver for the SAB82532 serial chip, found in manyJake Burkholder2002-08-042-0/+1684