summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MImarcel2003-08-162-3/+3
* remove acquire_timer0() and release_timer0() and related stuff.phk2003-08-151-2/+0
* - Add macros describing some new MSR's in the Pentium 4 and some olderjhb2003-08-151-0/+25
* - Fix a duplicated typo.jhb2003-08-152-6/+6
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'simp2003-08-121-2/+24
* Halted CPU's should not accumulate time.ps2003-08-121-6/+6
* Backed out previous commit. This restores the warning about pessimizedbde2003-08-061-2/+2
* Dont initialize a TSC timecounter until we know if it is broken or not.phk2003-08-061-0/+1
* - GC unused cpu_thread_link().jhb2003-08-041-2/+0
* Allow foot shooting as Linux emulation needs it.julian2003-08-041-0/+1
* Style sync.obrien2003-08-031-0/+1
* Detour via (void *) to defeat gcc's strict-aliasing warnings when usingpeter2003-07-301-3/+3
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-271-0/+1
* Stop GCC from whining when people use a 16 bit port number for inb() and outb()phk2003-07-231-2/+2
* Use macros from apic.h to when writing to the ICR to send IPIs to startupjhb2003-07-231-5/+12
* Add a new macro APIC_ICRLO_RESV_MASK that contains all of the reservedjhb2003-07-232-0/+2
* Remove _ARCH_INDIRECT, it was the glue to enable having both hardwarepeter2003-07-231-67/+0
* Initiate de-orbit burn for fpu-less operation. 386+387 is stillpeter2003-07-221-1/+0
* Protect lint(1) from a #error.markm2003-07-101-0/+2
* unifdef -DLAZY_SWITCH and start to tidy up the associated glue.peter2003-07-101-3/+0
* Mega busdma API commit.scottl2003-07-011-1/+17
* - Construct a cpu topology map for Hyper Threading systems so that ULE mayjeff2003-06-281-0/+31
* Tidy up leftover lazy_switch instrumentation that is no longer needed.peter2003-06-271-16/+0
* Fix the false IPIs on smp when using LAZY_SWITCH caused by pmap_activate()peter2003-06-271-0/+1
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-2/+1
* Reinstate the bug fix in revision 1.2 as it is correct. The errors I sawjhb2003-06-071-8/+6
* - Rename nexus_pcib to legacy_pcib. I've been meaning to do this for ajhb2003-06-061-0/+11
* - Document the thermal and performance counter LVT entries in the localjhb2003-06-062-6/+10
* Bah, revert the previous commit for the time being due to inadequate testingjhb2003-06-031-6/+8
* Fix the asm constraints so that we use the correct constants when acquiringjhb2003-06-031-8/+6
* Use __FBSDID().obrien2003-06-021-1/+3
* Don't use ## to concatinate to two things that don't together make a C token.obrien2003-06-021-1/+1
* Use C99 compatable asm statements.obrien2003-06-021-2/+2
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-1/+2
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-261-6/+0
* sys/sys/limits.h:kan2003-05-192-3/+3
* Initialize logical_cpus_mask when the logical CPUs are enumerated inalc2003-05-151-2/+5
* Style fixes.kan2003-05-041-8/+11
* Hack to enable getting two different elf32 and elf64 loaders in thepeter2003-05-011-0/+13
* <b30> is 'IA64' - ie: you're running on an ia64 in 32 bit mode.peter2003-05-011-1/+1
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuespeter2003-05-011-0/+34
* KPT_MIN_ADDRESS and KPT_MAX_ADDRESS are not used anywhere. And if theypeter2003-05-011-3/+0
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-63/+4
* Use inlines for loading and storing page table entries. Use cmpxchg8b forjake2003-04-281-7/+45
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-51/+44
* Backout my last commit.davidxu2003-04-201-4/+4
* Don't return garbage in high 16 bits.davidxu2003-04-191-4/+4
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-101-10/+6
* Remove invalid cast to vm_offset_t to avoid truncating a physical addressjake2003-04-081-1/+1
OpenPOWER on IntegriCloud