Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-26 | fix some fictitious spellings. ok miod@ | Ted Unangst | |
2003-05-25 | mgx fits on the floppies, so add it as well. | Miod Vallat | |
2003-05-25 | Support for the Vigra VS11 frame buffer. This is basically the same as the | Miod Vallat | |
VS12, but with a different ramdac that allows higher refresh rates. | |||
2003-05-23 | remove old swapgeneric.c's | Ted Unangst | |
2003-05-23 | move swapgeneric to truly generic code. tested on many archs by miod and ↵ | Ted Unangst | |
mickey. | |||
2003-05-22 | Let this compile on SUN4 or SUN4C only kernels, PR #3269 | Miod Vallat | |
2003-05-18 | It turns out that this card has a vga-compatible CRTC interface, with | Miod Vallat | |
just enough endianness madness to make this slightly complicated. Simplify some code based on this. | |||
2003-05-17 | No need to check for the 640x480 resolution case, since the minimal resolution | Miod Vallat | |
on the SPARCbook 3 series is 800x600 and is already small enough... | |||
2003-05-16 | Let the user control the brightness of the tadpole built-in display via | Miod Vallat | |
wsconsctl (wsconsctl -w display.brightness=xx). Makes the lack of a physical knob almost supportable. | |||
2003-05-16 | Sync definitions with NetBSD. Will be necessary shortly. | Miod Vallat | |
2003-05-15 | Use less magic numbers when programming the vidc control register. | Miod Vallat | |
2003-05-15 | Remove old inaccurate comments. | Miod Vallat | |
2003-05-15 | Remove relics of an ancient past | Miod Vallat | |
2003-05-14 | Silence the "lost carrier on FOO port" messages when the port has been set | Miod Vallat | |
in stone with "ifconfig le0 media foo". Inspired by previous am7990.c change. ok todd@ jason@ | |||
2003-05-14 | The ramdac's hater club is proud to present new yet another SBus frame | Miod 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-14 | remove flags from cgfourteen from here as well. | Federico G. Schwindt | |
2003-05-14 | remove unneeded FB_FORCELOW; miod@ agreed. | Federico G. Schwindt | |
2003-05-14 | No more flags either for those frame buffer drivers. | Miod Vallat | |
2003-05-14 | zs driver on sparc does not take flags anymore since 10 months, so don't | Miod Vallat | |
mention any. | |||
2003-05-14 | add {b,c}devsw_lookup convenience functions. | Ted Unangst | |
move chrtoblk and blktochr into MI code. tested on several archs and ok deraadt@ | |||
2003-05-13 | Add option NO_PROPOLICE, which explicitely disables the use of the propolice | Miod 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-13 | Nuke a few simple commons. | Miod Vallat | |
2003-05-13 | Make the "slot" and "offset" locators for sbus drivers optional in | Miod Vallat | |
configuration lines. | |||
2003-05-13 | remove -fno-stack-protector (enable propolice) | Ted Unangst | |
ok deraadt@ | |||
2003-05-12 | use new display types; ok miod | Jason Wright | |
2003-05-12 | Initial 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-12 | add a few more trap types | Jason Wright | |
2003-05-11 | string cleaning; krw ok | Theo de Raadt | |
2003-05-10 | string cleaning; ok beck dhartmei | Theo de Raadt | |
2003-04-29 | Do not define the sparc_interrupt44c symbol on sun4m-only kernel, this is | Miod Vallat | |
too confusing when you have not had enough coffee... | |||
2003-04-28 | use the new display types | Jason Wright | |
2003-04-28 | Prettier dmesg; henning | Miod Vallat | |
2003-04-23 | DVMA, not DMVA. | Miod Vallat | |
2003-04-13 | Add 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-08 | Ahem, fix printf format. | Miod Vallat | |
2003-04-06 | kvm_iocache() is not used anymore. | Miod Vallat | |
2003-04-06 | IPL_FDSOFT not IPL_AUSOFT (in comments) | Miod Vallat | |
2003-04-06 | strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64. | Hakan Olsson | |
2003-04-06 | Run 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-06 | Check for the "addr" locator versus the physical address of the VSIMM, so | Miod Vallat | |
as not to attach a single VSIMM put in the secondary slot as cgfourteen0. | |||
2003-04-06 | When encountering an older or unexpected model this driver can not handle, | Miod Vallat | |
return early in attach() rather than panic. | |||
2003-03-18 | Restore bootable tape functionality. Previous loadfile() would never use | Miod 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-13 | Always protect pv_unlink4_4c() with splvm(). This suddenly makes sun4/4c | Miod Vallat | |
feel much much happier. ok deraadt@ | |||
2003-03-10 | Sun documentation mentions that ZX can not run on a sun4c or inside an xbox, | Miod Vallat | |
so document this as well. | |||
2003-03-09 | zx fits on the floppies. | Miod Vallat | |
2003-03-09 | Add and enable zx. Not put in RAMDISK yet, need to check if this still fits | Miod Vallat | |
on the floppies first. | |||
2003-03-09 | Correctly switch back and forth the 8-bit overlay plane (used in console | Miod Vallat | |
mode) and the 24-bit plane (used in graphics mode) for proper X11 support. Partly borrowed from the XFree86 SunLeo driver source. | |||
2003-03-09 | A work-in-progress driver for the Sun ZX (aka Leo) accelerated frame buffers, | Miod Vallat | |
from NetBSD. This was initially written for Linux, then each iteration attempted to replace more 0x12345 magic numbers with meaningful constants. The lack of documentation for the hardware still makes some areas a guess orgy. No doc, no kernel configuration file entries, and X11 is disabled on purpose at the moment. This will be coming soon. | |||
2003-03-09 | When a sparc machine is running with serial console, the zskbd probe would | Miod Vallat | |
try to use short cuts, and would not correctly initialize its channel if a keyboard is connected to it, which might have been done on purpose. It would then become impossible to run X11 on this machine afterwards. Fix this by being more cautious during the probe, at the extent of a couple of seconds if no keyboard is present. Tested by various, ok deraadt@ | |||
2003-03-08 | agten does not need to imply rasops32 at the moment. | Miod Vallat | |