summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
Commit message (Expand)AuthorAgeFilesLines
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-8/+13
* Cleaned up declaration and initialization of clock_lock. It is onlybde2007-01-231-13/+10
* Evidently neither GENERIC nor kan's config had isa in it :-0. Askmacy2006-12-171-1/+1
* Newer versions of gcc don't support treating structures passed by valuekmacy2006-12-172-2/+3
* Optimized RTC accesses by avoiding null writes to the index registerbde2006-12-031-9/+16
* Change the x86 interrupt code to suspend/resume interrupt controllersjhb2006-10-101-9/+14
* Use utc_offset() where applicable, and hide the internals of itphk2006-10-021-2/+2
* Second part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-3/+0
* First part of a little cleanup in the calendar/timezone/RTC handling.phk2006-10-021-0/+1
* Correct 'interrupt interrupt' -> 'interrupt' in the comment.wkoszek2006-09-201-1/+1
* 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
OpenPOWER on IntegriCloud