summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev
AgeCommit message (Expand)Author
2009-01-12Oops, sunkbd_decode() still needs to be public for *cngetc() to work;Miod Vallat
2009-01-12Be more strict when checking window-left and window-top values.Miod Vallat
2009-01-11Define a limit to the input which can be fed to sunkbd_input() at once,Miod Vallat
2009-01-11Factor a bit more sunkbd common parts; paves the way for upcomingMiod Vallat
2009-01-11Some frame buffer fcode do not fill window-top and window-left putMiod Vallat
2009-01-04Make this compile for SUN4 only kernels.Miod Vallat
2009-01-04Be silent when deciding that the last chunk of a DMA transfer will be doneMiod Vallat
2009-01-04In x[dy]dummystrat, do not clear B_BUSY from the buffer.Miod Vallat
2008-12-26Use the `fontbytes' display property as the font stride, instead ofMiod Vallat
2008-12-26Move the logic responsible from deciding whether a frame buffer needs to beMiod Vallat
2008-12-26Use nitems() and FBS_xxx symbolic constants in the video timing tables.Miod Vallat
2008-12-26Remove unused BT_BLANK() and BT_UNBLANK() macros.Miod Vallat
2008-12-26Use constants from bt458reg.h when frobbing ramdac registers.Miod Vallat
2008-12-26Print the correct value as the chip revision.Miod Vallat
2008-12-26Correctly report unconfigured child devices.Miod Vallat
2008-12-26Do not attach if not the console, I expect the same problems as for p9100,Miod Vallat
2008-12-26When running on serial console, do not try to pick the prom font (this wouldMiod Vallat
2008-12-25Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead ofMiod Vallat
2008-12-25Correctly display underlined spaces.Miod Vallat
2008-12-24No need to invoke fbwscons_setcolormap() twice.Miod Vallat
2008-12-24Get rid of all remaining magic numbers but 32. If you need to know why 32Miod Vallat
2008-12-24Provide an accelerated putchar routine for fonts 16 bits wide or less (andMiod Vallat
2008-12-24Oops, logic botch in 1.34 would disable 24 bit mode on S24.Miod Vallat
2008-12-24On cards which advertize complete rop support, use the stipple engine toMiod Vallat
2008-12-24It turns out the 8-bit tcx flavour has undocumented low-res video modes (soonMiod Vallat
2008-12-24When switching between 8 bit and 24 bit modes on S24, use the blitterMiod Vallat
2008-12-24Basic acceleration code for tcx: solid fills and some simple block copy cases.Miod Vallat
2008-12-23No need to keep the 32 bit space mapped, since it is only used by userlandMiod Vallat
2008-11-29Iain Hibbert (plunky@netbsd) removed clauses 3 and 4 from hisRay Lai
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-14Change m_devget()'s outdated and unused "offset" argument: It isChristian Weisgerber
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-15Don't bypass partition bounds check for RAW_PART. We now guarantee thatKenneth R Westerback
2008-06-12Bring biomem diff back into the tree after the nfs_bio.c fix went in.Theo de Raadt
2008-06-11back out biomem diff since it is not right yet. Doing very largeTheo de Raadt
2008-06-10Fix buffer cache pending read statistics by ensuring we can identifyBob Beck
2008-06-01Make SCSI isp(4) use the same SCSI initiator ID as the prom on sparc/sparc64.Mark Kettenis
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
2008-04-15It turns out the mysterious chip with the heatsink glued on, found on mgxMiod Vallat
2008-04-15Fix braino in mgx_loadcmap() invocation.Miod Vallat
2008-03-22Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fdKenneth R Westerback
2008-03-20Bring isa/fd.c into line with sparc/sparc64 fd code and prepare allKenneth R Westerback
2008-03-15Support the old-prom XVideo boards by rewriting the sbus range registers;Miod Vallat
2008-03-01Print consoleness the canonical way.Mark Kettenis
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-12-29fix comments after the members of scsi_adapter were changed.David Gwynne
2007-11-28ctob/btoc -> ptoa/atopMartin Reindl
2007-11-27typos; ok jmc@Martynas Venckus