summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Collapse)Author
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
Diff generated by Chris Kuethe.
2002-10-04simplify format setupJason Wright
2002-09-10Set encodings correctly.Jason Wright
2002-09-10Register more wsscreen properties to take advantage of wsemul_sun changes.Jason Wright
2002-09-09Add support for audio capture (finally) and fix a bunch of stupid bugs.Jason Wright
2002-08-31Always setup the RAMDAC (even if we're not the console) so when the displayJason Wright
is cleared, it's cleared to a known color (white instead of whatever is put in the ramdac by the prom, usually cyan).
2002-08-16Turn OFF (not ON) acceleration if revision < 5Jason Wright
2002-08-12Update rom cursor position if we're the console framebufferJason Wright
2002-08-06Set RI_CLEAR if the card isn't the console framebuffer; based on discussion ↵Jason Wright
with miod.
2002-08-05Force acceleration to be turned off if we encounter an old hardwareMiod Vallat
revision. Jason and I think that only someone out of his mind would plug an old dusty dual slot cgsix in an ultrra, but it's better to be safe anyways. ok jason@
2002-08-02Do correct bounds checking in get/set/put cmap routines. A few ofTodd C. Miller
these check were already OK but have been modified for consistency. Problem found by Silvio Cesare.
2002-07-30- Whoops, I had the mode mask and value bits backwardsJason Wright
- make sure FBC_MODE is reset when switching back to WSDISPLAYIO_MODE_EMUL
2002-07-30- Allow disabling of console acceleration with cf_flagsJason Wright
- handle native and dumb mappings separately
2002-07-30handle dumbfb and mapped mode requests differentlyJason Wright
2002-07-26House cleaning (move reg defns into their own file), and be sure to drainJason Wright
the CG6 before starting operations.
2002-07-26add support for hardware accelerated fill/copy; from NetBSD (committed from ↵Jason Wright
the acceptably fast non-X11 console of a U1)
2002-07-25Adapt the framebuffer code to the WSDISPLAY_TYPE constant changes, andMiod Vallat
add the necessary magic for wsemul_sun color handling. Initially based on a patch from jason@, then some tinkering by me.
2002-06-21make this more quiet on card insertion.Federico G. Schwindt
2002-06-21missing tab.Federico G. Schwindt
2002-06-20indent.Federico G. Schwindt
2002-06-20rename nell to stp. we do not always follow stupid solaris namesTheo de Raadt
2002-06-19more sbus->pcmcia pieces.Federico G. Schwindt
2002-06-19- set the size correctly.Federico G. Schwindt
- a few minor cosmetical changes.
2002-06-19sbus pcmcia bridge driver (nell); from NetBSD.Federico G. Schwindt
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
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
monitors in standby).
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
- add bus_space_barrier's to the csr read/write functions - KNF and other cleaning
2002-05-13un-pee and KNFJason Wright
2002-05-13From netbsd:Jason Wright
driver for le at lebuffer type devices
2002-04-09because SUNW,fas boards don't have a corresponding 'dma' device, searchingJason Wright
for the corresponding 'dma' for a non-fas 'esp' needs to have an offset (really a count of the number of 'fas's)
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-03-29o remove extra args in printf's.Federico G. Schwindt
o remove unneded struct. o change error to match reality. jason@ ok.
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
to avoid clobbering sa->sa_name (similiar fix as sparc)
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
it fails, fall back to myetheraddr()
2002-03-08Clean up:Jason Wright
Allow the children to register their own interrupt handlers (and set the appropriate interrupt enable bits in the csr) Verify the asio revision
2002-03-07From watching source-changes@netbsd.org: rb_dmabase needs to be initializedJason Wright
-after- the call to bus_dmamem_map()
2002-03-06Driver for the Aurora 210SJ serial ports (It's not 100% correct yet, butJason Wright
pretty close); thanks to Matt <matt@vertrauen.org> for donating the board.
2002-03-04Disable the wscons burner functionality... I'm not in the mood to debug it ↵Jason Wright
right now.
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