summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/sio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-181-15/+26
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-261-7/+2
* Merged from sys/dev/sio/sio.c revisions 1.370 and 1.371.nyan2002-04-061-10/+54
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-4/+4
* Merged from sys/dev/sio/sio.c revisions 1.366 and 1.369.nyan2002-03-251-2/+10
* Fix style.nyan2002-03-251-2/+2
* Remove __P.kato2002-03-201-49/+49
* Free allocated buffer at siodetach().nyan2002-03-101-0/+4
* - The pc98_ttspeedtab() function returns an error status instead of a divisor,nyan2002-03-081-16/+16
* Merged from sys/dev/sio/{sio.c,sio_isa.c} revisions 1.363 and 1.5,nyan2002-01-311-154/+123
* Merged from sys/dev/sio/sio.c revisions from 1.360 to 1.362.nyan2002-01-181-2/+6
* Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358.nyan2002-01-061-3/+12
* Change the preemption code for software interrupt thread schedules andjhb2002-01-051-4/+4
* Split the sio driver for pc98 into bus front end and back end.nyan2001-11-261-275/+67
* cn_tab no longer exists, use cnadd() to add a console device. Note thatjlemon2001-10-241-1/+1
* First commit after a repo copy of isa/sio* -> dev/sio:imp2001-10-221-1/+1
* Merged from sys/isa/sio.c revisions from 1.344 to 1.347nyan2001-10-191-3/+10
* MFi386: sys/isa/sio.c revision 1.301, 1.336, 1.337, 1.338, 1.339 and 1.342.nyan2001-09-161-69/+61
* Merge sys/isa/sio.c 1.343imp2001-09-141-11/+11
* Merged from sys/isa/sio.c revision 1.335.nyan2001-06-261-1/+5
OpenPOWER on IntegriCloud