summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Zap #if 0'ed map init code that got moved to the MI area.peter2001-09-042-280/+0
* Always turned on 8bit access card support for the fe drivershiba2001-09-021-1/+0
* Enable hardwiring of things like tunables from embedded enironmentspeter2001-08-272-2/+6
* Optionize UPAGES for the i386. As part of this I split some of the lowpeter2001-08-252-0/+8
* Fix a #endif misplacement in 1.231 due to misapplied patchpeter2001-08-232-2/+2
* Merge i386/machdep.c rev 1.474: dont overextend %cs. (finally, it doesn'tpeter2001-08-232-32/+4
* Merge i386/machdep.c rev 1.469: whitespace changes to fit 80 columnspeter2001-08-232-64/+120
* Merge i386/machdep.c rev 1.468: make breakpoint/trace interrupt insteadpeter2001-08-232-4/+4
* Merge 386/machdep.c rev 1.467: fix bugs/miscalculationspeter2001-08-232-20/+24
* Identical to i386/machdep.c rev 1.473: move submap initialization to MI.peter2001-08-232-22/+12
* Merge i386/machdep.c rev 1.472: Fix bug in physmem_est and maxbcachepeter2001-08-232-8/+12
* Merge i386/machdep.c rev 1.470. Limit KVM for buffer cache etc.peter2001-08-232-2/+12
* Dont compile in SSE fxsave/fxrstor instructions if CPU_ENABLE_SSE isn'tpeter2001-08-231-6/+15
* 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
OpenPOWER on IntegriCloud