summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2002-11-10Use appropriate VM_MAP constants rather than hardcoded values inMiod Vallat
2002-11-09- make IFF_SIMPLEX only set if the media is IFM_FDX (prevents ip6 fromFederico G. Schwindt
2002-11-06- always initialize colormaps, even if the frame buffer is non console; thisMiod Vallat
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-10-05spelling.Federico G. Schwindt
2002-10-01Do not enable the code that makes use of the vertical retrace interruptMiod Vallat
2002-10-01If the framebuffer is being run in 32bit mode, register a shutdown_hookMiod Vallat
2002-09-30Evil, evil, evil typo broke innocent ramdisks. Die!Miod Vallat
2002-09-23Get the wsdisplay capabilities from rasops, rather than attempting toMiod Vallat
2002-09-20Support to run the 24 bit fb in 8 bit mode or cg12 in 1 bit modeFederico G. Schwindt
2002-09-15Begone.Miod Vallat
2002-09-11update from sparc64 version:Jason Wright
2002-09-09Register more screen capabilities to work with the recent wsemul_sun changes.Miod Vallat
2002-09-05Allow kernels with no display device configured to link. Found by marc@Miod Vallat
2002-09-03Old (rev 1) OpenPROM will always report as the "fb" node, the firstMiod Vallat
2002-09-02Make the cgfourteen work in 32bit when possible, also display the size ofMiod Vallat
2002-08-31Driver for the Vigra VS10 and VS12 SBus framebuffers, and possibly more fromMiod Vallat
2002-08-21Correctly map the video memory, for proper operation.Miod Vallat
2002-08-16remove debugging codeJason Wright
2002-08-16Scale back rows and columns if the font would not otherwise fit on theTodd C. Miller
2002-08-12Convert sparc console code from rcons and pseudo-devices to rasops and wscons.Miod Vallat
2002-08-08Completely rework transmit interrupt handling:Jason Wright
2002-08-07KNF (parenthesized returns)Jason Wright
2002-08-02Do correct bounds checking in get/set/put cmap routines. A few ofTodd C. Miller
2002-07-17DTIMEXP is not a fatal error, deal with it.Jason Wright
2002-07-12Use interrupts for fetching ADC conversions instead of polling.Jason Wright
2002-07-09try to disable vsync timing if sparc_vsyncblank is setJason Wright
2002-07-09allow getting and setting of the ADC, DAC, and PIO ports on the daadio (this ...Jason Wright
2002-07-08bzero the correct size (I swear this worked at one time...)Jason Wright
2002-07-08Correctly convert to new timeouts (this hasn't compiled for awhile)Jason Wright
2002-07-08in addition to check cd_ndevs, also check that cd_devs[N] != NULLJason Wright
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-08Use tsleep.Artur Grabowski
2002-06-07knfJason Wright
2002-06-03spell transceiver correctlyTheo de Raadt
2002-05-29splbio around biodone.Artur Grabowski
2002-05-17Handle the removal of 'const' from structure definition.mjacob
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
2002-04-28Rename all PIL_* constants to IPL_* to match other archs and make themArtur Grabowski
2002-03-14use getprop, not getpropstring to fetch 'magma_prom' property...Jason 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-13On sparc, PAGE_SIZE and friends might not be a compile-time constant.Miod Vallat
2002-02-08Better tx interrupt handling; don't call bestart() from betint() unlessJason Wright
2002-02-08since we're checking, avoid an unnecessary writeJason Wright
2002-02-08Better IFF_OACTIVE handling; don't bother calling qestart() unlessJason Wright
2002-02-08simplify qec_put a bitJason Wright
2002-01-30Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ okThomas Nordin
2002-01-25Add support for the "Magma 2+1HS Sp" (from NetBSD)Jason Wright
2002-01-20move a few more arch specific drivers to use new allocm and round_buffersize.Eric Jackson