summaryrefslogtreecommitdiffstats
path: root/sys/arch/amd64/isa (follow)
Commit message (Expand)AuthorAgeFilesLines
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-231-2/+9
* Delete dead isa_strayintr() and fakeintr() code, along with multipleguenther2020-09-291-37/+2
* Add support for timeconting in userland.pirofti2020-07-061-2/+2
* pci_intr_establish_cpu() for establishing an interrupt no a specific cpu.dlg2020-06-171-2/+2
* Fix buglet in previous commit; use time from the struct timeval that waskettenis2020-05-021-2/+2
* Use the same inittodr()/resettodr() implementation as on arm64/armv7/sparc64kettenis2020-04-281-69/+28
* sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)cheloha2019-08-211-9/+4
* i8254_delay(): simplify tick computationcheloha2019-07-191-29/+6
* zap reference to non-existent function in a commentjasper2019-05-231-5/+2
* Use the MI interrupt enable/distable API instead of the MD one on amd64 andkettenis2018-07-271-9/+8
* Mark the i8254 clock interrupt MPSAFE. It isn't, but it doesn't matterkettenis2018-07-091-5/+9
* reduce the amount of includes in arch/amd64jsg2017-10-142-13/+2
* don't bother checking diagnostic status (which patrick reportsjcs2017-08-111-7/+1
* tedu some code that has not been executed since time_t became 64 bitstom2017-01-251-20/+1
* not having a century is a known layout by nowjcs2016-08-031-6/+3
* free(x, 0) cleanup:semarie2015-09-271-3/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-142-4/+2
* Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memorykettenis2015-01-241-2/+3
* bcopy -> memcpy; ok teduderaadt2014-12-221-7/+5
* The correct place to call _bus_dmamap_sync() is after we copy data *to* thekettenis2014-07-131-7/+6
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* It's been a quarter century: we can assume volatile is present with that name.guenther2014-03-291-3/+3
* Don't set the frequency of the statclock if we don't have one.gerhard2013-04-171-5/+9
* N: Thou shalt not call hardclock() with biglock held.oga2011-07-051-2/+2
* remove uneeded inlines here as was done in rev 1.24 ofjsg2011-04-081-5/+5
* typomiod2010-11-201-2/+2
* Disable the RTC the periodic interrupt. Leaving it enabled causes thekettenis2010-08-111-1/+7
* Someone went nuts with spaces and tabs. No binary change.marco2010-08-101-11/+11
* Don't forget to register the i8254-based timecounter if we use the i8254kettenis2010-07-291-1/+3
* in the clock drivers, seperate the soft-state and hard-state which wasderaadt2010-07-251-47/+27
* Make the i386 and amd64 bus_dma functions for isa less stupid:oga2010-03-251-61/+13
* remove the _BUS_DMA_PRIVATE define from amd64 and i386.oga2009-03-101-2/+1
* Kill the $ARCH prefix for isa_dma_cookie. With this change, the i386 andoga2008-12-111-10/+10
* both x86 platforms isa bus_dma implementations handle bus_dmamap_syncoga2008-12-101-20/+10
* revert all changes related to the mpsafe intr handler. i screwed up the committedu2008-12-061-2/+2
* not commited, i'm a retardtedu2008-12-061-2/+2
* Remove the x86 and i386 prefixes to the bus_dma types. It's really quiteoga2008-12-031-3/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* MALLOC/FREE -> malloc/free and M_ZERO changeschl2007-09-171-3/+3
* copy nvram code from i386, because amd64 can use it too. done byderaadt2007-08-022-2/+95
* Remove MCA ghosts, no changes in .o files.grange2007-05-031-30/+1
* Remove a duplicate copyright statement.jsg2007-04-281-38/+1
* ansi/deregisterjsg2007-01-152-143/+53
* sync amd64 to i386 w.r.t. acpi support. Also fix interrupt routing for multi-ioapic systems.niklas2006-11-251-3/+6
* Timecounters for amd64. Diff by art@, tested by many. ok deraadt@otto2006-11-071-142/+113
* Move ISA logic of allocation functions to better place.weingart2006-06-081-8/+11
* Properly route ISA interrupts through ioapics.kettenis2006-03-081-2/+29
* from mickey, like on i386:deraadt2006-03-011-6/+1
* Remove dead sysbeep driver and unused sysbeep() routine. No functional change.miod2006-02-121-60/+1
* Remove the advertising clause in the UCB license which Berkeleyjsg2005-12-132-12/+4