Age | Commit message (Expand) | Author |
2006-12-27 | Add code to change video mode (resolution and color depth) on the fly for | Miod Vallat |
2006-12-13 | Remove the dma_eop callback in the ncr5380 driver md attachment, it was always | Miod Vallat |
2006-12-10 | Delay two seconds after board reset before trying to probe scsi devices. | Miod Vallat |
2006-12-10 | Allow ``flags 0'' to work to disable DMA for si(4) and sw(4) - it would get | Miod Vallat |
2006-12-03 | Change cgeight to run the console in the monochrome overlay plane (as cgtwelve | Miod Vallat |
2006-12-03 | In fb_setsize(), remove dead code in the SUN4 case. | Miod Vallat |
2006-12-03 | Instead of invoking rasops_init with a wrong depth value to have some | Miod Vallat |
2006-12-03 | Do the ri_devcmap reprogramming dance in fbwscons_init(), so that it applies | Miod Vallat |
2006-12-03 | Initialize more fields of the proto disklabel before invoking readdisklabel(), | Miod Vallat |
2006-12-03 | Enable all color planes on attach and wait for retrace to program the | Miod Vallat |
2006-12-03 | Clean frame buffer attachment code: | Miod Vallat |
2006-12-03 | Revert r1.35 (ether_input to ether_input_mbuf conversion), this causes | Miod Vallat |
2006-12-02 | Fix ri_devcmap[] to allow WSCOL_BLACK and WSCOL_WHITE to not have to be | 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-11-29 | Add an unpack_attr function to struct wsdisplay_emulops, to match the | Miod Vallat |
2006-11-29 | Kernel stack can be swapped. This means that stuff that's on the stack | Miod Vallat |
2006-11-29 | Add a new member to struct wsemuldisplaydev_attach_args, for a frame buffer | Miod Vallat |
2006-11-28 | give scsi controllers a real attach args to fill in when attaching scsibus. | David Gwynne |
2006-10-27 | If the lid is closed during boot, blank screen immediately. | Miod Vallat |
2006-09-26 | Zap D_REMOVABLE flag from disklabel. If you didn't already know that | Kenneth R Westerback |
2006-09-24 | Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were | Kenneth R Westerback |
2006-09-17 | No need to check for both cd_devs != NULL && cd_ndevs != 0, since the latter | Miod Vallat |
2006-08-17 | (128 << fd->sc_type->secsize) instead of (128 * (1 << fd->sc_type->secsize)). | Kenneth R Westerback |
2006-08-14 | Fix 640x480 mode operation (needs a font change, and stride is larger than | Miod Vallat |
2006-08-14 | Now that DEV_BSIZE is universally defined as 1 << DEV_BSHIFT, use it to | Kenneth R Westerback |
2006-08-12 | Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and then | Kenneth R Westerback |
2006-08-11 | An old dvorak typo was lurking here. | Miod Vallat |
2006-08-01 | make this more like a real cylon mode (no pauses at the end!) | Theo de Raadt |
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-07-01 | Provide our own alloc_attr() routine for sun frame buffer, since the computation | Miod Vallat |
2006-06-30 | For 32bit sun frame buffers, tweak ri_devcmap to get the BoW palette instead | Miod Vallat |
2006-06-29 | No need to keep specific variables for the kernel messages colors on sun | Miod Vallat |
2006-06-29 | Map the correct size for the colormap registers (not that it really matters | Miod Vallat |
2006-06-25 | fix a typo in a comment and add the comment to the sparc hme driver. | Brad Smith |
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-27 | unknown ioctl is ENOTTY not EINVAL | Jason Wright |
2006-04-29 | fix build after timestamping addition; sparc pointed out by pvalchev@ | Christian Weisgerber |
2006-04-27 | 2 lines of code in most drivers, to do the timestamping; ok miod kettenis | Theo de Raadt |
2006-04-16 | Convert the last remaining net-driver users of ether_input to ether_input_mbuf. | Christopher Pascoe |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-15 | Nuke dk_establish(), no longer used. | Miod Vallat |
2006-03-15 | Entries in cd_devs[] may be NULL, so be sure to check for them in your | Miod Vallat |
2006-03-12 | Previous fix was half-done, move the wsscreen_list array into the softc | Miod Vallat |
2006-03-12 | When attaching a wsdisplay, the wsscreen_list structure can not be on the | 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-25 | Put quotation marks around names of unconfigured devices. | Mark Kettenis |