aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
Commit message (Expand)AuthorAgeFilesLines
* Shorten a long comment.David E. O'Brien2004-03-151-1/+1
* Re-kill ispcvt on amd64 - rc.d/syscons was fixed ages ago.Peter Wemm2004-03-131-109/+0
* MFp4: comment out options that don't exist so that they cannot bePeter Wemm2004-03-131-1/+1
* Diff reduction with current. Correct comment about ed etc.Peter Wemm2004-03-131-4/+4
* Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a commonPeter Wemm2004-03-132-122/+0
* Drastically clean up the legacy host-pci bridge table. We don't needPeter Wemm2004-03-131-208/+5
* MFi386: nuke pci_cfgintrPeter Wemm2004-03-132-23/+1
* Reduce the scope of the Giant lock being held for non-mpsafe syscalls.Peter Wemm2004-03-131-14/+6
* Now that contigfree() does not require Giant, don't grab it in busdma.Scott Long2004-03-131-2/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-9/+9
* Don't implement anything in the ffs family in <machine/cpufunc.h>Bruce Evans2004-03-111-0/+4
* Remove stale or broken call to kdb_trap() and protected by the non-Marcel Moolenaar2004-03-111-4/+0
* Stop depending on #include pollution from cpufunc.hPeter Wemm2004-03-081-0/+1
* MFi386: re-sort non-gcc function prototypes, trim includesPeter Wemm2004-03-081-44/+30
* MFi386: curpcb is no longer null anymore, so do not test for it.Peter Wemm2004-03-081-3/+1
* MFi386: set initial curpcb pcpu variable at startup time rather thanPeter Wemm2004-03-081-0/+1
* MFi386: wait for local apic to become free before using itPeter Wemm2004-03-081-4/+2
* Retire pmap_pinit2(). Alpha was the last platform that used it. However,Alan Cox2004-03-071-13/+0
* Remove unused declarations. (Some time ago, these variables became fieldsAlan Cox2004-03-071-2/+0
* When faced with a "GenuineIntel", we know what they call it now. ReplacePeter Wemm2004-03-061-2/+2
* MFi386: (all: keep a comment in sync with code, and don't depend onBruce Evans2004-03-051-0/+4
* Fix syntax errors and wrong function prototypes in several MD headerLukas Ertl2004-03-052-5/+5
* Document that ENABLE_ALART controls the alarm on Intel intpm driver.David E. O'Brien2004-03-051-7/+1
* Sync with i386/NOTES.David E. O'Brien2004-03-051-4/+4
* Add comment for 'mptable'.David E. O'Brien2004-03-051-3/+2
* Note that imp is working on un-shimming this driver, afterwards it shouldDavid E. O'Brien2004-03-051-2/+2
* The PECOFF support is 32-bit only.David E. O'Brien2004-03-051-4/+0
* Sync with i386/NOTES rev. 1.1131.David E. O'Brien2004-03-031-114/+252
* AMD64 versions.David E. O'Brien2004-03-032-0/+122
* Since we don't use PG_NX yet, don't turn on EFER_NXE quite yet. This needsPeter Wemm2004-02-252-0/+6
* Catch up with some proc/procsig locking improvements that were made to thePeter Wemm2004-02-211-6/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-1/+2
* Checkpoint the NOTES I was working on.David E. O'Brien2004-02-191-152/+114
* I forgot to add the NO_MODULES override for NOTESPeter Wemm2004-02-081-0/+3
* Remove the badsw* INVARIANTS checks. The events that this attemptsPeter Wemm2004-02-061-96/+10
* Turn of ath since it causes a link failure without the hal till sam'sPeter Wemm2004-02-061-1/+1
* Rename cn_unavailable to cnunavailable for little more consistency.Alexander Kabaev2004-02-051-2/+2
* Eliminate global cons_unavailable flag and replace it by the statusAlexander Kabaev2004-02-051-2/+2
* Don't cast a pointer to an int that isn't big enough.Peter Wemm2004-02-051-1/+1
* Fix long/int printf format problems exposed by PMAP_DIAGNOSTICPeter Wemm2004-02-051-7/+7
* Checkpoint a NOTES file I had as of Nov 23rd. It doesn't quite compilePeter Wemm2004-02-041-0/+419
* Remove a device that will compile fine, isn't 64-bit clean.David E. O'Brien2004-02-021-1/+0
* GRR. MFi386: white space spamPeter Wemm2004-01-301-49/+49
* Merge some more changes from i386.Peter Wemm2004-01-304-10/+46
* Re-add debug register support.Peter Wemm2004-01-291-19/+218
* Re-add user_dbreg_trap() for debug register supportPeter Wemm2004-01-292-0/+20
* Take another shot at the invariants calls to __panic. They hadn't beenPeter Wemm2004-01-291-17/+73
* deal with dbregs for fork etcPeter Wemm2004-01-281-17/+25
* Un-stub the hardware debug register stuff.Peter Wemm2004-01-281-33/+3
* Export PCB_DR* symbolsPeter Wemm2004-01-281-5/+7