summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
Commit message (Expand)AuthorAgeFilesLines
* Add a function pci_probe_route_table() that returns true if our PCI BIOSjhb2002-09-061-0/+1
* - Add a pci_cfgintr_valid() function to see if a given IRQ is a validjhb2002-09-061-1/+1
* Function prototypes don't need 'extern'.jhb2002-09-041-6/+6
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-1/+1
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-1/+0
* OK, I have had it with losing my console because the AP's print their "I ampeter2002-08-281-5/+12
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-214-5/+144
* Use the __BUS_ACCESSOR macro for NEXUS_ACCESSORmux2002-08-201-14/+2
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-051-0/+1
* Move a prototype to the least wrong place.phk2002-08-022-1/+1
* The Elan SC520 MMCR is actually 16bit wide, so u_char is inconvenient.phk2002-07-311-1/+1
* Resolve conflicts arising from the ACPI CA 20020725 import.iwasaki2002-07-301-0/+125
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-293-218/+171
* Move SWTCH_OPTIM_STATS related code out of cpufunc.h. (This sort of statpeter2002-07-211-7/+0
* Beautify. This has the side effect of improving portability andmarkm2002-07-181-39/+31
* Add initialization code for the AMD Elan sc520 which maps the MMCRphk2002-07-182-0/+2
* Clean up the syntax WRT semicolons at the end of function-like-macros, and pr...markm2002-07-171-23/+74
* Wrap GNU specific code in ifdefs, and help lint out by providingmarkm2002-07-151-2/+18
* Cast to prevent "signed/unsigned comparison" warnings.markm2002-07-151-2/+2
* Warnings and lint-assisting fixes; mark unused function parameters asmarkm2002-07-152-36/+116
* Revive backed out pmap related changes from Feb 2002. The highlights are:peter2002-07-124-102/+337
* Bah, move the invltlb counter to C code and hook a debug sysctl onto it.peter2002-07-111-0/+6
* Remove the critmode sysctl - the new method for critical_enter/exit (alreadydillon2002-07-102-46/+17
* Cosmetic. Remove #if 0 definition of vtophys() - it predates 4MB pages.peter2002-07-081-8/+0
* This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-303-0/+555
* This is the start of the FreeBSD/x86_64 kernel.obrien2002-06-301-0/+138
* Gcc 3.1 varargs support.obrien2002-06-301-0/+47
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Add files that are new for KSE.julian2002-06-291-0/+49
* Add additional cpuid feature flags and put into a canonical format.mp2002-06-221-18/+33
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* Silence preprocessor warning, No need to use CONCAT with "," and "word".alfred2002-06-011-1/+1
* Fixed the return value of fpsetmask(). The API requires inversion of thebde2002-06-011-1/+2
* Fixed style bugs in rev.1.9.bde2002-06-011-9/+17
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+46
* Rename pause() to ia32_pause() so it doesn't conflict with the pause()jhb2002-05-221-2/+2
* Debug registers aren't selectors, so use saner names for the variables injhb2002-05-221-24/+24
* - Sort the pause() inline into the appropriate location.jhb2002-05-221-6/+25
* Rename cpu_pause() to pause(). Originally I was going to make this anjhb2002-05-221-1/+1
* Add an inline function cpu_pause() for the IA32 'pause' instruction.jhb2002-05-211-0/+6
* Gcc 3.1 varargs support.obrien2002-05-101-0/+18
* Tidy up some loose ends.peter2002-04-291-3/+2
* Stylify (mainly line up macro EOL-continuation \'s), and add a dummymarkm2002-04-211-21/+28
* Fix typo in adjusted panic message.tegge2002-04-171-1/+1
* Update io_apic_ints array properly when revoking an irq mapping.tegge2002-04-171-2/+2
* Move do_cpuid into the correct place in this file and makedwmalone2002-04-101-10/+8
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-1/+0
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
OpenPOWER on IntegriCloud