summaryrefslogtreecommitdiff
path: root/sys/dev/sio/sio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-3/+3
* Support more than 32 sio unit numbers. The maximum unit number is nowBruce Evans2002-03-311-8/+12
* Hacks for measuring interrupt latency. Interrupt latency can beBruce Evans2002-03-311-2/+42
* Include <machine/limits.h> for definition of ULONG_MAX.Mike Barcroft2002-03-251-0/+1
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-18/+18
* Remove __P.Alfred Perlstein2002-03-201-23/+23
* Add device ID for Xircom modem. Also add work around from gwk@sgi.comWarner Losh2002-03-161-2/+9
* Until I can figure out how to live without the volatile qualifier onWarner Losh2002-02-261-1/+1
* Add an experimental tunable: machdep.conspeed.Warner Losh2002-02-261-0/+1
* Add support for different serial clock frequencies and not just theJohn Hay2002-01-301-63/+89
* Cosmetic fix: Not every machine that uses the sio driver has a BIOS.Bruce A. Mah2002-01-171-1/+1
* While I'm not sure that I like the wording of the BIOS message in theWarner Losh2002-01-171-1/+2
* Make sio device probe messages less misleading, for the case thatBruce A. Mah2002-01-171-1/+4
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-051-4/+4
* Fixed locking bugs in rev.1.346:Bruce Evans2001-12-281-2/+6
* Fix typo first, then controvert.Seigo Tanimura2001-12-241-1/+1
* Back out an inappropriate backout. If Anyone wants to set the FIFOMatthew Dillon2001-12-231-1/+6
* Backed out previous unapproved commit.Bruce Evans2001-12-231-6/+1
* This problem has been in the serial driver for years, and I occassionallyMatthew Dillon2001-12-231-1/+6
* bde suggests that sio really wants to manage its own softc. ThisWarner Losh2001-11-261-7/+149
* cn_tab no longer exists, use cnadd() to add a console device. Note thatJonathan Lemon2001-10-241-1/+1
* Add a siocnterm function for the CONS_DRIVER function vector.Jonathan Lemon2001-10-231-1/+9
* Break out the bus front ends into their own files. RewriteWarner Losh2001-10-231-418/+14
* First commit after a repo copy of isa/sio* -> dev/sio:Warner Losh2001-10-221-1/+1
* - Make the sio_inited handling more properly MP safe.John Baldwin2001-10-201-2/+6
* Add support for 28800 baud to sio.Jonathan Lemon2001-09-291-0/+1
* Gate low level console output on mtx_lock_spin(&sio_lock), if theJonathan Lemon2001-09-271-0/+4
* Tweak so I can use a serial console on ia64.Doug Rabson2001-09-221-1/+1
* Recognize two cheap PCI 16550 devices :Murray Stokely2001-09-161-2/+4
* KSE Milestone 2Julian Elischer2001-09-121-10/+10
* Add a missing newline to an error message.Dima Dorfman2001-09-091-1/+1
* Add ID for the Best Data Smart One 56SPS Voice modem.Murray Stokely2001-08-311-0/+1
* Add OMRON ME5614ISA PnP modem.Murray Stokely2001-08-311-0/+1
* Add PCI device IDs for Kuotech dual port serial cards.Murray Stokely2001-08-311-0/+2
* Add ACPI attachments.Mike Smith2001-08-301-0/+1
* Fix the so-called "half-baked-probe" code that I wrote a long time agoWarner Losh2001-08-161-0/+2
* The serial console break-to-debugger support only functioned whileIan Dowse2001-06-201-1/+21
* Close the line displine on detach. Lots of folks have submittd this, andWarner Losh2001-06-051-1/+4
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyJoerg Wunsch2001-06-041-2/+2
* add Dualmode Zoom/FaxModem 56K (internal) Model 2919MIHIRA Sanpei Yoshiro2001-05-261-0/+1
* Add SmartLink 5634PCV SurfRiderMIHIRA Sanpei Yoshiro2001-05-201-0/+1
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-151-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-8/+10
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Add GVC1601 - Rockwell V.34 Plug & Play ModemMIHIRA Sanpei Yoshiro2001-03-071-0/+1
* Add IOD0081 - I-O DATA DEVICE,INC. IFML-560MIHIRA Sanpei Yoshiro2001-03-071-0/+1
* Extend kqueue down to the device layer.Jonathan Lemon2001-02-151-2/+3
* RIP <machine/lock.h>.Mark Murray2001-02-111-4/+0