Age | Commit message (Expand) | Author |
2009-09-05 | fix typos | Theo de Raadt |
2009-09-05 | Change the wsdisplay_emulops return types from void to int; emulops will now | Miod Vallat |
2009-09-05 | Make DIOCSDINFO code consistant everywhere. | Kenneth R Westerback |
2009-08-30 | Add support for ISP2200 SBus FC cards. | Mark Kettenis |
2009-08-29 | Glue for the SBus version of the Sun Vector Gigabit Ethernet card. | Mark Kettenis |
2009-08-24 | - fix format strings for values that are daddr64_t | Jasper Lievisse Adriaanse |
2009-08-13 | rewrite the promisc mode / multicast handling code for the sparc hme(4) | Peter Hessler |
2009-08-13 | Replace the error strings that were being passed around with much simpler | Theo de Raadt |
2009-07-24 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-16 | - Add missing tick handler calling mii_tick(). | Stuart Henderson |
2009-07-13 | Add the neccessary glue to attach gem(4) to sbus(4) and enable gem(4) in | Mark Kettenis |
2009-06-24 | for the isp(4) driver, invert the meaning of the options which pull | Theo de Raadt |
2009-06-24 | Major update to isp driver, mostly from mjacob via FreeBSD. | Kenneth R Westerback |
2009-06-24 | Simplify the ioctl handling code. From Brad. | Stuart Henderson |
2009-06-20 | Have hmestop() properly clear the RUNNING/OACTIVE flags and the interface | Stuart Henderson |
2009-06-03 | Fix check for window-top and window-left values. | Mark Kettenis |
2009-04-15 | Remove en(4) (no manpage present, no none removed), and the midway.c glue code | Owain Ainsworth |
2009-04-10 | Use soft interrupts to dispatch pcmcia device interrupts; this ensures the | Miod Vallat |
2009-04-10 | generic soft interrupts support for sparc. Soft interrupt handlers are now | Miod Vallat |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-29 | When trying to get the console font metrics and window position, we can | Miod Vallat |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-01-12 | Oops, sunkbd_decode() still needs to be public for *cngetc() to work; | Miod Vallat |
2009-01-12 | Be more strict when checking window-left and window-top values. | Miod Vallat |
2009-01-11 | Define a limit to the input which can be fed to sunkbd_input() at once, | Miod Vallat |
2009-01-11 | Factor a bit more sunkbd common parts; paves the way for upcoming | Miod Vallat |
2009-01-11 | Some frame buffer fcode do not fill window-top and window-left put | Miod Vallat |
2009-01-04 | Make this compile for SUN4 only kernels. | Miod Vallat |
2009-01-04 | Be silent when deciding that the last chunk of a DMA transfer will be done | Miod Vallat |
2009-01-04 | In x[dy]dummystrat, do not clear B_BUSY from the buffer. | Miod Vallat |
2008-12-26 | Use the `fontbytes' display property as the font stride, instead of | Miod Vallat |
2008-12-26 | Move the logic responsible from deciding whether a frame buffer needs to be | Miod Vallat |
2008-12-26 | Use nitems() and FBS_xxx symbolic constants in the video timing tables. | Miod Vallat |
2008-12-26 | Remove unused BT_BLANK() and BT_UNBLANK() macros. | Miod Vallat |
2008-12-26 | Use constants from bt458reg.h when frobbing ramdac registers. | Miod Vallat |
2008-12-26 | Print the correct value as the chip revision. | Miod Vallat |
2008-12-26 | Correctly report unconfigured child devices. | Miod Vallat |
2008-12-26 | Do not attach if not the console, I expect the same problems as for p9100, | Miod Vallat |
2008-12-26 | When running on serial console, do not try to pick the prom font (this would | Miod Vallat |
2008-12-25 | Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead of | Miod Vallat |
2008-12-25 | Correctly display underlined spaces. | Miod Vallat |
2008-12-24 | No need to invoke fbwscons_setcolormap() twice. | Miod Vallat |
2008-12-24 | Get rid of all remaining magic numbers but 32. If you need to know why 32 | Miod Vallat |
2008-12-24 | Provide an accelerated putchar routine for fonts 16 bits wide or less (and | Miod Vallat |
2008-12-24 | Oops, logic botch in 1.34 would disable 24 bit mode on S24. | Miod Vallat |
2008-12-24 | On cards which advertize complete rop support, use the stipple engine to | Miod Vallat |
2008-12-24 | It turns out the 8-bit tcx flavour has undocumented low-res video modes (soon | Miod Vallat |
2008-12-24 | When switching between 8 bit and 24 bit modes on S24, use the blitter | Miod Vallat |
2008-12-24 | Basic acceleration code for tcx: solid fills and some simple block copy cases. | Miod Vallat |