summaryrefslogtreecommitdiff
path: root/sys/arch/algor/include/psl.h
blob: d61b0c59650f20385886a7b20b823863c580c662 (plain)
1
2
3
/*	$NetBSD: psl.h,v 1.1 2001/05/28 16:22:19 thorpej Exp $	*/

#include <mips/psl.h>
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar 2021-08-07Merge thorpej-cfargs2.thorpej 2021-04-24Merge thorpej-cfargs branch:thorpej 2020-11-21malloc(9) -> kmem(9)thorpej 2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs 2016-07-21Don't include <mips/locore.h> in <machine/intr.h>, introduces circularchristos 2016-03-26David Binderman in PR port-newsmips/51014:martin 2014-03-24- fix unusedchristos 2014-01-31Add WSDISPLAYIO_LINEBYTES ioctl (for Xorg wsfb driver).tsutsui 2012-10-13struct device * -> device_t, use device_xname() (from chs@)tsutsui 2012-07-28Fix -fno-common fallout.matt 2011-02-20Merge forward matt-nb5-mips64matt 2010-06-26Pull a similar fix from sparc/dev/zs.c rev 1.119:tsutsui 2010-05-15Set RI_NO_AUTO in ri_flg if init functions are invoked from cnattach.tsutsui 2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka 2008-06-13use device_lookup_private to get softccegger 2008-05-14Normalize my licenses.tsutsui 2008-04-28Remove clause 3 and 4 from TNF licensesmartin 2008-04-09Split device_t/softc, with misc cleanup.tsutsui 2008-04-04Split device_t/softc for le(4) and variants and misc cosmetic changes.tsutsui 2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui 2008-03-29Don't forget to initialize sc_dev.tsutsui 2008-03-28Split device_t and softc for MI mk48txx(4) and intersil7170(4) clocks,tsutsui 2008-01-10- move todr_attach(9) calls from each MD attachment to MI mk48txx_attach()tsutsui 2007-11-26Use the softint API.ad 2007-11-09Call zs_lock_init() to set up the chanstate's lock.ad 2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos 2007-02-18Add a missing break, which causes bogus debug messages ontsutsui 2006-11-12Tidy away wsmouse_input() abstractions and updateplunky 2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv 2006-03-29Use device_cfdata().thorpej 2006-03-28Use device_unit().thorpej 2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry 2005-12-11merge ktrace-lwp.christos