aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/md_var.h
Commit message (Expand)AuthorAgeFilesLines
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-1/+0
* - is_physical_memory()'s parameter, which is a physical address, should beAlan Cox2004-04-111-1/+1
* Add struct definition of the Elan MMCR registers (from jb@)Poul-Henning Kamp2004-01-051-1/+0
* Catch up to interrupt code changes.John Baldwin2003-11-031-0/+2
* - Add ss2_pagezero() for zeroing pages using the movnti instruction. ThisJeff Roberson2003-10-011-0/+1
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-161-3/+0
* Tidy up leftover lazy_switch instrumentation that is no longer needed.Peter Wemm2003-06-271-16/+0
* Define ovbcopy() as a macro which expands to the equivalent bcopy() call,Dag-Erling Smørgrav2003-04-041-4/+5
* Commit a partial lazy thread switch mechanism for i386. it isn't as lazyPeter Wemm2003-04-021-0/+16
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* - Move enable_sse()'s prototype to machine/md_var.h.John Baldwin2003-01-221-2/+3
* Rename cpuid_cpuinfo to cpu_procinfo. bde requested that I rename thisJohn Baldwin2003-01-221-1/+1
* Rework part of the previous processor name changes so that we readJohn Baldwin2003-01-091-1/+0
* - Add a cpu_exthigh variable to hold the highest extended cpuid valueJohn Baldwin2003-01-081-0/+2
* Add a cpuid_cpuinfo variable to hold the results of %ebx from cpuid withJohn Baldwin2003-01-081-0/+1
* Split 4.x and 5.x signal handling so that we can keep 4.x signalPeter Wemm2002-10-251-1/+7
* Change hw.physmem and hw.usermem to unsigned long like they used to bePeter Wemm2002-08-301-1/+1
* Move a prototype to the least wrong place.Poul-Henning Kamp2002-08-021-0/+1
* The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient.Poul-Henning Kamp2002-07-311-1/+1
* Add initialization code for the AMD Elan sc520 which maps the MMCRPoul-Henning Kamp2002-07-181-0/+1
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-1/+0
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-6/+3
* Remove __P.Alfred Perlstein2002-03-201-35/+35
* Back out part of KSE/M2 that snuck in under the radar: changing theJohn Baldwin2002-02-271-2/+2
* Apparently during the KSE M2 commit bzero() on the i386 was changed so thatJohn Baldwin2002-02-081-2/+2
* [partially forced commit due to pilot error in earlier commit attempt]Dag-Erling Smørgrav2001-10-211-3/+0
* Cleanup and split of nfs client and server code.Peter Wemm2001-09-181-1/+0
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* vm_page_zero_idle() is no longer MD.Peter Wemm2001-08-251-1/+0
* Activate SSE/SIMD. This is the extra context switching support thatPeter Wemm2001-07-121-0/+1
* Remove the last of the MD netisr code. It is now all MI. RemoveJake Burkholder2000-12-051-1/+0
* - Overhaul the software interrupt code to use interrupt threads for eachJohn Baldwin2000-10-251-2/+1
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.John Baldwin2000-10-051-0/+1
* Clean up some low level bootstrap code:Peter Wemm2000-08-111-0/+1
* Don't forget to reset the hardware debug registers when a process thatBrian S. Dean2000-02-201-0/+1
* oszsigcode -> szosigcodeMarcel Moolenaar1999-12-041-1/+1
* Add a per-signal flag to mark handlers registered with osigaction, so weLuoqi Chen1999-10-111-2/+1
* Simplification of the signal trampoline and other cleanups.Marcel Moolenaar1999-10-071-0/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement support for hardware debug registers on the i386.Jonathan Lemon1999-07-091-1/+3
* Enable vmspace sharing on SMP. Major changes are,Luoqi Chen1999-04-281-2/+3
* Moved declarations related to copying and zeroing to the right place.Bruce Evans1999-01-081-1/+13
* Add the ability to specify where on the at_shutdown queue a handler isMike Smith1998-10-301-2/+1
* Goodbye BOUNCE_BUFFERS, for a hack it has served us well.Peter Wemm1998-09-251-9/+1
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()John Polstra1998-09-141-1/+3
* Don't pretend to support ix86's with 16-bit ints by using longs just toBruce Evans1998-07-111-11/+10
* Fixed disordering of busdma* and swi_vm.Bruce Evans1998-02-011-4/+4
* Add prototypes for swi_vm, setsoftvm, schedsoftvm, and splsoftvm that wereJustin T. Gibbs1998-01-211-1/+2
* Implementation of Bus Space for FreeBSD-x86.Justin T. Gibbs1998-01-151-1/+3
* Moved some extern declarations to header files (unused ones to /dev/null).Bruce Evans1997-11-201-1/+8