summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio.c
Commit message (Expand)AuthorAgeFilesLines
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-7/+18
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Device megapatch 3/6:Poul-Henning Kamp2004-02-211-2/+0
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Fixed a memory leak.Ruslan Ermilov2004-01-181-1/+3
* Fixed breakage of a check for boolean true by misusing NULL in rev.1.407.Bruce Evans2003-12-241-2/+2
* Tweaked the siointr1() so that it works better at 921600 bps, especiallyBruce Evans2003-11-171-0/+5
* Don't waste so much space for the latency debugging buffer. Its sizeBruce Evans2003-11-161-10/+8
* Removed some nearly dead code in comparam(). We don't need to recoverBruce Evans2003-09-281-9/+0
* Cleaned up and fixed setting of speeds in comparam():Bruce Evans2003-09-271-31/+20
* Fix compilation on alpha.Poul-Henning Kamp2003-09-261-1/+1
* Use the correct speed in the delay for the transmission of a characterBruce Evans2003-09-261-1/+4
* Adhere to the new console API:Poul-Henning Kamp2003-09-261-15/+21
* Fixed most of the remaining style bugs in rev.1.194. Mainly betterBruce Evans2003-09-181-30/+32
* Miscellaneous minor style fixes (mainly for unsorting of the flags accessBruce Evans2003-09-171-13/+10
* Fixed bitrot in the probe in revs.1.127, 1.165 and 1.169. TheBruce Evans2003-09-171-23/+23
* Cleaned up initialization of hardware flow control for 16650As. UseBruce Evans2003-09-171-25/+11
* Quick fix for a pessimization in rev.1.194. An extra i/o instructionBruce Evans2003-09-151-2/+7
* Remove a duplicate comment.Nate Lawson2003-08-281-6/+0
* Use the db_alt_break() state machine instead of rolling our own. ThisNate Lawson2003-08-261-32/+14
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-5/+3
* Track the resource id of the memory port instead of just assuming thatScott Long2003-06-091-3/+6
* Remove extra unused variable.Poul-Henning Kamp2003-05-311-2/+0
* Revert rev 1.396 -- it broke the Alpha kernel build.David E. O'Brien2003-05-051-1/+1
* Eliminate a compiler warning with gcc3.3 on AMD64, where speed isPeter Wemm2003-04-301-1/+5
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-301-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Brucify.Maxim Sobolev2003-03-181-23/+19
* Remove duplicate line introduced in the previous commit.Maxim Sobolev2003-03-151-1/+0
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removeMaxim Sobolev2003-03-151-1/+33
* Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. SinceMaxim Sobolev2003-03-121-1/+1
* 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
* Typo, I must have hit xZZ in vi(1).Poul-Henning Kamp2003-02-271-1/+1
* Make flags bit 0x10000 mean that PPS timestamping should use thePoul-Henning Kamp2003-02-271-2/+11
* Change the console interface to pass a "struct consdev *" instead of aPoul-Henning Kamp2003-02-201-11/+18
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBPoul-Henning Kamp2003-02-161-4/+4
* Remove #include <sys/dkstat.h>Poul-Henning Kamp2003-02-161-1/+0
* Set si_drv1 to our softc for all the six dev_t's we create for a serial port.Poul-Henning Kamp2003-02-021-0/+2
* s/modunload/kldunloadWarner Losh2002-10-111-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-3/+3
* Add yet a quick flag to sio: 0x100000 "Scratch pad register missing".Poul-Henning Kamp2002-09-271-6/+5
* Move the com_scr register address definition over with the other seven.Poul-Henning Kamp2002-09-221-2/+0
* Only try to flush the FIFO of 500 characters, return EIO if that fails.Poul-Henning Kamp2002-08-281-1/+6
* set siocnunit to the correct value. This fixes the freeze on boot forNick Hibma2002-06-231-2/+4
* Make this compile on Alpha.Nick Hibma2002-06-221-2/+2
* Make the speed used by gdb over serial settable in the kernel configuration.Nick Hibma2002-06-181-21/+49
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.Poul-Henning Kamp2002-04-261-7/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+2