summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
Commit message (Expand)AuthorAgeFilesLines
* Remove count for NSIO. The only places it was used it were incorrect.peter2001-01-311-1/+0
* Convert mca (microchannel bus support) from something that we countpeter2001-01-292-6/+6
* Merged from sys/isa/sio.c revision 1.320.nyan2001-01-271-149/+85
* Remove MUTEX_DECLARE() and MTX_COLD. Instead, postpone full mutexjasone2001-01-212-2/+2
* Convert apm from a bogus 'count' into a plain option. Clean out somepeter2001-01-192-6/+6
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Merged from sys/i386/isa/clock.c revision 1.164.kato2000-12-052-0/+10
* Make diskerr() always log with printf.phk2000-11-261-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-14/+8
* Merged from the following changes.nyan2000-11-052-23/+87
* Restore GDC mode to initial mode instead of 24KHz.nyan2000-10-281-1/+1
* Catch up to the new swi code.jhb2000-10-253-10/+2
* - Overhaul the software interrupt code to use interrupt threads for eachjhb2000-10-253-15/+15
* Used kbio.h and consio.h instead of machine/console.h.kato2000-10-202-3/+3
* Merged from sys/i386/isa/clock.c revision 1.160.kato2000-10-202-6/+6
* Remove unneeded #include <machine/clock.h>phk2000-10-155-5/+0
* Clean up as in isa/* - resource_query_string() loop cosmetic tweaks.peter2000-10-151-3/+4
* Fixed warnings.nyan2000-10-155-22/+31
* Fixed include files to use sys/{cons,fb,kb}io.h instead ofkato2000-10-092-3/+4
* Merged from sys/isa/sio.c revision 1.316.kato2000-10-061-1/+1
* Merged from sys/i386/isa/clock.c revisions 1.158 and 1.159.kato2000-10-062-232/+106
* Merged from sys/isa/sio.c revision 1.315.kato2000-09-221-7/+26
* Merged from sys/isa/fd.c revision 1.187.kato2000-09-151-1/+5
* Merged from sys/i386/isa/sio.c revision 1.314.kato2000-09-151-0/+1
* Merged from sys/i386/isa/clock.c revision 1.157.kato2000-09-152-14/+14
* Merged from sys/isa/sio.c revision 1.312.kato2000-09-131-0/+9
* Merged from sys/isa/sio.c revisions 1.309 - 1.311.kato2000-09-081-9/+25
* Merged from sys/isa/sio.c revision 1.306, 1.307 and 1.308.kato2000-09-071-37/+110
* Merged from sys/i386/isa/clock.c revision 1.156.kato2000-09-072-108/+218
* Changed default cursor shape to non-blink mode.nyan2000-08-082-3/+6
* Fixed PC-9821 NOTE supports with LINE30 mode.nyan2000-08-082-3/+16
* Merged from sys/i386/isa/clock.c revision 1.155.kato2000-08-042-2/+12
* Merged from sys/dev/syscons/scterm-sc.c revisions from 1.8 to 1.12.nyan2000-07-301-16/+37
* Backed out a part of previous commit. The function name conflicts.nyan2000-07-121-2/+2
* Merge from the following changes.nyan2000-07-113-56/+63
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-043-5/+5
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-033-5/+5
* Merged from sys/i386/isa/isa_dma.c revision 1.6.kato2000-06-281-1/+49
* Merged from sys/i386/isa/clock.c revision 1.152.kato2000-06-282-0/+96
* Sync with sys/dev/syscons/scterm-sc.c revisions 1.6 and 1.7.nyan2000-06-221-7/+17
* Fixed to support RSA98-III non-pnp mode. rman_get_start() had returnednyan2000-06-211-29/+37
* Merged from sys/isa/syscons_isa.c revision 1.13.kato2000-06-171-4/+5
* Merged from sys/i386/isa/{clock.c,npx.c} revisions 1.151 and 1.82,kato2000-06-062-2/+2
* Update of isa drivers using compatability shims to use COMPAT_ISA_DRIVER().nyan2000-05-311-1/+9
* Sync with sys/isa/ppc.c revision 1.27.nyan2000-05-311-6/+11
* Fixed header file path (machine/lpt.h -> dev/ppbus/lptio.h).nyan2000-05-261-1/+1
* Use bus_space stuff except where it needs high performance.nyan2000-05-121-413/+309
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-052-0/+2
* Fixed to support JIS7 KANJI.nyan2000-04-301-0/+40
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.nyan2000-04-272-74/+275
OpenPOWER on IntegriCloud