summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Add PNP Id for Create Labs Phoneblaster.sheldonh2001-12-301-0/+1
* 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
* Split the sio driver for pc98 into bus front end and back end.nyan2001-11-262-0/+34
* bde suggests that sio really wants to manage its own softc. Thisimp2001-11-265-126/+152
* First part of patches to make sio grok 16-bit serial cards underimp2001-11-261-2/+30
* Add the PnP ID for a Rockwell 33.6k modem.iedowse2001-11-181-0/+1
* cn_tab no longer exists, use cnadd() to add a console device. Note thatjlemon2001-10-241-1/+1
* Add a siocnterm function for the CONS_DRIVER function vector.jlemon2001-10-231-1/+9
* Break out the bus front ends into their own files. Rewriteimp2001-10-236-418/+565
* First commit after a repo copy of isa/sio* -> dev/sio:imp2001-10-221-1/+1
* - Make the sio_inited handling more properly MP safe.jhb2001-10-201-2/+6
* Add support for 28800 baud to sio.jlemon2001-09-291-0/+1
* Gate low level console output on mtx_lock_spin(&sio_lock), if thejlemon2001-09-271-0/+4
* Tweak so I can use a serial console on ia64.dfr2001-09-221-1/+1
* Recognize two cheap PCI 16550 devices :murray2001-09-161-2/+4
* KSE Milestone 2julian2001-09-121-10/+10
* Add a missing newline to an error message.dd2001-09-091-1/+1
* Add ID for the Best Data Smart One 56SPS Voice modem.murray2001-08-311-0/+1
* Add OMRON ME5614ISA PnP modem.murray2001-08-311-0/+1
* Add PCI device IDs for Kuotech dual port serial cards.murray2001-08-311-0/+2
* Add ACPI attachments.msmith2001-08-301-0/+1
* Fix the so-called "half-baked-probe" code that I wrote a long time agoimp2001-08-161-0/+2
* The serial console break-to-debugger support only functioned whileiedowse2001-06-201-1/+21
* Close the line displine on detach. Lots of folks have submittd this, andimp2001-06-051-1/+4
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyjoerg2001-06-041-2/+2
* add Dualmode Zoom/FaxModem 56K (internal) Model 2919sanpei2001-05-261-0/+1
* Add SmartLink 5634PCV SurfRidersanpei2001-05-201-0/+1
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-8/+10
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Add GVC1601 - Rockwell V.34 Plug & Play Modemsanpei2001-03-071-0/+1
* Add IOD0081 - I-O DATA DEVICE,INC. IFML-560sanpei2001-03-071-0/+1
* Extend kqueue down to the device layer.jlemon2001-02-151-2/+3
* RIP <machine/lock.h>.markm2001-02-111-4/+0
* - Catch up to the new swi API changes:jhb2001-02-091-12/+12
* Change and clean the mutex lock interface.bmilekic2001-02-091-43/+43
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-1/+0
* Add OZO8008 - Zoom (33.6k Modem).tanimura2000-12-261-0/+1
* Convert the sio driver to use a spin mutex instead of a s_lock. This isjhb2000-12-181-123/+58
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-251-11/+15
* Add MAE0021 - Jetstream Int V.90 56k Voice Series 2.tanimura2000-10-101-0/+1
* Use schedsofttty() again so that siopoll() gets scheduled as designedbde2000-10-081-5/+0
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-1/+1
* - Wrap functions and variables that aren't used in the alpha console probejhb2000-09-221-7/+26
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-131-0/+1
* Add a nasty hack to get remote kernel gdb working from ddb. ddb wouldjhb2000-09-111-0/+9
OpenPOWER on IntegriCloud