summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
...
* Sync with i386 - Optimize intr_execute_handlers a bit etc.peter2004-08-161-21/+50
* Sync with i386 - cosmetic fixespeter2004-08-161-1/+2
* Catch up with i386 - remove lots of no longer used symbolic constantspeter2004-08-161-76/+1
* Sync with i386peter2004-08-161-3/+11
* MFi386: rev 1.213 -- fix DELAY while the debugger is active.marcel2004-07-111-12/+23
* MFi386: don't fake the time counter when the debugger is active.marcel2004-07-101-20/+12
* Move module.h include to the same place as on i386 for diff reduction.peter2004-06-031-1/+1
* Add missing <sys/module.h> instances which were shadowed by the nestedphk2004-06-032-0/+2
* Fixed profiling of trap, syscall and interrupt handlers and somebde2004-05-241-2/+0
* Adjusted FAKE_MCOUNT()s for amd64. This is needed for both ordinarybde2004-05-231-1/+1
* MFi386: numerous interrupt and acpi updatespeter2004-05-165-66/+143
* Add a simple mini-driver for the ELCR register. Originally, the ELCRjhb2004-05-041-0/+143
* Remove advertising clause from University of California Regent's license,imp2004-04-058-32/+0
* sync comment with i386's isa.c.. This removes a comment that is YEARSjmg2004-03-171-3/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+1
* Don't cast a pointer to an int that isn't big enough.peter2004-02-051-1/+1
* Diff reduction with i386peter2004-01-281-4/+12
* Use i8259A register defines from shared header sys/dev/ic/i8259.h insteadjhb2004-01-062-53/+4
* Cosmetic and/or trivial sync up with i386.peter2003-11-212-4/+5
* MFi386: pre-register idt slots for atpic so we catch any strays withoutpeter2003-11-211-6/+22
* MFi386 rev 1.207 (phk): Don't mistakenly disable the TSC when usingpeter2003-11-211-10/+10
* Add SMP changes as should have been committed as rev 1.28peter2003-11-171-26/+7
* Restore file accidently killed in the crossfire from the smp commit.peter2003-11-171-0/+152
* Initial landing of SMP support for FreeBSD/amd64.peter2003-11-1710-1296/+71
* Oh, how embarresing. I broke my own platform. :-)peter2003-11-171-4/+4
* Preemptively burn a bridges. The isa timer code is likely to bepeter2003-11-141-141/+0
* Always install IDT entries for ATPIC interrupt sources. The APIC nojhb2003-11-141-10/+3
* "opt_auto_eoi.h" is not used here anymore. See atpic.c.peter2003-11-141-2/+0
* Replace magic numbers with macros for i8259A register constants. Stilljhb2003-11-141-9/+10
* Fix up the control word 3 bits. jhb discovered how much I screwed thispeter2003-11-141-4/+4
* Stop pretending to support kernel profiling. The FAKE_MCOUNT() etcpeter2003-11-131-4/+0
* - Move manipulation of td_intr_nesting_level out of assembly interruptjhb2003-11-122-72/+23
* The great s/npx/fpu/gipeter2003-11-081-2/+2
* Rename npx* to fpu*. I haven't done the flags/function names yet.peter2003-11-081-725/+0
* There isn't much point printing 'npx0: INT 16 interface' because that ispeter2003-11-081-1/+0
* Fix to support pc98.nyan2003-11-041-0/+6
* Split pc98 support into pc98/pc98/nmi.c.nyan2003-11-041-22/+1
* Add the new atpic(4) driver for the 8259A master and slave PICs. Byjhb2003-11-032-178/+492
* Move the NMI handling code out to its own file.jhb2003-11-031-586/+2
* MFi386: Do not depend on LEAPYEAR() macro boolean values being 0 or 1.peter2003-09-301-2/+3
* MFi386: BURN_BRIDGES around timer0 functionspeter2003-09-301-2/+14
* MFi386 machdep.c rev 1.201, clock.c 1.201, clock.h 1.45 by phk: Dontpeter2003-09-221-0/+2
* MFi386: machdep.c:1.570 clock.c:1.204 by bde: Quick fix for calling DELAYpeter2003-09-221-2/+18
* Use __FBSDID().obrien2003-07-256-13/+23
* Use __FBSDID().obrien2003-06-021-1/+3
* Give a %fs and %gs to userland. Use swapgs to obtain the kernel %GS.basepeter2003-05-121-2/+8
* Style nits.jhb2003-05-071-2/+4
* Repocopy *.s to *.Speter2003-05-034-300/+1
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-0116-1693/+333
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
OpenPOWER on IntegriCloud