summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Added support for the Seeq 80c24 PHY; does nothing except disable thedg1997-07-252-2/+14
* In SCSI diagnostic messages, cause "0x" to be prepended to the numberjdp1997-07-251-3/+3
* Add Ultra-SCSI support and enable more features for advancedse1997-07-252-214/+738
* Add option for compiling in a 8x16 font.phk1997-07-2513-25/+76
* Recalculate ip_sum before passing abrian1997-07-251-1/+15
* simplelock functions removed from apic_ipl.s.fsmp1997-07-241-0/+145
* Removed the simplelock functions.fsmp1997-07-241-142/+11
* param.h:fsmp1997-07-244-7/+24
* Added a new SMP specific file: i386/i386/simplelock.s.fsmp1997-07-242-2/+4
* Fix a difference between the declaration & definition of isa_dmastatus().fsmp1997-07-241-2/+2
* Back out align attribute that corrupts "machine independance" of file.fsmp1997-07-242-6/+4
* Treat 6x86MX CPU as 686-class CPU instead of 586-class CPU.kato1997-07-244-14/+14
* Synchronize with sys/i386/isa/isa.c revision 1.96.kato1997-07-241-1/+85
* Add isa_dmastatus() for reading the current ISA DMA counter for amsmith1997-07-243-3/+164
* Removed the defunct GET_MPLOCK/REL_MPLOCK macros.fsmp1997-07-245-25/+5
* Fixed possible deadlock from recursive INTs on same cpu. Sincefsmp1997-07-231-3/+9
* New simple_lock code in asm:fsmp1997-07-2316-235/+550
* Forced 32bit alignment of struct simple_lock in param.h.fsmp1997-07-234-8/+11
* Forced 32bit alignment of struct simple_lock.fsmp1997-07-232-4/+6
* Synchronize with sys/i386/isa/clock.c revision up to 1.97.kato1997-07-233-87/+18
* Coded simple_lock and friends in asm.fsmp1997-07-235-31/+222
* Added a missing semicolon, compile failed when I turned on simple_lock().fsmp1997-07-221-10/+6
* Last commit didn't take, operator error???fsmp1997-07-2215-419/+350
* Hid the existance of imen via a dump routine.fsmp1997-07-222-12/+4
* Cleaned up an ugly printout.fsmp1997-07-221-7/+4
* Cleaned up the FPU init.fsmp1997-07-221-8/+2
* Correct some dumb mistakes in the WebNFS stuff.dfr1997-07-224-32/+64
* Allow NULL cookie verifiers for non-NULL offsets. This is needed fordfr1997-07-222-6/+6
* Well, consensus seems very split on this so I talked it over with DGjkh1997-07-222-10/+6
* Quick and dirty (?) fix for noatime option. The WebNFS changesbde1997-07-221-2/+2
* Enabled the FPU emilaute bit define: CR0_EMfsmp1997-07-212-6/+2
* SMP code initializes the FPU of APs.fsmp1997-07-211-4/+14
* Oops, unremoved used #include.bde1997-07-211-0/+3
* Use soft_imask instead of SWI_MASK in the LKM version. SWI_MASK shouldn'tbde1997-07-211-6/+1
* Store SWI_MASK in a variable so that LKMs can use it portably.bde1997-07-212-2/+5
* Removed support for stale options.bde1997-07-211-30/+3
* Added ${KMOD} to CLEANFILES. ${KMOD} gets created if you run `make load'.bde1997-07-211-2/+2
* Synchronize with sys/i386/isa/npx.c revision 1.49.kato1997-07-211-68/+43
* Synchronize with sys/i386/i386/microtime.s revision 1.26.kato1997-07-211-2/+20
* Synchronize with sys/i386/isa/clock.c revision up to 1.95.kato1997-07-213-123/+213
* Synchronize with sys/i386/isa/fd.c, if_ed.c, if_fe.c, lpt.c, mse.c,kato1997-07-2112-62/+12
* Synchronize with sys/i386/i386/machdep.c and trap.c revisions 1.253kato1997-07-213-19/+3
* Disabled 2 static inlines:fsmp1997-07-212-2/+8
* Made the SMP case ignore the possibility of an INT13 interface.fsmp1997-07-213-192/+129
* Fix a crash that has manifest itself while running X after the 4MBdyson1997-07-212-4/+4
* Put in a "HEADS UP" concerning the 'SMP_TIMER_NC' option.fsmp1997-07-201-3/+9
* Omit printout of imen, INTRGET() is not MP-safe yet...fsmp1997-07-201-2/+7
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-2015-227/+423
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-1/+9
* Minor cleanup.fsmp1997-07-2010-28/+46
OpenPOWER on IntegriCloud