summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/sio.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-271-6/+6
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-1/+1
* Revert r267961, r267973:gjb2014-06-271-1/+1
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-1/+1
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-1/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-23/+5
* Based on discussions on the svn-src mailing list, rework r218195:mdf2011-02-081-1/+0
* - Cleanup i8251 related defines.nyan2008-09-071-34/+32
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-4/+23
* Merged from sys/dev/sio/sio.c revision 1.472nyan2008-02-291-1/+1
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+4
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* In the function pc98_check_if_type for the non-8251 casemjacob2007-07-111-0/+4
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-5/+7
* typo.nyan2006-05-271-2/+2
* Aling to new console and gdb_port semanticsphk2006-05-261-54/+14
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverjhb2006-02-221-2/+2
* Merged from sys/dev/sio/sio.c revision 1.463.nyan2005-12-181-0/+1
* Catch up with new interrupt handling code.ru2005-10-261-2/+2
* Eliminate two unused arguments to ttycreate().phk2005-10-161-1/+1
* Use 'PC Card'nyan2005-09-301-2/+2
* Remove EPSON PC-386 note A/W/AE/WR support.nyan2005-09-141-8/+4
* Change a directory layout for pc98.nyan2005-05-101-1/+1
* Merged from sys/dev/sio/sio.c revision 1.458.nyan2005-02-111-9/+5
* Merged from sys/dev/sio/sio.c revision 1.457.nyan2005-02-041-5/+9
* Merged from sys/dev/sio/sio.c (Use generic tty code).nyan2004-10-151-90/+45
* Use generic tty code instead of local stuff.phk2004-10-131-523/+107
* Merged from sys/dev/sio/sio.c: more tty related changes.nyan2004-09-201-9/+10
* Use tty->t_sc, ttyalloc() and lock/init termios from struct tty.phk2004-09-171-71/+57
* Merged from sys/dev/sio/sio.c revision 1.450.nyan2004-07-241-1/+2
* Preparation commit for the tty cleanups that will follow in the nearphk2004-07-151-2/+2
* Introduce ttygone() which indicates that the hardware is detached.phk2004-07-111-38/+5
* Update for the KDB framework. Sanitize the alpha console code now thatmarcel2004-07-101-208/+75
* Merged from sys/dev/sio/sio.c revision 1.446.nyan2004-07-011-3/+2
* - Shorten the names for the TTY related swi interrupt handlers as thejhb2004-06-281-2/+2
* Merged from sys/dev/sio/sio.c revision 1.444.nyan2004-06-281-1/+2
* Pick the hotchar out of the tty structure instead of caching privatephk2004-06-261-6/+5
* Merged from sys/dev/sio/sio.c revision 1.442.nyan2004-06-261-163/+125
* Remove the TIOCDCDTIMESTAMP option.phk2004-06-221-16/+0
* Merged from sys/dev/sio/sio.c revisions 1.439 and 1.440.nyan2004-06-221-51/+115
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-12/+12
* Deorbit COMPAT_SUNOS.phk2004-06-111-2/+2
* Centralize the line discipline optimization determination in a functionphk2004-06-041-24/+4
* Manual edits to change linesw[]-frobbing to ttyld_*() calls.phk2004-06-041-2/+2
* Machine generated patch which changes linedisc calls from accessingphk2004-06-041-11/+11
* Make the remaining serial drivers call ttyioctl() rather than callingphk2004-06-041-8/+3
* There is no need to explicitly call the stop function. In all likelyhoodphk2004-06-011-1/+0
* There is no need to explicitly call ttwakeup() and ttwwakeup() afterphk2004-06-011-2/+0
* ttyclose() increments t_gen. Remove redundant increments in drivers.phk2004-06-011-1/+0
OpenPOWER on IntegriCloud