Age | Commit message (Expand) | Author |
2006-08-14 | Fix 640x480 mode operation (needs a font change, and stride is larger than | Miod Vallat |
2006-07-25 | Do not bother reading the existing colormap on attach, since we will | Miod Vallat |
2006-07-20 | fix various ways of spelling 'access' wrong in comments | Martin Reindl |
2006-06-30 | For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette instead | Miod Vallat |
2006-06-21 | Pick the sbus clock frequency from the attach args instead of peeking at the | Miod Vallat |
2006-06-21 | use __sparc__ and __sparc64__ instead of SUN4|SUN4C|SUN4M vs SUN4U to figure | Jason Wright |
2006-06-21 | don't need #ifdef SUN4U any more | Jason Wright |
2006-06-02 | sbus_establish() and the associated linked list in the sbus softc is now only | Miod Vallat |
2006-06-02 | When trying to find leaf lebuffer devices, to work around broken old PROMs, | Miod Vallat |
2006-05-29 | Convert NetBSD new-style %b strings to old-style. | Miod Vallat |
2006-05-15 | Sprinkle bus_space_barrier()s after LANCE register writes, as already done | Miod Vallat |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-05 | Use more queue macros rather than doing it by hand; ok otto@ krw@ | Miod Vallat |
2006-03-04 | Do not redefine locally SET/CLR/ISSET macros from <sys/param.h>; no functional | Miod Vallat |
2006-03-04 | These devices are DV_DULL, not DV_IFNET... not that it really matters. | Miod Vallat |
2006-03-04 | Properly display underlined space characters. | Miod Vallat |
2006-02-12 | Disable sync when blanking if display.vblank is set to off. | Miod Vallat |
2006-02-12 | Run the tvtwo emulation mode in the 8 bit plane, and keep mapped mode 32 bit. | Miod Vallat |
2006-02-12 | Don't cause the screen border to be black; but we have to clear the whole | Miod Vallat |
2005-11-23 | use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes... | Michael Shalayeff |
2005-10-21 | tidy up dmesg printing a bit, makes PCI hme only take 2 lines | Brad Smith |
2005-07-09 | Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif, | Miod Vallat |
2005-06-08 | remove netns crud. | Henning Brauer |
2005-04-16 | do not provide round_buffer if not needed unless explained why in comments | Michael Shalayeff |
2005-04-15 | make sure aligment does not return zero block size | Michael Shalayeff |
2005-04-01 | handle burst size of 64 | Brad Smith |
2005-03-15 | Take care of updating the PROMs view of the cursor position in the common fb | Miod Vallat |
2005-03-13 | Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling. | Miod Vallat |
2005-03-08 | also display the correct priority on sparc64 when failing to register | Martin Reindl |
2005-03-08 | When failing to register an interrupt, display the correct priority on sparc64. | Miod Vallat |
2005-03-08 | Cosmetics... | Thierry Deval |
2005-03-07 | - Match PGI,tvthree (similar frame buffer capacities) | Miod Vallat |
2005-03-07 | Do not bother passing the blanking routine to fbwscons_console_init(), | Miod Vallat |
2005-03-06 | Missing argument to printf(); pat@ | Miod Vallat |
2005-03-05 | Now that xbox sort-of works on sparc64, port the cgtwelve driver, since | Miod Vallat |
2005-03-05 | Preliminary xbox support: attaches, memory mapping and interrupts work, but | Miod Vallat |
2005-03-03 | Sync a few comments with reality. | Miod Vallat |
2005-03-03 | Do not attempt to read past firmware data in rfx_initialize(). | Miod Vallat |
2005-03-03 | If we couldn't register an interrupt, don't abort attaching - we'll just | Miod Vallat |
2005-03-03 | Do not let dma attach children if it could not initialize properly. | Miod Vallat |
2005-03-03 | Do not unmap more memory than we mapped earlier, in case of attachment failure. | Miod Vallat |
2005-03-02 | Dmesg nit | Miod Vallat |
2005-03-01 | Display hardware name and display resolution at attach time, as done on sparc. | Miod Vallat |
2005-03-01 | Print display resolution as %dx%d, not %d x %d. | Miod Vallat |
2005-01-27 | Add pcmcia_intr_string() to format the intr string for pcmcia attach | Todd C. Miller |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2004-12-05 | rather then -> rather than | Jonathan Gray |
2004-11-29 | Move the struct wsscreen_descr from a per-driver global to a per-instance | Miod Vallat |
2004-11-29 | Port the remaining two sbus framebuffer drivers to sparc64; tvtwo untested | Miod Vallat |