summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add support for busmaster DMA on some PCI IDE chipsets.sos1997-07-297-17/+1111
* Return to using disable/enable_intr() for guarding DMA register access.msmith1997-07-292-14/+20
* Add support for loading the SCRIPTS microcode into the on-chip RAMse1997-07-281-598/+795
* Use malloc to save space for temp SUNIT variableache1997-07-281-9/+10
* Pedant attack! Use variable names consistent with discourse inmsmith1997-07-282-14/+12
* Use disable_intr() / read/write_eflags() to ensure that interruptmsmith1997-07-282-8/+12
* Modified the PEND_INTS algorithm to fix the ISA INT loss problem.fsmp1997-07-2815-45/+231
* Move tmpnc struct out of stack, too largeache1997-07-271-2/+3
* Add the ability for the pageout daemon to measure stats on memory usage beforedyson1997-07-271-14/+122
* Fix a very subtile problem that causes unnessary numbers of objects backingdyson1997-07-271-17/+48
* SUNIT: exchange back whole ifnet structures since they are in the linkedache1997-07-261-7/+6
* Forget to change units in prev. SUNIT commit. Move variales to localache1997-07-261-2/+7
* Exchange whole structures on SUNIT, not unit+flags fields only.ache1997-07-261-6/+6
* Comment out PEND_INTS for now, it breaks ISA INTs.fsmp1997-07-261-2/+4
* Ignore the block size returned by scsi_read_capacity(): this value isjmz1997-07-261-2/+3
* Synchronize with sys/i386/isa/syscons.c revision 1.228.kato1997-07-261-2/+5
* Synchronize with sys/i386/conf/options.i386 revision 1.52.kato1997-07-262-4/+2
* Synchronize with sys/i386/isa/clock.c revision 1.98.kato1997-07-263-162/+69
* Fix a brino in my last commit.phk1997-07-263-6/+15
* mpapic.c & mp_machdep:fsmp1997-07-269-107/+35
* clock.c:fsmp1997-07-268-372/+193
* Removed "options SMP_TIMER_NC".fsmp1997-07-261-24/+39
* Removed "options SMP_TIMER_NC".fsmp1997-07-266-49/+9
* Synchornize with sys/i386/isa/syscons.c revision 1.227.kato1997-07-261-7/+29
* Synchronize with sys/i386/conf/options.i386 revision 1.51.kato1997-07-262-2/+4
* Synchronize with sys/i386/conf/files.i386 revision 1.168.kato1997-07-262-2/+14
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.101.kato1997-07-262-2/+6
* 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
OpenPOWER on IntegriCloud