summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev
AgeCommit message (Expand)Author
2006-09-01s/E2BIG/EFBIG/ for bus_dma(9) errors. this is what every othermrg
2006-08-23make this compile when DEBUG is setjnemeth
2006-08-18Fix wrong prom_getoption() return value checksmartin
2006-07-28Remove 'unused variable p'.hannken
2006-07-26Make it compile againmartin
2006-07-23Use the LWP cached credentials where sane.ad
2006-07-13Add an option COM_REGMAP to allow com(4) to use an array of register indices.gdamore
2006-07-12Initialize batt for gcc 4.x, and while here add $NetBSD$ comment.gdamore
2006-07-10New psm driver for use on Ultrabook IIi. Right now it supports the powergdamore
2006-07-04Initialize the "console screen" once - no matter if we are console ormartin
2006-05-22void casts.christos
2006-05-14integrate kauth.elad
2006-05-12De-__P.uwe
2006-04-18Invert carrier detect sense, from Jonathan A. Kollaschmartin
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-12make this compile againmacallan
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_is_a().thorpej
2006-03-28Use device_unit().thorpej
2006-03-08Use the SI capitalization for "Hz", "kHz", and "MHz" in comments and strings.lukem
2006-02-25Fix some typos.wiz
2006-02-25Fix typos, reported by Alexey Dobriyan ("Gathered from Linux"),wiz
2006-02-23Use device_parent().thorpej
2006-02-13ANSIfy: u_intN_t -> uintN_t, remove __P(), fix function definitions.cdi
2006-02-11ANSIfication: u_intN_t -> uintN_t, use ANSI function declarations/definitionscdi
2006-02-01Do not assume the bootstrap CPU has UPA id 0 - on some machines it hasn't.martin
2005-12-17Check the PROM stdin path for the string "/usb@0". If we find a match, calljdc
2005-12-12more proc -> lwp conversions.christos
2005-12-11merge ktrace-lwp.christos
2005-11-24bus_dmamem_map: honour BUS_DMA_NOWAIT. noted by Manuel Bouyer.yamt
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-08-26kill some more simple submatch() functions, use config_stdsubmatch()drochner
2005-08-25replace the "locdesc_t" structure carrying the number of locatorsdrochner
2005-07-19use zstty_get_tty_from_dev() instead of using a zstty_softc lookalike hack,macallan
2005-07-04Only set up the console screen on the console ffb.jdc
2005-05-31fixed a stupid typo that chained copycols to itselfmacallan
2005-05-31added missing ffb_ras_wait()macallan
2005-05-31added support for virtual consolesmacallan
2005-05-31- sprinkle constchristos
2005-05-27fixed a bug in ffbfb_mmap to make XFree's sunffb driver work, added anothermacallan
2005-05-15Just ignore (and don't fail) FBIO{S,G}CURSOR.martin
2005-05-13Fill in fb_depth, fb_width, and fb_height in the fb_type info. XFree86 worksmhitch
2005-05-04Make ffb take part in the /dev/fbN circus.martin
2005-05-04Ansify.martin
2005-05-04Use ansi function header style consistently.martin
2005-04-29Avoid returning -1 from ffb_ioctl() - we want EPASSTHROUGH or EIO.martin
2005-04-01merge yamt-km branch.yamt
2005-02-25Nuke options RASTERCONSOLE for sparc64martin
2004-12-04the arguments to BUS_ADDR() are (space, offset), not the other way around.chs