summaryrefslogtreecommitdiff
path: root/sys/arch/playstation2/ee
AgeCommit message (Expand)Author
2022-04-16s/setted/set/andvar
2021-10-06s/embeded/embedded/ in comments and messages.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-06-05Make this compile again; there is no SPL_SOFT, so use SPL_SOFTBIO. Thischristos
2021-04-24Merge thorpej-cfargs branch:thorpej
2016-07-18ret is only used in debug cases, mark as __unused.maya
2016-04-03Add missing includesmartin
2014-07-08Split softc, fix wsfont_find call.martin
2014-03-31Bring back the playstation2 port - now that a toolchain for it ismartin
2009-12-05Remove support for NetBSD/playstation2.pooka
2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-12-15__FUNCTION__ -> __func__perry
2007-12-03Interrupt handling changes, in discussion since February:ad
2007-03-17s/intialized/initialized/msaitoh
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-02-04PR/32730: Ed Shouten: setting WS_DEFAULT_[FB]G does not change colors entirelychristos
2006-02-04Fix cursor size. From Ed Schouten in PR port-playstation2/32728.martin
2005-12-24__asm__ -> __asmperry
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-17Actually adapt to ktrace-lwp by converting the last arg to the ioctl()he
2005-12-11merge ktrace-lwp.christos
2005-06-26Placate -Wshadow by renaming a local variable.he
2004-07-10gs_init(VESA_1A) hang up on SCPH-50000.uch
2004-02-24occured -> occurred. From Peter Postma.wiz
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-11-02fix return value of _gsfb_mmap().shin
2003-10-22Fix two more instances of paddr_t vs. NULL (use 0 instead).he
2003-07-15__KERNEL_RCSID()lukem
2003-05-08resolve name conflict.shin
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-07-04alloc_attr -> allocattrjunyoung
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-13Reorganise the wsfont stuff slightly so that multiple display adaptersad
2001-11-14Merge the thorpej-mips-cache branch onto the trunk. This is anthorpej
2001-10-16playstation2 portuch