summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2003-04-23DVMA, not DMVA.Miod Vallat
2003-04-13Add a simple driver for the SBus ``Prestoserve'' NVRAM cards.Miod Vallat
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
2003-04-06Check for the "addr" locator versus the physical address of the VSIMM, soMiod Vallat
2003-04-06When encountering an older or unexpected model this driver can not handle,Miod Vallat
2003-03-18Restore bootable tape functionality. Previous loadfile() would never useMiod Vallat
2003-03-13Always protect pv_unlink4_4c() with splvm(). This suddenly makes sun4/4cMiod Vallat
2003-03-10Sun documentation mentions that ZX can not run on a sun4c or inside an xbox,Miod Vallat
2003-03-09zx fits on the floppies.Miod Vallat
2003-03-09Add and enable zx. Not put in RAMDISK yet, need to check if this still fitsMiod Vallat
2003-03-09Correctly switch back and forth the 8-bit overlay plane (used in consoleMiod Vallat
2003-03-09A work-in-progress driver for the Sun ZX (aka Leo) accelerated frame buffers,Miod Vallat
2003-03-09When a sparc machine is running with serial console, the zskbd probe wouldMiod Vallat
2003-03-08agten does not need to imply rasops32 at the moment.Miod Vallat
2003-03-06Improve comments, including type fixes; lebel@Miod Vallat
2003-03-06Premiliminary driver for the Fujitsu AG-10e SBus frame buffer.Miod Vallat
2003-03-05Driver for the Parallax XVideo and PowerVideo frame buffers.Miod Vallat
2003-03-03Enabled inclusion of ISP SBus f/w for GENERIC kernels. This tendsmjacob
2003-02-14always need softintr after rxexception (avoids uninitialized variable); point...Jason Wright
2003-02-14Pad boot out to 512 byte boundary... some old prom's don't like binariesJason Wright
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-07typos;Jason McIntyre
2003-02-03pad tx buffer out to minimum framelength; based on NetBSDJason Wright
2003-01-31Various typos; Andrey MatveevMiod Vallat
2003-01-24PMAP_{DE,}ACTIVATE are not used anymore.Miod Vallat
2003-01-22Correctly handle the case where the "address" property of a zs node isMiod Vallat
2003-01-22Revert previous - it would prevent the second zs chip from being probedMiod Vallat
2003-01-20Put back the Voyager zs probe workaround that got lost in rev 1.36;Miod Vallat
2003-01-14Move sunkbd defn to common place and remove old event.c referenceJason Wright
2003-01-13Bye, bye vm_offset_t and vm_size_t, sparc doesn't need you anymore.Artur Grabowski
2003-01-09Remove fetch(9) and store(9) functions from the kernel, and replace the fewMiod Vallat
2003-01-09Remove last use of vm_offset_t from sparc.Artur Grabowski
2002-12-25No need to define FOO?=foo for AS, CC, CPP and LD, as they are always alreadyMiod Vallat
2002-12-17Make SysV-style shared memory and semaphore limits sysctl'able.Todd C. Miller
2002-12-14Let this compile with option DEBUGMiod Vallat
2002-12-12Dvorak typo.Miod Vallat
2002-12-12Remove dead prototypesMiod Vallat
2002-12-11Added paranoia to make sure that gcc doesn't reorder spl* inlines.Artur Grabowski
2002-12-10Use CPU_ISSUN4M macro rather than check cputyp value. Consistent with the restMiod Vallat
2002-12-10No need to hardclock IPL_STATCLOCK value anymore.Miod Vallat
2002-12-10The introduction of fbwscons_setcolormap() left out 24 bit frame buffersMiod Vallat
2002-12-05remove altq entries.Kenjiro Cho
2002-12-02Import propolice (http://www.trl.ibm.com/projects/security/ssp), a stackMiod Vallat
2002-11-29Upon detection of an international Sun keyboard with a recognized layout,Miod Vallat
2002-11-24Be sun4m-friendly in FDC_C_HANDLER case.Miod Vallat
2002-11-24Fix a kernel fault in FDC_C_HANDLER code.Miod Vallat