aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-252-3/+3
* Merged from sys/dev/syscons/scvtb.c revision 1.9.Yoshihiro Takahashi2002-08-221-4/+4
* de-count pckbd for pc98. This file is only compiled if NPCKBD was 1,Peter Wemm2002-08-201-9/+5
* Check return status from fd_in() function.Yoshihiro Takahashi2002-07-161-2/+1
* Merged from sys/dev/sio/sio.c revisions 1.376 and 1.377.Yoshihiro Takahashi2002-06-241-4/+6
* MFi386: sys/i386/isa/clock.c revision 1.187.KATO Takenori2002-06-242-4/+4
* Backout previous change and merge from sys/dev/sio/sio.c revision 1.375.Yoshihiro Takahashi2002-06-191-6/+23
* Merged from sys/isa/fd.c revision 1.233.Yoshihiro Takahashi2002-06-191-42/+28
* Make the speed used by gdb over serial settable in the kernel configuration.Nick Hibma2002-06-181-15/+26
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* Merged from sys/isa/fd.c revisions from 1.229 to 1.232.Yoshihiro Takahashi2002-05-141-18/+65
* Don't export timecounter structures under debug. with sysctl, theyPoul-Henning Kamp2002-04-302-12/+0
* Tidy up some loose ends.Peter Wemm2002-04-291-2/+2
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.Poul-Henning Kamp2002-04-261-7/+2
* Remove the tc_update() function. Any frequency change to thePoul-Henning Kamp2002-04-262-4/+0
* Merged from sys/isa/fd.c revision 1.228.Yoshihiro Takahashi2002-04-061-1/+1
* Merged from sys/dev/sio/sio.c revisions 1.370 and 1.371.Yoshihiro Takahashi2002-04-061-10/+54
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-012-8/+8
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptMatthew Dillon2002-03-272-0/+22
* Push BIO_FORMAT into a local hack inside the floppy drivers wherePoul-Henning Kamp2002-03-261-0/+1
* Merged from sys/dev/sio/sio.c revisions 1.366 and 1.369.Yoshihiro Takahashi2002-03-251-2/+10
* Fix style.Yoshihiro Takahashi2002-03-251-2/+2
* Remove __P.KATO Takenori2002-03-206-79/+79
* Free allocated buffer at siodetach().Yoshihiro Takahashi2002-03-101-0/+4
* - The pc98_ttspeedtab() function returns an error status instead of a divisor,Yoshihiro Takahashi2002-03-081-16/+16
* Disksort will not "munge" requests, BIO_ORDERED or not, so removePoul-Henning Kamp2002-02-221-4/+2
* Cosmetic changes.Yoshihiro Takahashi2002-02-101-90/+92
* - Refine the iskanji1 function.Yoshihiro Takahashi2002-02-101-52/+61
* Fixed mouse cursor on a console.Yoshihiro Takahashi2002-02-101-6/+17
* Changed iskanji[12] to inline functions.Yoshihiro Takahashi2002-01-311-175/+172
* Merged from sys/dev/sio/{sio.c,sio_isa.c} revisions 1.363 and 1.5,Yoshihiro Takahashi2002-01-312-156/+125
* MFi386: revision 1.180Yoshihiro Takahashi2002-01-312-0/+10
* Merged from sys/dev/sio/sio.c revisions from 1.360 to 1.362.Yoshihiro Takahashi2002-01-181-2/+6
* Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358.Yoshihiro Takahashi2002-01-061-3/+12
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-051-4/+4
* MFi386: revision 1.178Yoshihiro Takahashi2001-12-222-14/+8
* cosmetic changes.Yoshihiro Takahashi2001-12-221-22/+20
* MFi386: revision 1.179Yoshihiro Takahashi2001-12-222-0/+20
* Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively.Yoshihiro Takahashi2001-12-162-369/+589
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentYoshihiro Takahashi2001-12-142-9/+5
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-11/+11
* Split the sio driver for pc98 into bus front end and back end.Yoshihiro Takahashi2001-11-263-276/+162
* Removed pmc_isa_identify function. It is not needed.Yoshihiro Takahashi2001-10-281-13/+0
* cn_tab no longer exists, use cnadd() to add a console device. Note thatJonathan Lemon2001-10-241-1/+1
* Added the pmc driver which supports power management controller ofYoshihiro Takahashi2001-10-241-0/+257
* Fix compile error of the case using `LINE30' option.Akio Morita2001-10-231-0/+3
* First commit after a repo copy of isa/sio* -> dev/sio:Warner Losh2001-10-221-1/+1
* Changed IO_NPXSIZE to 8Yoshihiro Takahashi2001-10-191-1/+1
* MFi386: sys/i386/isa/clock.c revision 1.177Yoshihiro Takahashi2001-10-192-8/+0