summaryrefslogtreecommitdiffstats
path: root/sys/dev/sio
Commit message (Expand)AuthorAgeFilesLines
* Register tty software interrupt handlers at run time using register_swi()bde1998-08-111-15/+10
* Changed %n to %r in devfs name format strings. %n has almost gone away.bde1998-07-151-7/+7
* Avoid some panics in sio_unload which gets called with various dirtphk1998-06-241-1/+9
* Don't log "unexpected" events on never-opened devices. Events leftbde1998-06-161-11/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Force success of the probe (after doing it as before except in onebde1998-06-031-4/+5
* Fixed a printf() arg botch in the previous commit.bde1998-06-031-7/+6
* Converted the ICU-level interrupt tests (3, 5 and 8) in sioprobe() intobde1998-05-311-22/+27
* LoadSoftModem() routine at sio.c does not trap general serial I/Os.phk1998-05-201-2/+2
* The PnP code in 2.2.6 detects the Motorola ModemSurfer 56K,phk1998-05-131-1/+2
* Detect USR PnP x2 modem.phk1998-05-041-1/+2
* PCCARD-code related style nits, as requested.msmith1998-02-271-4/+4
* Fix some style nits and remove an unused header.msmith1998-02-271-2/+1
* - If a PCCARD serial device is removed from the system, let the serialnate1998-02-141-2/+2
* Implement the spirit but not the letter of Terrys hot-char patch.phk1998-02-131-11/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffsamurai1998-01-081-4/+71
* Fixed initialization of the divisor latch. We depended on siocnopen()bde1997-12-281-2/+21
* Always call ttwwakeup() before returning from comstart(). It isn'tbde1997-12-281-1/+2
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-1/+2
* Use ENOIOCTL instead of -1 (= ERESTART) for tty ioctls that arebde1997-12-061-3/+3
* - Renamed <pccard/card.h> -> <pccard/cardinfo.h>.nate1997-11-201-2/+2
* - MF22: (I reversed these). Simplify code.nate1997-11-021-2/+3
* - Instead of relying on a functional call to register PCARD-capable drivers,nate1997-10-261-8/+3
* - Functional changes to PCCARD support.nate1997-10-261-41/+15
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-261-41/+41
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* aha1542.c aic6360.c cy.c fd.c ft.cgibbs1997-09-211-5/+8
* teach sio how to attach to isa PnP cards. This is mainly for use withjmg1997-09-191-13/+122
* Update select -> poll in drivers.peter1997-09-141-2/+2
* General cleanup of the sub-system locking macros.fsmp1997-09-011-69/+40
* Created a private simple_lock to control accesses to com data structsfsmp1997-08-311-51/+76
* Another round of lock pushdown.fsmp1997-08-301-39/+21
* Fixed a warning about undefined isa_irq_pending(). (UP kernel only)fsmp1997-08-211-4/+4
* Moved the COM_LOCK and COM_UNLOCK macros to machine/param.h.fsmp1997-08-211-10/+1
* Preperation for moving cpl into critical region access.fsmp1997-08-201-1/+48
* Added include of intr_machdep.h to eliminate compiler warning for APIC_IO.fsmp1997-08-041-2/+3
* Removed unused #includes.bde1997-07-201-2/+1
* Add some support for the 16650 type UARTS.dyson1997-07-171-8/+47
* Bring back CONSPEED as a last-ditch default if you can't change the speedpst1997-06-042-4/+9
* If the boot blocks were using the serial port, read the system consolepst1997-06-042-11/+119
* I've given up on the idea of sizing FIFO's. You can set it with a flagphk1997-06-011-68/+15
* No longer need opt_smp.h herepeter1997-05-291-2/+1
* Whoops, missed a zero there. Flags 0x10000 it is.phk1997-05-181-2/+2
* Flags 0x1000 on sio now disables the dreaded test#3.phk1997-05-181-2/+3
* Detect various supersets of 16550A based on fifo depth.phk1997-05-181-4/+39
* Man the liferafts! Here comes the long awaited SMP -> -current merge!peter1997-04-261-1/+12
* Don't call timeout() for DTR wakeup or busy check if the relevant timeoutbde1997-04-181-5/+11
* Removed defaults for dead options CONADDR and CONUNIT.bde1997-04-051-15/+1
* Use device flags instead of options for serial console configurationbde1997-04-051-23/+53
OpenPOWER on IntegriCloud