summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/sio.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Mereged from sys/dev/sio/sio.c revision 1.429.nyan2004-05-061-76/+49
* - Remove obsolete examples.nyan2004-05-011-32/+25
* Merged from sys/dev/sio/sio.c revision 1.428.nyan2004-05-011-49/+76
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+6
* Device megapatch 4/6:phk2004-02-211-1/+2
* Device megapatch 3/6:phk2004-02-211-2/+0
* Device megapatch 1/6:phk2004-02-211-2/+0
* Merged from sys/dev/sio/sio.c revision 1.418.nyan2004-01-211-1/+3
* Merged from sys/dev/sio/sio.c revision 1.417.bde2003-12-261-2/+2
* Merged from sys/dev/sio/sio.c revisions 1.415 and 1.416.bde2003-11-171-10/+13
* Merged from sys/dev/sio/sio.c revisions from 1.405 to 1.414.nyan2003-10-051-154/+137
* OK, I messed up /dev/console with what I had hoped would be compatphk2003-09-261-16/+21
* Merged from sys/dev/sio/sio.c revisions 1.403 and 1.404.nyan2003-08-281-34/+15
* Merged from sys/dev/sio/sio.c revision 1.400.nyan2003-08-021-3/+6
* - Use the new resource_disabled() helper function to see if devices arejhb2003-07-021-5/+2
* Merged from sys/dev/sio/sio.c revision 1.399.nyan2003-06-011-2/+0
OpenPOWER on IntegriCloud