summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Collapse)Author
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02remove terms 3 (and 4 in some places) where i am the authorTheo de Raadt
2003-06-02nuke my clause 3 & 4 (and a couple jointly (c) with Theo).Jason Wright
2003-06-02licence cleanupTheo de Raadt
2003-06-02some license cleanupTheo de Raadt
2003-06-02Initialize the hint for uvm_km_suballoc.Artur Grabowski
2003-06-01strcpy/strcat/sprintf removal in all bootblocks. various testing byTheo de Raadt
various people. outside of some messy things in src/gnu, only one thing in the main tree now violates this rule: bind
2003-05-26fix some fictitious spellings. ok miod@Ted Unangst
2003-05-25mgx fits on the floppies, so add it as well.Miod Vallat
2003-05-25Support for the Vigra VS11 frame buffer. This is basically the same as theMiod Vallat
VS12, but with a different ramdac that allows higher refresh rates.
2003-05-23remove old swapgeneric.c'sTed Unangst
2003-05-23move swapgeneric to truly generic code. tested on many archs by miod and ↵Ted Unangst
mickey.
2003-05-22Let this compile on SUN4 or SUN4C only kernels, PR #3269Miod Vallat
2003-05-18It turns out that this card has a vga-compatible CRTC interface, withMiod Vallat
just enough endianness madness to make this slightly complicated. Simplify some code based on this.
2003-05-17No need to check for the 640x480 resolution case, since the minimal resolutionMiod Vallat
on the SPARCbook 3 series is 800x600 and is already small enough...
2003-05-16Let the user control the brightness of the tadpole built-in display viaMiod Vallat
wsconsctl (wsconsctl -w display.brightness=xx). Makes the lack of a physical knob almost supportable.
2003-05-16Sync definitions with NetBSD. Will be necessary shortly.Miod Vallat
2003-05-15Use less magic numbers when programming the vidc control register.Miod Vallat
2003-05-15Remove old inaccurate comments.Miod Vallat
2003-05-15Remove relics of an ancient pastMiod Vallat
2003-05-14Silence the "lost carrier on FOO port" messages when the port has been setMiod Vallat
in stone with "ifconfig le0 media foo". Inspired by previous am7990.c change. ok todd@ jason@
2003-05-14The ramdac's hater club is proud to present new yet another SBus frameMiod Vallat
bufer driver, this time for the Southland Media Systems (now Quantum 3D) MGX and MGXPlus cards. Not complete, but a good start.
2003-05-14remove flags from cgfourteen from here as well.Federico G. Schwindt
2003-05-14remove unneeded FB_FORCELOW; miod@ agreed.Federico G. Schwindt
2003-05-14No more flags either for those frame buffer drivers.Miod Vallat
2003-05-14zs driver on sparc does not take flags anymore since 10 months, so don'tMiod Vallat
mention any.
2003-05-14add {b,c}devsw_lookup convenience functions.Ted Unangst
move chrtoblk and blktochr into MI code. tested on several archs and ok deraadt@
2003-05-13Add option NO_PROPOLICE, which explicitely disables the use of the propoliceMiod Vallat
stack protection when building kernels. Intended to be used on installation media, with tight space constraints - currently, only added where SMALL_KERNEL was already defined. Not thoroughly tested, but requested by deraadt.
2003-05-13Nuke a few simple commons.Miod Vallat
2003-05-13Make the "slot" and "offset" locators for sbus drivers optional inMiod Vallat
configuration lines.
2003-05-13remove -fno-stack-protector (enable propolice)Ted Unangst
ok deraadt@
2003-05-12use new display types; ok miodJason Wright
2003-05-12Initial work to bring this driver in par with other sparc frame buffers:Miod Vallat
- do not reprogram the colormap to black and white, after programming the rasops one (oops). This gives us back a black on white display with colour support. - if the screen resolution would cause the switch from the prom font to a reasonably sized wsfont to leave text in the margins, clear the screen (cut and paste from similar code in vigra.c) - try and use more symbolic constants rather than magical values all over the place. Thanks to millert@ for bringing a sparcbook here.
2003-05-12add a few more trap typesJason Wright
2003-05-11string cleaning; krw okTheo de Raadt
2003-05-10string cleaning; ok beck dhartmeiTheo de Raadt
2003-04-29Do not define the sparc_interrupt44c symbol on sun4m-only kernel, this isMiod Vallat
too confusing when you have not had enough coffee...
2003-04-28use the new display typesJason Wright
2003-04-28Prettier dmesg; henningMiod Vallat
2003-04-23DVMA, not DMVA.Miod Vallat
2003-04-13Add a simple driver for the SBus ``Prestoserve'' NVRAM cards.Miod Vallat
The Legato Prestoserve NFS accelerator used to be very popular, back when NFSv3 did not exist, and disks and network speeds were not as good as they are now... This driver does not attempt to play any game with filesystems, but will only provide access to the cards NVRAM, as a block device. If you have bright ideas on ``what to do with a few MB of battery-backed memory'', I am interested in realistic suggestions!
2003-04-08Ahem, fix printf format.Miod Vallat
2003-04-06kvm_iocache() is not used anymore.Miod Vallat
2003-04-06IPL_FDSOFT not IPL_AUSOFT (in comments)Miod Vallat
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2003-04-06Run the console in the overlay plane, or in low-depth mode, as appropriate,Miod Vallat
and do not switch to high-depth mode until the appropriate ioctls are issued. This lets us benefit from true color X11, with a faster text console.
2003-04-06Check for the "addr" locator versus the physical address of the VSIMM, soMiod Vallat
as not to attach a single VSIMM put in the secondary slot as cgfourteen0.
2003-04-06When encountering an older or unexpected model this driver can not handle,Miod Vallat
return early in attach() rather than panic.
2003-03-18Restore bootable tape functionality. Previous loadfile() would never useMiod Vallat
lseek(), which is not available on tapes when using the prom device routines; instead, remember our file position, seek forward by reading and discarding data, and only use lseek() in last resort for backwards seek. ok deraadt@
2003-03-13Always protect pv_unlink4_4c() with splvm(). This suddenly makes sun4/4cMiod Vallat
feel much much happier. ok deraadt@