summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/sio.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move the files from i386/isa/ic/ to dev/ic/.nyan2001-06-101-4/+4
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* Merged from sys/isa/sio.c revision 1.330.kato2001-05-021-8/+9
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Supported pcmcia modem card.nyan2001-02-251-4/+10
* Merged from sys/isa/sio.c revision 1.326.kato2001-02-211-2/+3
* Merged from sys/isa/sio.c revision 1.324 (sched_swi -> swi_sched).kato2001-02-131-12/+12
* RIP <machine/lock.h>.markm2001-02-111-4/+0
* Change and clean the mutex lock interface.bmilekic2001-02-091-43/+43
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-1/+0
* Merged from sys/isa/sio.c revision 1.320.nyan2001-01-271-149/+85
* Merged from the following changes.nyan2000-11-051-7/+12
OpenPOWER on IntegriCloud