summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes and a stale forward declaration.bde1997-07-201-6/+1
* Hide definitions that depend on the APIC_IO option from LKMs so that LKMsbde1997-07-201-3/+7
* Fixed pedantic ANSI C errors:bde1997-07-201-11/+2
* Removed unused #includes.bde1997-07-201-6/+1
* Added code to support #define APIC_PIN0_TIMER.fsmp1997-07-191-2/+6
* Added #define APIC_PIN0_TIMER.fsmp1997-07-191-1/+9
* Increased NIDT to 256 for case of SMP or APIC_IO.fsmp1997-07-191-1/+5
* Split TEST_CPUSTOP code into CPUSTOP_ON_DDBBREAK and mainline code.fsmp1997-07-184-45/+23
* printf cleanup.fsmp1997-07-181-3/+3
* Hopefully fix a few problems that could cause hangs in SMP mode.dyson1997-07-171-1/+5
* Add support for 4MB pages. This includes the .text, .data, .data partsdyson1997-07-172-7/+23
* Turned OFF DEBUG_CPUSTOP as the default. This was necessary as kernels withoutfsmp1997-07-171-2/+2
* Removed a stale "FIXME:".fsmp1997-07-152-6/+2
* Cleanup.fsmp1997-07-151-50/+56
* New defines to eliminate "magic numbers" in various places.fsmp1997-07-153-7/+55
* new code to control other CPUs: stop_cpus()/restart_cpus()/_Xstopcpufsmp1997-07-131-64/+23
* Many new test defines, including:fsmp1997-07-132-7/+90
* General cleanup of APIC code.fsmp1997-07-081-44/+46
* General cleanup of APIC code.fsmp1997-07-083-5/+15
* stop_cpus(), currently BROKEN! (turned off in smptests.h by default).fsmp1997-07-071-10/+59
* Additional debugging functions and macros.fsmp1997-07-062-4/+49
* Added POST code output to various points of the startup code.fsmp1997-06-271-20/+173
* Preliminaries for stop_cpus()/restart_cpus().fsmp1997-06-272-6/+24
* Program lint1 to handle NMIs.fsmp1997-06-271-2/+24
* Added fields to the LVT1/2 group.fsmp1997-06-272-2/+20
* Merged/renamed functions:fsmp1997-06-251-82/+56
* Modified to declare merged/renamed functions:fsmp1997-06-251-5/+4
* Allow the kernel configuration file to override the amount of memorytegge1997-06-251-1/+3
* Ensure that the boot CPU honours write protection in kernel mode.tegge1997-06-241-1/+9
* Fix calculation of initial mplock value.fsmp1997-06-241-2/+2
* Fixed breakage for "default" configurations in mptable_pass1().fsmp1997-06-241-2/+2
* Preliminary support for per-cpu data pages.peter1997-06-2210-398/+140
* Fixed va_arg() to work for small args (as in stdarg.h).bde1997-06-211-9/+6
* Don't attempt to generate errors for unpromoted types in va_arg(),bde1997-06-211-14/+8
* When APM is configured, turn off the power when halting for good.wollman1997-06-152-2/+4
* Preserve %fs and %gs across context switches. This has a relatively lowbde1997-06-073-4/+20
* Removed #include of <i386/isa/isa_device.h>. inthand2_t is declared in abde1997-06-071-4/+1
* Updated comments.bde1997-06-071-15/+15
* Change isa_device.h to intr_machdep.hdfr1997-06-021-2/+2
* move spl.h to ipl.h, minus the inline spl macros. The inline splpeter1997-05-312-164/+62
* remove #include of <machine/spl.h> - they are externed nowpeter1997-05-311-3/+1
* move intrhand2_t from isa_device.h to machine/types.h - it's used far morepeter1997-05-311-1/+7
* Modified code in direction of supporting MULTIPLE_IOAPICS.fsmp1997-05-311-87/+3
* Code such as apic_base[APIC_ID] converted to lapic__idfsmp1997-05-291-16/+16
* apic.h now has structure definitions for both the local APIC and io APIC.fsmp1997-05-294-6/+309
* minor style police (recent divergence from KNF code)peter1997-05-291-5/+5
* Add declaration of mp_probe().fsmp1997-05-281-1/+2
* Nuke the printing of the unredirect message unless bootverbose.fsmp1997-05-271-3/+7
* Completely replace the PCI bus driver code to make it better reflectse1997-05-261-0/+48
* Added a test called 'LATE_START'.fsmp1997-05-262-191/+200
OpenPOWER on IntegriCloud