summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add support for busmaster DMA on some PCI IDE chipsets.sos1997-07-293-14/+219
* Return to using disable/enable_intr() for guarding DMA register access.msmith1997-07-291-7/+10
* Pedant attack! Use variable names consistent with discourse inmsmith1997-07-281-7/+6
* Use disable_intr() / read/write_eflags() to ensure that interruptmsmith1997-07-281-4/+6
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.fsmp1997-07-288-25/+141
* Comment out PEND_INTS for now, it breaks ISA INTs.fsmp1997-07-261-2/+4
* Fix a brino in my last commit.phk1997-07-261-2/+5
* mpapic.c & mp_machdep:fsmp1997-07-265-55/+27
* clock.c:fsmp1997-07-264-176/+98
* Removed "options SMP_TIMER_NC".fsmp1997-07-261-24/+39
* Removed "options SMP_TIMER_NC".fsmp1997-07-264-36/+6
* Add option for compiling in a 8x16 font.phk1997-07-256-10/+31
* 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-242-3/+20
* Added a new SMP specific file: i386/i386/simplelock.s.fsmp1997-07-241-1/+2
* Fix a difference between the declaration & definition of isa_dmastatus().fsmp1997-07-241-2/+2
* Treat 6x86MX CPU as 686-class CPU instead of 586-class CPU.kato1997-07-242-7/+7
* Add isa_dmastatus() for reading the current ISA DMA counter for amsmith1997-07-242-2/+83
* Removed the defunct GET_MPLOCK/REL_MPLOCK macros.fsmp1997-07-242-10/+2
* Fixed possible deadlock from recursive INTs on same cpu. Sincefsmp1997-07-231-3/+9
* New simple_lock code in asm:fsmp1997-07-239-179/+366
* Forced 32bit alignment of struct simple_lock in param.h.fsmp1997-07-232-4/+5
* Coded simple_lock and friends in asm.fsmp1997-07-233-29/+208
* 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-228-281/+270
* Hid the existance of imen via a dump routine.fsmp1997-07-221-6/+2
* Cleaned up an ugly printout.fsmp1997-07-221-7/+4
* Well, consensus seems very split on this so I talked it over with DGjkh1997-07-221-5/+3
* Enabled the FPU emilaute bit define: CR0_EMfsmp1997-07-211-3/+1
* Store SWI_MASK in a variable so that LKMs can use it portably.bde1997-07-211-1/+3
* Removed support for stale options.bde1997-07-211-30/+3
* Disabled 2 static inlines:fsmp1997-07-211-1/+4
* Made the SMP case ignore the possibility of an INT13 interface.fsmp1997-07-211-64/+43
* Fix a crash that has manifest itself while running X after the 4MBdyson1997-07-211-2/+2
* 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-208-125/+211
* Developed a new strategy for handling the 8254/8259/APIC issue.fsmp1997-07-201-1/+9
* Minor cleanup.fsmp1997-07-205-15/+24
* Minor cleanup.fsmp1997-07-202-22/+16
* Pass string arg to apic_dump.fsmp1997-07-201-2/+2
* Removed unused #includes.bde1997-07-203-10/+3
* Removed unused #includes.bde1997-07-209-44/+9
* Fixed data+bss limit (use the current rlimit instead of MAXDSIZ).bde1997-07-201-7/+3
* Removed unused #includes.bde1997-07-2062-330/+43
* Removed yet another vestige of devconf.bde1997-07-201-3/+1
* Finished (?) converting md_regs to a `struct trapframe *'. Some bogus castsbde1997-07-201-2/+2
* Uniformized idempotency ifdef.bde1997-07-201-4/+4
* Fixed missing indent protection in copyright.bde1997-07-201-5/+5
OpenPOWER on IntegriCloud