summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2013-10-19- remove unused but set variables.mrg
2013-08-14comments & whitespace policemacallan
2013-06-19add store-with-clamp instructionsmacallan
2013-06-12fix typomacallan
2013-06-12document arithmetics instructionsmacallan
2013-06-12fix serial type&pasto, while there add SX_ADD instructionsmacallan
2013-06-05add a bunch more instructions ( still not complete but we're getting there )macallan
2013-06-04report actual VRAM size in fb_type.fb_sizemacallan
2013-06-04add STore with (plane) Mask instructionmacallan
2013-06-04actually map the whole SX IO space instead of just the first page over andmacallan
2013-05-30add SX_SELECT_S instructionmacallan
2013-05-30install sxreg.h to /usr/include/sparc/macallan
2013-05-29allow userland to map SX registers and IO spacemacallan
2013-05-29fix a typomacallan
2013-03-24Check if sbus is defined in the kernel configuration before using it.jdc
2013-02-12break some more long linesmacallan
2013-02-07- implement buttom-up copies in cg14_bitblt() so scrolling down works nowmacallan
2013-02-06add SX_ROP instructionmacallan
2013-02-06use SX for basic hardware accelerationmacallan
2013-02-06fix typos, deal with hardware insanitymacallan
2013-02-05attachment and initialization for SXmacallan
2013-02-05throw out RASTERCONSOLE goomacallan
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-13Adapt to the changed signature of pckbc_cnattach().jdc
2012-10-10Fix device_t/softc split botches that could be fatal. Fromtsutsui
2012-09-23Wrap sbuserr_handler and sbus_error with:jdc
2012-07-30move cn_tab initializationt to cpu_startupchristos
2012-07-29Fix more -fno-common fallout.matt
2012-03-25Make explicitly clear that we mean raw I/O on device passthru, not justmartin
2012-03-13Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls withelad
2012-01-30avoid writing 1 byte beyond the end of the string promlib.c has given us.mrg
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2012-01-11use rasops_init(0, 0)macallan
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-09-08Another copy/paste problem with a function name in a error printf.jakllsch
2011-09-08Correct copy/paste of function name in error printf.jakllsch
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-18convert the remaining sparc drivers to CFATTACH_DECL_NEW/cfdata_t/device_t.mrg
2011-07-18convert to use device_t, cfdata_t and CFATTACH_DECL_NEW().mrg
2011-07-17convert all the sparc drivers that attach on my ss20 to use device_t,mrg
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-30dependant -> dependentwiz
2011-06-20Initialize sensor states before registeringpgoyette
2011-06-04Split device_t/softc of am7930. No crash on TME and GXemul.tsutsui
2011-06-03Split device_t/softc of i82586. No crash on TME emulating sun2.tsutsui
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-04-13use the same function whenever we change colour depthmacallan
2011-02-01udpate license clauses on my code to match the new-style BSD licenses.chuck
2011-01-14Retire struct user, remove sys/user.h inclusions. Note sys/user.h headerrmind
2010-08-31remove shadow framebuffer support, use VCONS_DONT_READ insteadmacallan