summaryrefslogtreecommitdiffstats
path: root/sys/isa/sio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Back out my previous commit as well as some SMPng changes to revert thejhb2000-09-081-17/+28
* siointr1: Schedule soft interrupt when needed. This fixes the "nogrog2000-09-081-0/+2
* Fix a problem where we would recursively try to get the com lock withinjhb2000-09-081-6/+9
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-40/+115
* Add ZTIA001 - Zoom Internal V90 Faxmodem.sheldonh2000-09-051-0/+1
* Add Boca K56Flex PnP modem.sheldonh2000-09-041-0/+1
* Call destroy_dev() when sio devices go away.phk2000-08-271-6/+12
* Add another USR modem.peter2000-08-151-0/+1
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Add option ALT_BREAK_TO_DEBUGGER.ps2000-06-141-0/+29
* Add SUP1670 - Supra 336i V+ Intl. Since we update the PnP IDstanimura2000-05-261-0/+1
* Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.tanimura2000-05-191-0/+1
* Add ACH2012 - 5634BTS 56K Video Ready Modem.tanimura2000-05-191-0/+1
* Add a couple of new PnP IDs.tanimura2000-05-181-0/+2
* Use bus_space stuff except where it needs high performance.nyan2000-05-121-79/+82
* Add the logical ID of FUJITSU Modem 33600 PNP/I2.tanimura2000-05-021-0/+1
* Add support for pci modems. ONLY CONTROLLER BASED MODEMS. Thisimp2000-04-011-14/+122
* Recognize USR3050 "U.S. Robotics 56K FAX INT" fax modem.peter2000-03-311-0/+1
* Isolate the Timecounter internals in their own two files.phk2000-03-201-0/+1
* Fix crashes on card eject for pccard modems. We check for NULL whenimp2000-03-111-12/+17
* Recognize another modem, "PMC2430 - Pace 56 Voice Internal Modem"peter2000-03-051-0/+1
* Fix two more problems with freeing the softc data manually. subr_bus.cpeter2000-03-021-2/+0
* Fixed regressions in rev.1.274:bde2000-02-151-11/+15
* "Completed" the previous fix. Return ENOMEM on memory allocation failurebde2000-01-291-1/+8
* Return ENXIO on error, not 0. Seems to have been skipped when convertingn_hibma2000-01-231-1/+1
OpenPOWER on IntegriCloud