summaryrefslogtreecommitdiffstats
path: root/sys/isa/sio.c
Commit message (Expand)AuthorAgeFilesLines
* Restore the old sio* - bruce can fix it himself.peter1999-09-081-0/+3060
* Repo copy isa/sio* to dev/sio/sio* in preperation for extra bus methodspeter1999-09-061-3060/+0
* Move the #if 0 to catch the card.h include and make sure it's zero.peter1999-09-061-1/+3
* Start to disentangle the isa attachments from other buses. Partiallyimp1999-09-061-16/+14
* Add USR3031 pnp id.dfr1999-09-041-0/+1
* Remove the last vestiges of the old pnp code in favour of the new one.dfr1999-09-031-106/+1
* This represents essentially a complete rewrite of the ISA PnP code. Thedfr1999-09-011-8/+13
* s/si_tty_tty/si_tty/gphk1999-08-301-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-33/+13
* make alpha compile again.phk1999-08-091-16/+5
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Allocate and register struct tty on the fly.phk1999-08-081-13/+3
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Skip the device if it is disabled, when searching for a serial portyokota1999-06-291-0/+5
* The second phase of syscons reorganization.yokota1999-06-221-9/+6
* Use the proper interfaces to find if a device is enabled, don't dig intopeter1999-06-201-3/+2
* sioprobe: Don't try to initialize disabled ports. In particular,grog1999-06-191-2/+4
* COM_LLCONSOLE should over-ride COM_DEBUGGER request.mckusick1999-06-151-2/+2
* The PPSAPI group defines the polarity in draft 3, we guessed it wrong.phk1999-05-311-2/+2
* This commit should be a extensive NO-OP:phk1999-05-301-7/+21
* Simplistic pnp support. Needs more ids to be added.dfr1999-05-301-1/+8
* Allow a sio port with its flags set to DEBUGGER+LLCONSOLE to be used fordfr1999-05-281-2/+2
* Use the resource apis to manipulate resources.dfr1999-05-221-6/+21
* Adjust console stuff now that makedev is no longer a macro.dfr1999-05-101-2/+3
* Make COM_ESP and COM_MULTIPORT compile for LINT. It might even work..peter1999-05-091-6/+6
* Optimize out a couple of places where com_addr() is used twice in a row,peter1999-05-091-27/+9
* Move opt_sio.h options to conf/options and activate in isa/sio.cpeter1999-05-091-2/+2
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+2
* add some amount of sanity to the way the gdb stuff finds its device.phk1999-05-091-9/+10
* siocngetc & putc can be staticized.phk1999-05-091-7/+3
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-4/+4
* Get rid of extern declarations on gdb stuff so systems compiled withoutmckusick1999-05-071-6/+9
* fix it so it compiles on alpha againmjacob1999-05-071-1/+5
* Continue where Julian left off in July 1998:phk1999-05-071-3/+3
* Generalize to allow any serial port to be used as the GDB port.mckusick1999-05-071-21/+65
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-5/+5
* Suser() simplification:phk1999-04-271-4/+4
* Modify the non-i386 version of disable_intr() and enable_intr() so that theydt1999-04-241-3/+3
* Tidy up a few things left over from the conversion from i386/isa/sio.c.peter1999-04-181-4/+21
* Register sio interrupts as fast (fixing some silo overflow messages).dfr1999-04-181-2/+2
* Merge up to rev 1.234 (nice revision number!) of i386/isa/sio.c.peter1999-04-171-115/+206
* Merge up to rev 1.226 of i386/isa/sio.cpeter1999-04-171-210/+14
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-16/+39
* Use suser() to check for super user rather than examining cr_uid directly.phk1999-01-301-2/+3
* Update the pccard hooks to use a module style declaration instead.peter1999-01-191-12/+3
* Add support for another 3COM/USR PNP modem, USR3031.steve1998-12-131-1/+2
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-151-8/+9
* Merge changes from i386/isa/sio.c up to revision 1.215.dfr1998-09-261-46/+42
* Underlying ,v files were copied and detagged. Re-commit old versionspeter1998-09-261-166/+333
OpenPOWER on IntegriCloud