summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio/sio.c
Commit message (Expand)AuthorAgeFilesLines
* Use __FBSDID().obrien2003-08-241-1/+3
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-5/+3
* Track the resource id of the memory port instead of just assuming thatscottl2003-06-091-3/+6
* Remove extra unused variable.phk2003-05-311-2/+0
* Revert rev 1.396 -- it broke the Alpha kernel build.obrien2003-05-051-1/+1
* Eliminate a compiler warning with gcc3.3 on AMD64, where speed ispeter2003-04-301-1/+5
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Brucify.sobomax2003-03-181-23/+19
* Remove duplicate line introduced in the previous commit.sobomax2003-03-151-1/+0
* - Add minimal support for TI16754 4xUART chip into sio(4) driver and removesobomax2003-03-151-1/+33
* Add initial support for IC Book Labs Dreadnought x16 Pro 16-ports card. Sincesobomax2003-03-121-1/+1
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+10
* Typo, I must have hit xZZ in vi(1).phk2003-02-271-1/+1
* Make flags bit 0x10000 mean that PPS timestamping should use thephk2003-02-271-2/+11
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-11/+18
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-161-4/+4
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Set si_drv1 to our softc for all the six dev_t's we create for a serial port.phk2003-02-021-0/+2
* s/modunload/kldunloadimp2002-10-111-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-3/+3
* Add yet a quick flag to sio: 0x100000 "Scratch pad register missing".phk2002-09-271-6/+5
* Move the com_scr register address definition over with the other seven.phk2002-09-221-2/+0
* Only try to flush the FIFO of 500 characters, return EIO if that fails.phk2002-08-281-1/+6
* set siocnunit to the correct value. This fixes the freeze on boot forn_hibma2002-06-231-2/+4
* Make this compile on Alpha.n_hibma2002-06-221-2/+2
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-181-21/+49
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-261-7/+2
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-3/+3
* Support more than 32 sio unit numbers. The maximum unit number is nowbde2002-03-311-8/+12
* Hacks for measuring interrupt latency. Interrupt latency can bebde2002-03-311-2/+42
* Include <machine/limits.h> for definition of ULONG_MAX.mike2002-03-251-0/+1
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-18/+18
* Remove __P.alfred2002-03-201-23/+23
* Add device ID for Xircom modem. Also add work around from gwk@sgi.comimp2002-03-161-2/+9
* Until I can figure out how to live without the volatile qualifier onimp2002-02-261-1/+1
* Add an experimental tunable: machdep.conspeed.imp2002-02-261-0/+1
* Add support for different serial clock frequencies and not just thejhay2002-01-301-63/+89
* Cosmetic fix: Not every machine that uses the sio driver has a BIOS.bmah2002-01-171-1/+1
* While I'm not sure that I like the wording of the BIOS message in theimp2002-01-171-1/+2
* Make sio device probe messages less misleading, for the case thatbmah2002-01-171-1/+4
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-4/+4
* Fixed locking bugs in rev.1.346:bde2001-12-281-2/+6
* Fix typo first, then controvert.tanimura2001-12-241-1/+1
* Back out an inappropriate backout. If Anyone wants to set the FIFOdillon2001-12-231-1/+6
* Backed out previous unapproved commit.bde2001-12-231-6/+1
* This problem has been in the serial driver for years, and I occassionallydillon2001-12-231-1/+6
* bde suggests that sio really wants to manage its own softc. Thisimp2001-11-261-7/+149
OpenPOWER on IntegriCloud