summaryrefslogtreecommitdiffstats
path: root/sys/arch/landisk/include
AgeCommit message (Expand)AuthorFilesLines
2020-07-06Add support for timeconting in userland.pirofti1-0/+23
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-3/+0
2020-05-27Retire <machine/varargs.h>.visa1-3/+0
2018-08-20Remove unused spllock().visa1-2/+1
2018-05-30Define IPL_MPFLOOR on SP archs.mpi1-1/+2
2017-05-08add a BUS_DMA_64BIT flag to bus_dma on all our archs.dlg1-14/+15
2016-06-14provide splraise on landiskdlg1-11/+12
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs tokettenis1-1/+2
2015-07-17Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.outmiod1-3/+3
2013-11-05Add a stub for the new MD hook needed to handle ACPI Power Resources.mpi1-1/+2
2013-06-01add missing license (PD) blockjasper2-4/+4
2013-05-17Add a dummy IPL_MPSAFE definition.kettenis1-1/+3
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedderaadt1-10/+3
2012-09-04Implement pci_min_powerstate().kettenis1-1/+3
2012-06-26create new machine/_float.h which is namespace clean. create a newderaadt3-6/+3
2011-10-27Specify the TLS variant for each platform.guenther1-0/+3
2011-10-10Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).miod1-1/+2
2011-07-04Nuke the useless D_KQFILTER flag and just check that d_kqfilter isnicm1-2/+2
2011-06-24machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andnaddy1-4/+4
2011-05-30Remove the freelist member from vm_physsegoga1-4/+1
2011-05-21Add pci_intr_map_msi() stub.kettenis1-1/+2
2011-04-28- enable fenvmartynas1-0/+3
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.pirofti7-28/+28
2010-12-04Introduce a new pci routine, pci_conf_size(), which returns the size of amiod1-1/+3
2010-07-21Fix more cdev initializations which were using enodev for poll; ok kettenisderaadt1-2/+2
2010-06-29Add support for mapping ACPI to PCI devicesjordan1-1/+3
2010-04-04OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only themiod1-5/+5
2009-11-24- add rcs id's.jasper32-0/+64
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.oga1-1/+2
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptmiod1-1/+3
2008-12-06revert all changes related to the mpsafe intr handler. i screwed up the committedu1-3/+1
2008-12-06mpsafe intr_establish that doesn't get biglock, so that we may dream of the day when this is useful.tedu1-1/+3
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.ray4-32/+4
2007-11-30Define IPL_VM on platforms which lack it.miod1-3/+4
2007-06-17significantly simplified disklabel infrastructure. MBR handling becomes MIderaadt1-0/+2
2007-05-20Fix KERNBASE, so that profiling kernels initialize (but profiling is brokenmiod1-1/+3
2007-05-16forgot this one in my previous commit.thib1-2/+2
2007-05-01Simple monoprocessor mutex implementation, faster than the MI code, four leftmiod1-0/+1
2007-04-29machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and relatedmiod1-1/+16
2007-04-12Remove __BUS_SPACE_ADDRESS_SANITY correctly, no cookie for me. Spotted bymiod1-21/+6
2007-04-10Remove unused BUS_SPACE_ALIGNED_POINTER, __BUS_SPACE_ADDRESS_SANITY andmiod1-34/+1
2007-03-13Add <machine/fpu.h> for upcoming userland changes.miod1-0/+1
2007-03-13Dangling includemiod1-1/+0
2007-03-03Kernel crash dumps and associated libkvm bits for landisk.miod1-0/+1
2007-02-19only make this interface available to the kernel for now, discussed withaderaadt1-2/+3
2007-02-06Add machine/atomic.h to all architectures and define two operationsart1-0/+9
2006-11-21Define IPL_SCHED.miod1-2/+3
2006-11-21splassert support.miod1-1/+17
2006-11-21Don't bother using _cpu_intr_raise() for splhigh(), use _cpu_intr_suspend().miod1-2/+2
2006-11-20goodbye splserial, hello splaudio.drahn1-3/+3