aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Add RSS0262 - 5614Jx3[G] V90+K56Flex Modem.Seigo Tanimura2000-05-191-0/+1
* Add ACH2012 - 5634BTS 56K Video Ready Modem.Seigo Tanimura2000-05-191-0/+1
* Add a couple of new PnP IDs.Seigo Tanimura2000-05-181-0/+2
* Use bus_space stuff except where it needs high performance.Yoshihiro Takahashi2000-05-121-79/+82
* Add the logical ID of FUJITSU Modem 33600 PNP/I2.Seigo Tanimura2000-05-021-0/+1
* Add support for pci modems. ONLY CONTROLLER BASED MODEMS. ThisWarner Losh2000-04-011-14/+122
* Recognize USR3050 "U.S. Robotics 56K FAX INT" fax modem.Peter Wemm2000-03-311-0/+1
* Isolate the Timecounter internals in their own two files.Poul-Henning Kamp2000-03-201-0/+1
* Fix crashes on card eject for pccard modems. We check for NULL whenWarner Losh2000-03-111-12/+17
* Recognize another modem, "PMC2430 - Pace 56 Voice Internal Modem"Peter Wemm2000-03-051-0/+1
* Fix two more problems with freeing the softc data manually. subr_bus.cPeter Wemm2000-03-021-2/+0
* Fixed regressions in rev.1.274:Bruce Evans2000-02-151-11/+15
* "Completed" the previous fix. Return ENOMEM on memory allocation failureBruce Evans2000-01-291-1/+8
* Return ENXIO on error, not 0. Seems to have been skipped when convertingNick Hibma2000-01-231-1/+1
* Add another four device ID's for isa pnp modems. The USR's seem to usePeter Wemm2000-01-181-0/+7
* Make this compile on alphaAndrew Gallatin2000-01-131-1/+1
* Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA2000-01-111-2/+2
* Recognize the GVC0505 (GVC 56k Faxmodem) as a sio device.Peter Wemm1999-12-271-0/+1
* Extract a list of extra isa pnp modem ID's from NetBSD and OpenBSD. SomePeter Wemm1999-12-211-7/+47
* Add SUP2070 (Diamond SupraExpress 56i)Peter Wemm1999-12-201-0/+2
* o Make pccard work at all by including card.hWarner Losh1999-12-101-12/+18
* Fix a pair of silly warnings that I introduced (that would have beenPeter Wemm1999-12-061-7/+7
* Use bus_get_resource() instead of bus_get_resource_start() as the latterPeter Wemm1999-12-061-17/+24
* Fix the hang on card eject problem and maybe the hang on suspendWarner Losh1999-12-011-16/+4
* Argh, don't turn the IIR test on unless it's a pccard. These tests messPeter Wemm1999-11-181-24/+20
* Merge some typo fixes from dev/sio/sio.c (siostop -> comstop)Peter Wemm1999-11-181-47/+93
* Last change to pccard_nbk now obviates the need to check the name ofWarner Losh1999-10-281-7/+0
* Add newbus pccard attachment for sio. Some of this code was writtenWarner Losh1999-10-251-97/+97
* Add support for the USRobotics Courier V.Everything (USR0101) modem.Steve Price1999-10-111-0/+1
* Change pnp ID for the SupraExpress 56i Sp V.90 modem (logical IDDaniel Eischen1999-10-031-2/+4
* Add logical device ID for the Diamond SupraExpress 56K PnP modem:Daniel Eischen1999-10-031-0/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* This patch clears the way for removing a number of tty relatedPoul-Henning Kamp1999-09-251-23/+7
* Make it build, copy from dev/sio/sio.c:Peter Wemm1999-09-081-4/+4
* Restore the old sio* - bruce can fix it himself.Peter Wemm1999-09-082-0/+3188
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodsPeter Wemm1999-09-062-3188/+0
* Move the #if 0 to catch the card.h include and make sure it's zero.Peter Wemm1999-09-061-1/+3
* Start to disentangle the isa attachments from other buses. PartiallyWarner Losh1999-09-061-16/+14
* Add USR3031 pnp id.Doug Rabson1999-09-041-0/+1
* Remove the last vestiges of the old pnp code in favour of the new one.Doug Rabson1999-09-031-106/+1
* This represents essentially a complete rewrite of the ISA PnP code. TheDoug Rabson1999-09-011-8/+13
* s/si_tty_tty/si_tty/gPoul-Henning Kamp1999-08-301-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-33/+13
* make alpha compile again.Poul-Henning Kamp1999-08-091-16/+5
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-2/+2
* Allocate and register struct tty on the fly.Poul-Henning Kamp1999-08-081-13/+3
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-3/+2
* Skip the device if it is disabled, when searching for a serial portKazutaka YOKOTA1999-06-291-0/+5
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-9/+6