summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/sio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Merged from sys/dev/sio/sio.c revisions 1.387 and 1.388.nyan2003-03-091-2/+11
* Make nokqfilter() return the correct return value.phk2003-03-031-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+10
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-10/+16
* Change "dev_t gdbdev" to "void *gdb_arg", some possible paths for GDBphk2003-02-161-4/+4
* Remove #include <sys/dkstat.h>phk2003-02-161-1/+0
* Merged from sys/dev/sio/sio.c revision 1.383.nyan2003-02-071-0/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Merged from sys/dev/sio/sio.c revision 1.382.nyan2002-10-141-1/+1
* Fixed a warning if COM_MULTIPORT option is not defined.nyan2002-10-101-1/+1
* Merged from sys/dev/sio/sio.c revisions 1.380 and 1.381.nyan2002-09-291-9/+8
* Move the com_emr register definition to sioreg.h.nyan2002-09-241-4/+0
* Merged from sys/dev/sio/sio.c revision 1.379.nyan2002-09-241-1/+0
* Merged from sys/dev/sio/sio.c revision 1.378.nyan2002-09-161-1/+6
* Merged from sys/dev/sio/sio.c revisions 1.376 and 1.377.nyan2002-06-241-4/+6
* Backout previous change and merge from sys/dev/sio/sio.c revision 1.375.nyan2002-06-191-6/+23
OpenPOWER on IntegriCloud