summaryrefslogtreecommitdiffstats
path: root/sys/i386/include
Commit message (Expand)AuthorAgeFilesLines
* Add support for XMM registers in GDB for x86 processors that supportdfr2005-05-312-0/+17
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-342/+42
* Change the spkr_set_pitch() function to a macro to fix low level profiling.nyan2005-05-281-7/+5
* Add the 2nd word of IA32 feature flags. This includes things such as SSE3.obrien2005-05-161-1/+1
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-142-0/+116
* Add a knob for disabling/enabling HTT, "machdep.hyperthreading_allowed".nectar2005-05-131-0/+8
* - Move the NPX_DEBUG option to options.{i386,pc98} and use opt_npx.h.nyan2005-05-121-0/+9
* Add convenience APIs pmc_width() and pmc_capabilities() to -lpmc.jkoshy2005-05-011-0/+3
* Implement an alternate method to stop CPUs when entering DDB. Normally we usedwhite2005-04-301-0/+5
* Return the correct register number in the 'get_msr()' MD function.jkoshy2005-04-281-0/+3
* o Reverse the inclusion chain from MD->MI to MI->MD by removing themarcel2005-04-201-1/+2
* Bring a working snapshot of hwpmc(4), its associated libraries, userland util...jkoshy2005-04-191-0/+184
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-16/+51
* Remove support for mixed mode altogether now that we no longer use IRQ 0jhb2005-04-141-1/+0
* It seems I introduced a new prerequisite for <machine/pcb.h> on i386,peter2005-04-141-0/+3
* Change the segment limits to 4GB, we set the user accessible bit on allpeter2005-04-134-15/+32
* Fix an evil bug that appeared in September 2003. VM86 bios calls use twopeter2005-04-131-1/+1
* Move pc98 specific parts to the pc98 specific file.nyan2005-04-132-10/+0
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-042-88/+2
* Move pc98 specific parts to the pc98 specific file.imp2005-04-033-21/+0
* With pc98/include, we can have pc98 and i386 specific bus spaceimp2005-04-034-1859/+1314
* The file machine/ieeefp.h needs sys/cdefs.h on amd64 and i386 after mynetchild2005-04-021-0/+1
* Initialize the mxcsr properly, so the initial value in a process isn'tdas2005-03-171-0/+1
* Remove fpsetsticky(). This was added for SysV compatibility, but duedas2005-03-151-1/+0
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-141-235/+2
* Remove an OBE set of comments, fix a minor whitespace nit while here.peter2005-03-111-8/+1
* - Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0jhb2005-03-091-4/+0
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-0215-82/+116
* Use a common multi-inclusion protection, and add such aru2005-02-191-4/+4
* Together with the changes to compile kernels with the Intel C/C++ compilermarius2005-02-191-1/+1
* Implement support for CPU private mappings within sf_buf_alloc().alc2005-02-131-1/+4
* Use the local APIC timer to drive the various kernel clocks on SMP machinesjhb2005-02-082-6/+4
* o Move copyin()/copyout() out of i386_{get,set}_ldt() andsobomax2005-01-261-0/+8
* Tweak the ELCR support slightly. Explicitly probe the ELCR during bootjhb2005-01-181-0/+1
* Introduce bus_dmamap_load_mbuf_sg(). Instead of taking a callback arg, thisscottl2005-01-071-0/+5
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0638-50/+56
* Remove left over include file from stallion driver.imp2005-01-061-122/+0
* Expand indirect reference to BSD license with the current one.imp2005-01-061-2/+22
* This doesn't seem to have been used since 386BSD daysimp2005-01-061-4/+0
* These appear to be unused in our tree, so remove them.imp2005-01-051-45/+0
* Add some constants for the local APIC timer.jhb2004-12-231-0/+5
* Add a simple 'intrcnt_add' function that other MD code can use to add ajhb2004-12-231-0/+1
* - Add a function to set the Task Priority Register (TPR) of the local APIC.jhb2004-12-231-10/+14
* Avoid more than two pending IPI interrupt vectors per local APICups2004-12-072-14/+44
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-011-1/+1
* Remove UAREA_PAGES.das2004-11-201-1/+0
* Initiate deorbit burn sequence for 80386 support in FreeBSD: Removejhb2004-11-163-14/+4
* Spell _KERNEL correctly so that UP kernels are actually optimized again.jhb2004-11-121-1/+1
* - Use the SMP style ops for atomic_load/store() in userland so thatjhb2004-11-121-2/+1
* - Place the gcc memory barrier hint in the right place in the 80386 versionjhb2004-11-111-8/+9
OpenPOWER on IntegriCloud