summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* Rework how we wire up interrupt sources to CPUs:jhb2006-02-281-2/+14
* Tweak how the MD code calls the fooclock() methods some. Instead ofjhb2005-12-221-6/+7
* For the amd64 platform, we can depend on the TSC being present. This patchpeter2005-12-121-0/+15
* MFi386:jhb2005-12-083-28/+8
* Really slam the door on mixed mode now that we don't depend on it for ajhb2005-12-051-0/+15
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-251-2/+2
* Fixup some more fallout from the lapic/i8254 changes:jhb2005-07-131-23/+15
* Remove a || 1 that crept into the i8254 commit and was subsequentlyjhb2005-07-051-1/+1
* MFi386: r1.221: use simple timecounter that is aware of irq0 being off.peter2005-07-011-7/+34
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-142-5/+2
* - Move timerreg.h to <arch>/include and split i8253 specific defines intonyan2005-05-143-101/+8
* Remove unused IO_NPX* defines.nyan2005-05-121-2/+0
* MFi386: sync rtc code - don't setup an interrupt handler for irq0 whenpeter2005-04-151-28/+32
* Remove comments relevant only to pc98 as there are no amd64 pc98 machines.imp2005-03-161-11/+1
* Fix a mismerge of i386 rev 1.209peter2005-03-111-1/+1
* MFi386: Bring over John's local apic timer codepeter2005-02-281-12/+11
* MFi386: read from RTC_INTR after writing to RTC_STATUSBpeter2005-02-081-0/+2
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-16/+13
* JumboMFi386: use bitmapped IPI handler. Update elcr and default mptablepeter2005-01-212-10/+4
* MFi386: whitespace, copyright header, etc updatespeter2005-01-211-1/+1
* There are no PC98 amd64 machines, so gc a few stray ifdefs.imp2005-01-111-5/+0
* Get rid of #ifdef for legacy system. Move that into the MD code.imp2004-12-241-0/+7
* Add new a function isa_dma_init() which returns an errno when it failsphk2004-09-151-13/+11
* Remove now unused #include files.phk2004-09-151-52/+0
* 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
OpenPOWER on IntegriCloud