summaryrefslogtreecommitdiffstats
path: root/sys/arch/landisk/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for timeconting in userland.pirofti2020-07-061-0/+23
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-3/+0
* Retire <machine/varargs.h>.visa2020-05-271-3/+0
* Remove unused spllock().visa2018-08-201-2/+1
* Define IPL_MPFLOOR on SP archs.mpi2018-05-301-1/+2
* add a BUS_DMA_64BIT flag to bus_dma on all our archs.dlg2017-05-081-14/+15
* provide splraise on landiskdlg2016-06-141-11/+12
* Initial support for MSI-X. Only supported on amd64 for now. I have diffs tokettenis2016-05-041-1/+2
* Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outmiod2015-07-171-3/+3
* Add a stub for the new MD hook needed to handle ACPI Power Resources.mpi2013-11-051-1/+2
* add missing license (PD) blockjasper2013-06-012-4/+4
* Add a dummy IPL_MPSAFE definition.kettenis2013-05-171-1/+3
* refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedderaadt2013-03-231-10/+3
* Implement pci_min_powerstate().kettenis2012-09-041-1/+3
* create new machine/_float.h which is namespace clean. create a newderaadt2012-06-263-6/+3
* Specify the TLS variant for each platform.guenther2011-10-271-0/+3
* Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).miod2011-10-101-1/+2
* Nuke the useless D_KQFILTER flag and just check that d_kqfilter isnicm2011-07-041-2/+2
* machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andnaddy2011-06-241-4/+4
* Remove the freelist member from vm_physsegoga2011-05-301-4/+1
* Add pci_intr_map_msi() stub.kettenis2011-05-211-1/+2
* - enable fenvmartynas2011-04-281-0/+3
* Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti2011-03-237-28/+28
* Introduce a new pci routine, pci_conf_size(), which returns the size of amiod2010-12-041-1/+3
* Fix more cdev initializations which were using enodev for poll; ok kettenisderaadt2010-07-211-2/+2
* Add support for mapping ACPI to PCI devicesjordan2010-06-291-1/+3
* OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only themiod2010-04-041-5/+5
* - add rcs id's.jasper2009-11-2432-0/+64
* Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.oga2009-04-201-1/+2
* Introduce splsoftassert(), similar to splassert() but for soft interruptmiod2009-03-151-1/+3
* revert all changes related to the mpsafe intr handler. i screwed up the committedu2008-12-061-3/+1
* mpsafe intr_establish that doesn't get biglock, so that we may dream of the day when this is useful.tedu2008-12-061-1/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-264-32/+4
* Define IPL_VM on platforms which lack it.miod2007-11-301-3/+4
* significantly simplified disklabel infrastructure. MBR handling becomes MIderaadt2007-06-171-0/+2
* Fix KERNBASE, so that profiling kernels initialize (but profiling is brokenmiod2007-05-201-1/+3
* forgot this one in my previous commit.thib2007-05-161-2/+2
* Simple monoprocessor mutex implementation, faster than the MI code, four leftmiod2007-05-011-0/+1
* machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and relatedmiod2007-04-291-1/+16
* Remove __BUS_SPACE_ADDRESS_SANITY correctly, no cookie for me. Spotted bymiod2007-04-121-21/+6
* Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY andmiod2007-04-101-34/+1
* Add <machine/fpu.h> for upcoming userland changes.miod2007-03-131-0/+1
* Dangling includemiod2007-03-131-1/+0
* Kernel crash dumps and associated libkvm bits for landisk.miod2007-03-031-0/+1
* only make this interface available to the kernel for now, discussed withaderaadt2007-02-191-2/+3
* Add machine/atomic.h to all architectures and define two operationsart2007-02-061-0/+9
* Define IPL_SCHED.miod2006-11-211-2/+3
* splassert support.miod2006-11-211-1/+17
* Don't bother using _cpu_intr_raise() for splhigh(), use _cpu_intr_suspend().miod2006-11-211-2/+2
* goodbye splserial, hello splaudio.drahn2006-11-201-3/+3