Age | Commit message (Expand) | Author |
2008-12-27 | Sync the sparc64 fb* api with the recent changes done on sparc. | Miod Vallat |
2008-12-25 | Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead of | Miod Vallat |
2008-12-15 | Make the "machine xir" ddb command work on machines with uperf(4) on sbus(4). | Mark Kettenis |
2008-11-29 | unbreak tree breakage snuck in | Theo de Raadt |
2008-11-29 | Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from his | Ray Lai |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-07 | Add more initialisation steps (read reset register; pause; set burst size | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-01 | Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64. | Mark Kettenis |
2008-05-13 | Remove commented out NetBSD __KERNEL_RCSID macro usage. | Brad Smith |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2008-04-15 | It turns out the mysterious chip with the heatsink glued on, found on mgx | Miod Vallat |
2008-04-15 | Fix braino in mgx_loadcmap() invocation. | Miod Vallat |
2008-03-15 | Support the old-prom XVideo boards by rewriting the sbus range registers; | Miod Vallat |
2008-01-21 | use the right capitalization for `QLogic' | Igor Sobrado |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-09-11 | KNF | Gilles Chehade |
2007-09-10 | more MALLOC/FREE -> malloc/free and M_ZERO changes | Gilles Chehade |
2007-08-06 | Fix another "that that". | Tom Cosgrove |
2007-05-31 | use the right capitalization for `MBus' and `SBus' | Igor Sobrado |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-03-13 | When about to run X11 in 32 bpp mode, advertize correctly that we are | Miod Vallat |
2007-02-28 | SBus parallel port driver, from NetBSD but untested (no printer or cables); | Miod Vallat |
2007-02-18 | Make it more apparent these boards have (crippled version of) vga-compatible | Miod Vallat |
2006-12-21 | nuke sc_enaddr here too | Jason Wright |
2006-12-21 | betetr yet, just nuke sc_enaddr all together, just fill in arpcom and | Jason Wright |
2006-12-17 | Remove unnecessary <dev/wscons/wscons_raster.h> inclusion. | Miod Vallat |
2006-12-09 | Do not make sun terminal emulation selected by the wsemul_sun frame buffer | Miod Vallat |
2006-12-03 | Instead of invoking rasops_init with a wrong depth value to have some | Miod Vallat |
2006-12-02 | Use ri_devcmap to get corrected color values, instead of directly using | Miod Vallat |
2006-12-02 | Use the unpack_attr emulops instead of doing an inline rasops_unpack_attr. | Miod Vallat |
2006-12-02 | zx needs rasops8 code for emulation modes, not rasops32. | Miod Vallat |
2006-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-25 | initial stab at an SBus front end for gem(4). currently untested. | Brad Smith |
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 |