summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
AgeCommit message (Expand)Author
2007-05-10Don't zero out the cpu_info in cpu_attach. We've already set a field inArtur Grabowski
2007-05-08Remove cross-compiling stuff that is neither correct nor should have been com...Artur Grabowski
2007-05-08Switch sparc to __HAVE_CPUINFO.Artur Grabowski
2007-05-04make findblkmajor() and findblkname() MI; ok miodTheo de Raadt
2007-05-04setroot() was a ugly mix of MI and MD code, with different bugs on differentTheo de Raadt
2007-05-01Provide <machine/lock.h> on all platforms, so that MI code may #include itMiod Vallat
2007-05-01RAMDISK kernels do not need DIAGNOSTICTheo de Raadt
2007-05-01expose two things needed for non-DIAGNOSTIC kernelsTheo de Raadt
2007-04-30check for exit string earlierTheo de Raadt
2007-04-30support "exit" like sparc64 does; ok miodTheo de Raadt
2007-04-29Replace expansions of DISKLABELDEV() with DISKLABELDEV(). Shorter, andKenneth R Westerback
2007-04-27Even floppies should use DISKLABELDEV() on the dev_t parameter toKenneth R Westerback
2007-04-27Disable interrupts around bit operations; ok deraadt@Miod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2007-04-10slighly -> slightlyMiod Vallat
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-03-13When about to run X11 in 32 bpp mode, advertize correctly that we areMiod Vallat
2007-02-25Disable acceleration by default; set device flags to a nonzero value toMiod Vallat
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-18Display the interrupt priority in dmesg, for frame buffers which registerMiod Vallat
2007-02-18Make it more apparent these boards have (crippled version of) vga-compatibleMiod Vallat
2007-02-15Don't print the error strings returned by readdisklabel(). If youKenneth R Westerback
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2007-02-03Simple single-processor mutex implementation, simpler than the MI code byMiod Vallat
2007-01-22Allow pmap_zeropage and pmap_copypage to work with cache enabled onMiod Vallat
2006-12-27pnozz is initialized by the prom in 8bpp mode, so don't bring high-depthMiod Vallat
2006-12-27Add code to change video mode (resolution and color depth) on the fly forMiod Vallat
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-12-24Check for want_resched when processing AST and nowhere else. But then, whenMiod Vallat
2006-12-13Remove the dma_eop callback in the ncr5380 driver md attachment, it was alwaysMiod Vallat
2006-12-10Delay two seconds after board reset before trying to probe scsi devices.Miod Vallat
2006-12-10Allow ``flags 0'' to work to disable DMA for si(4) and sw(4) - it would getMiod Vallat
2006-12-10Fix typo in intersil clock programming.Miod Vallat
2006-12-09Do not make sun terminal emulation selected by the wsemul_sun frame bufferMiod Vallat
2006-12-03Change cgeight to run the console in the monochrome overlay plane (as cgtwelveMiod Vallat
2006-12-03In fb_setsize(), remove dead code in the SUN4 case.Miod Vallat
2006-12-03Instead of invoking rasops_init with a wrong depth value to have someMiod Vallat
2006-12-03Do the ri_devcmap reprogramming dance in fbwscons_init(), so that it appliesMiod Vallat
2006-12-03Initialize more fields of the proto disklabel before invoking readdisklabel(),Miod Vallat
2006-12-03Enable all color planes on attach and wait for retrace to program theMiod Vallat
2006-12-03Clean frame buffer attachment code:Miod Vallat
2006-12-03Revert r1.35 (ether_input to ether_input_mbuf conversion), this causesMiod Vallat
2006-12-02Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to beMiod Vallat
2006-12-02Use ri_devcmap to get corrected color values, instead of directly usingMiod Vallat
2006-12-02Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr.Miod Vallat
2006-12-02zx needs rasops8 code for emulation modes, not rasops32.Miod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Remove cpu_swapin() and cpu_swapout(), they are no longer necessary (exceptMiod Vallat
2006-11-29Kernel stack can be swapped. This means that stuff that's on the stackMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat