summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* Merged from sys/isa/fd.c revision 1.242.nyan2002-11-171-2/+2
* Merged from sys/isa/syscons_isa.c revision 1.20.nyan2002-10-221-0/+2
* MFi386: revisions 1.189 and 1.190.nyan2002-10-222-24/+20
* Merged from sys/isa/syscons_isa.c revision 1.19.nyan2002-10-171-0/+4
* 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/isa/fd.c revisions 1.224 and 1.241.nyan2002-10-071-3/+11
* Merge the last couple of my changes to fd.c into the pc98 version.phk2002-10-051-51/+20
* Added some buggy PC-98 PnP cards support.nyan2002-09-291-4/+19
* Merged from sys/isa/fd.c revision 1.238.nyan2002-09-291-4/+4
* 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
* Remove #ifdef/#endif 3 years after the stuff they protected was removed.phk2002-09-212-4/+0
* #include <sys/disk.h> to get disk_err() prototype.phk2002-09-201-0/+1
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-2/+2
* Merged from sys/isa/fd.c revisions 1.234, 1.235 and 1.236.nyan2002-09-161-9/+5
* Merged from sys/dev/sio/sio.c revision 1.378.nyan2002-09-161-1/+6
* Merged from sys/isa/syscons_isa.c revision 1.18.nyan2002-09-161-0/+35
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-252-3/+3
* Merged from sys/dev/syscons/scvtb.c revision 1.9.nyan2002-08-221-4/+4
* de-count pckbd for pc98. This file is only compiled if NPCKBD was 1,peter2002-08-201-9/+5
* Check return status from fd_in() function.nyan2002-07-161-2/+1
* Merged from sys/dev/sio/sio.c revisions 1.376 and 1.377.nyan2002-06-241-4/+6
* MFi386: sys/i386/isa/clock.c revision 1.187.kato2002-06-242-4/+4
* Backout previous change and merge from sys/dev/sio/sio.c revision 1.375.nyan2002-06-191-6/+23
* Merged from sys/isa/fd.c revision 1.233.nyan2002-06-191-43/+29
* Make the speed used by gdb over serial settable in the kernel configuration.n_hibma2002-06-181-15/+26
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Merged from sys/isa/fd.c revisions from 1.229 to 1.232.nyan2002-05-141-18/+65
* Don't export timecounter structures under debug. with sysctl, theyphk2002-04-302-12/+0
* Tidy up some loose ends.peter2002-04-291-2/+2
* Simplify the RFC2783 and PPS_SYNC timestamp collection API.phk2002-04-261-7/+2
* Remove the tc_update() function. Any frequency change to thephk2002-04-262-4/+0
* Merged from sys/isa/fd.c revision 1.228.nyan2002-04-061-1/+1
* 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-012-8/+8
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-272-0/+22
* Push BIO_FORMAT into a local hack inside the floppy drivers wherephk2002-03-261-0/+1
* 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-206-79/+79
* 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
* Disksort will not "munge" requests, BIO_ORDERED or not, so removephk2002-02-221-4/+2
* Cosmetic changes.nyan2002-02-101-93/+95
* - Refine the iskanji1 function.nyan2002-02-101-52/+61
* Fixed mouse cursor on a console.nyan2002-02-101-6/+17
* Changed iskanji[12] to inline functions.nyan2002-01-311-175/+172
OpenPOWER on IntegriCloud