summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2002-06-04driver for the sbus bwtwo cards (completely untested).Jason Wright
2002-06-03Convert from rcons to rasopsJason Wright
2002-06-02Turn off timing if WSDISPLAY_BURN_VBLANK is set (which in turn puts mostJason Wright
2002-05-21Enable the blanker now that the X stuff is fixedJason Wright
2002-05-17Handle the removal of 'const' from structure definition.mjacob
2002-05-13- Request 24bit dvma allocation if we fail to find an lebuffer to attach toJason Wright
2002-05-13un-pee and KNFJason Wright
2002-05-13From netbsd:Jason Wright
2002-04-09because SUNW,fas boards don't have a corresponding 'dma' device, searchingJason Wright
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-03-29o remove extra args in printf's.Federico G. Schwindt
2002-03-14Driver for the Aurora Technologies 210SJ parallel portJason Wright
2002-03-14Conditionalize com at asio correctlyJason Wright
2002-03-14Use getpropstringA instead of getpropstring to fetch magma_prom propertyJason Wright
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-14Reload the palette only during the vert retrace interruptJason Wright
2002-03-13Try fetching the mac address from the local-mac-address property, and ifJason Wright
2002-03-08Clean up:Jason Wright
2002-03-07From watching source-changes@netbsd.org: rb_dmabase needs to be initializedJason Wright
2002-03-06Driver for the Aurora 210SJ serial ports (It's not 100% correct yet, butJason Wright
2002-03-04Disable the wscons burner functionality... I'm not in the mood to debug it ri...Jason Wright
2002-02-24Proper screenblank semanticsJason Wright
2002-02-23Add burner function so wscons can blank the fbJason Wright
2002-02-07Do a more complete initialization if the prom didn't do it for us.Jason Wright
2002-02-07import some register defns from sparcJason Wright
2002-02-07use bus_space_vaddrJason Wright
2002-02-06prettyJason Wright
2002-02-06non console framebuffers, reset and initialize them correctlyJason Wright
2002-02-05Allow mmap as a dumb framebuffer (from offset 0).Jason Wright
2002-02-05Allow mapping as a dumb framebuffer (from offset 0)... This allows us toJason Wright
2002-02-05Implement vgafb_mmap() fullyJason Wright
2002-01-31Move ioctl userland accessible stuff to <dev/sun/uperfio.h>Jason Wright
2002-01-30Driver for getting at performance counters. These manifest themJason Wright
2002-01-25Add support for the "Magma 2+1HS Sp" (from NetBSD)Jason Wright
2002-01-21finish ericj's work.Nathan Binkert
2002-01-13Better error handling: unmap registers on failure and better checking onJason Wright
2002-01-13Port of my spif driver to sparc64 (untested)Jason Wright
2002-01-12the 1190 and 1400 register maps aren't the same size don't treat them soJason Wright
2002-01-12House cleaning: removing some leftover sparc bits and suchJason Wright
2002-01-12Port of Iain Hibbert's magma driver to sparc64Jason Wright
2002-01-11Roughly same diff as sparc, better interrupt handling:Jason Wright
2002-01-06Claim to support WSSCREEN_WSCOLORS (drivers support it, but rcons doesn'tJason Wright
2002-01-04Add handling for cmap get/put (mostly from sparc)Jason Wright
2002-01-04Add support for get/put colormap (mostly borrowed from sparc)Jason Wright
2002-01-04mmap functionality for cgthee (mostly from NetBSD)Jason Wright
2002-01-04add mmap functionality (most from NetBSD)Jason Wright
2002-01-03define a new wsemul_sun attribute and add it to the sparc64 framebuffersJason Wright
2002-01-01don't whine about no carrier here either.Jason Wright
2001-12-14Major restructuring for swizzling to the request queue and unswizzling frommjacob