summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Make COMPAT_43 optional again. XXX we need COMPAT_FBSD3 etc for thispeter2001-08-212-2/+20
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-1/+1
* Zap 'ptrace(PT_READ_U, ...)' and 'ptrace(PT_WRITE_U, ...)' since theypeter2001-08-082-108/+0
* Merged from sys/dev/syscons/syscons.c revisions 1.370, 1.371 and 1.372.nyan2001-08-071-85/+167
* Merged from sys/dev/syscons/scterm-sc.c revision 1.16.nyan2001-08-072-52/+120
* Removed PLIP support.nyan2001-07-312-1312/+0
* Convert the olpt driver to using new-bus stuff.nyan2001-07-293-135/+207
* Merged from sys/dev/syscons/syscons.c revisions 1.367 and 1.368.nyan2001-07-291-70/+64
* Merged from sys/i86/isa/npx.c revision 1.107.kato2001-07-281-7/+1
* Call the early tunable setup functions as soon as kern_envp is available.peter2001-07-262-0/+6
* Speed up console driver.nyan2001-07-262-296/+290
* Merged from sys/i386/conf/GENERIC revision 1.315.kato2001-07-241-0/+1
* Integrate fdc.h into fd.c.nyan2001-07-232-4/+250
* Merged from sys/i386/isa/npx.c revision 1.106.kato2001-07-191-14/+5
* Merged from sys/i386/isa/npx.c revision 1.105.kato2001-07-191-9/+9
* Merged from sys/i386/i386/machdep.c revisions 1.462 and 1.464.kato2001-07-192-140/+178
* Fixed conflict with sys/dev/syscons/syscons.h.nyan2001-07-142-10/+0
* - Refine pc98 supports.nyan2001-07-144-90/+178
* Added epson_inw function.nyan2001-07-141-0/+11
* Merged from the following changes.nyan2001-07-147-58/+74
* Merged from sys/i386/conf/GENERIC revision 1.313.nyan2001-07-141-1/+1
* Added (commented out) audio driver.nyan2001-07-141-0/+4
* `pcn' supports AMD Am79C97x cards, not Am79C79x cards.dd2001-07-131-1/+1
* Fix another missed pcb_savefpu reference (inside NPX_DEBUG)peter2001-07-121-2/+2
* Apply the i386 SSE mods to pc98 as well.peter2001-07-123-21/+238
* Added #include <sys/proc.h>nyan2001-07-102-0/+2
* Merged from sys/i386/i386/machdep.c revisions 1.459 and 1.460.nyan2001-07-072-90/+0
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-044-22/+12
* - Don't overwrite inb, inw and outw.nyan2001-07-041-1/+1
* Fixed warning message.nyan2001-07-022-6/+4
* Don't need the .keep_me files. Obrien and I committed past each other.imp2001-07-012-1/+1
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-301-0/+0
* Really do proper keepme files in the compile directories. Useimp2001-06-302-0/+1
* Ensure sys/${MACHINE}/compile/FOO existsobrien2001-06-301-0/+0
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesimp2001-06-302-2/+2
* Add a new MI pointer to the process' trapframe p_frame instead of usingjhb2001-06-293-28/+28
* Enable interrupts again after disabling them in epson_{in,out}sw().jhb2001-06-291-0/+2
* Merged from the following changes.nyan2001-06-266-154/+528
* Merged from sys/isa/sio.c revision 1.335.nyan2001-06-262-2/+10
* Merged from sys/i386/isa/isa_dma.c revision 1.7.nyan2001-06-262-0/+18
* Merged from sys/isa/syscons_isa.c revision 1.16.nyan2001-06-262-2/+2
* Merged from sys/dev/syscons/scterm-sc.c revison 1.15.nyan2001-06-262-2/+4
* Merged from sys/dev/syscons/syscons.c revisons 1.358 and 1.360.nyan2001-06-261-1/+20
* Merged from sys/isa/fd.c revisions 1.198, 1.199, 1.200, 1.202 and 1.204.nyan2001-06-262-150/+62
* Commented out pcm hints.kato2001-06-261-5/+5
* Fixed miss merging from revision 1.102.nyan2001-06-261-1/+1
* Merged from sys/i386/isa/npx.c revision 1.102.kato2001-06-231-2/+2
* Merged from sys/i386/i386/machdep.c revisions 1.456 and 1.457.kato2001-06-232-34/+16
* Removed pcm and sbc devices.kato2001-06-231-4/+0
* Allocate all resources using keyboard controller.nyan2001-06-172-16/+74
OpenPOWER on IntegriCloud