summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
2015-10-04Drop unused (inline) function.joerg
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2015-01-06implement WSDISPLAYIO_*CMAP and WSDISPLAYIO_GET_FBINFO ioctl()smacallan
2015-01-06- enable alpha fonts now that we have acceleration and glyphcachemacallan
2015-01-04support hardware acceleration, adapted from OpenBSDmacallan
2014-12-16first draft of a driver for SMSI,mgxmacallan
2014-11-15centralize the dialout/call unit macros.christos
2014-10-18src is too big these days to tolerate superfluous apostrophes. It'ssnj
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-24Add enable/disable polling hooks to genfb_ops.riastradh
2014-07-22restore the right colour map when X exitsmacallan
2014-07-16- move all register definitions and hardware documenting comments tomacallan
2014-07-07actually put the colour space ID where it belongs in tcx_clearscreen()macallan
2014-06-24use STIP/BLIT on 8bit tcx and RSTIP/RBLIT on S24macallan
2014-06-188bit tcx doesn't implement a hardware cursor, so don't pretend it does.macallan
2014-06-17fix a few 8bit tcx issues:macallan
2014-06-17remove last remnants of CG8 emulationmacallan
2014-05-13Do not attach if the STIP register is way too small (this happens in qemumartin
2014-05-09Cosmetic fix: s/8bit/8-bit/ and new line for 8-bit only TCX's.jdc
2014-04-29return a match score >1 to beat out genfb if presentmacallan
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2013-11-19get rid of junk variablemacallan
2013-10-19- remove set but unused variable.mrg
2013-09-15Remove unused variablesmartin
2013-09-12Remove unused variablemartin
2013-07-30avoid uninitialized use of defattrmacallan
2013-06-09 Don't "return" but "break" in MII_TICK when the interface isn't doingmsaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2012-10-23support anti-aliased fontsmacallan
2012-10-20- only sync the drawing engine when we're about to access video memorymacallan
2012-10-05get rid of gc_attr & allocattr()macallan
2012-09-21support anti-aliased fonts, glyph caching etc.macallan
2012-09-07set isp_xffree, like the PCI frontend doesmacallan
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-06-23Fix multicast filter set up: we need to byte-swap the hash before writing tojdc
2012-06-22Fix fallout from revision 1.46, and call ether_ioctl() in the default path.jdc
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-11use rasops_init(0, 0)macallan
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-18convert the remaining dev/sbus drivers to CFATTACH_DECL_NEW, cfdata_tmrg
2011-07-02avoid some uninitialised variable warnings from GCC 4.5. i'm prettymrg
2011-06-02split audiocschristos
2011-04-24Rename ttymalloc() to tty_alloc(), and ttyfree() to tty_free() forrmind
2011-03-09change dbri's DMA segment size to a power of two value - the ship allowsmacallan
2011-02-01udpate license clauses on my code to match the new-style BSD licenses.chuck
2011-01-11use config_finalize_register() instead of config_interrupts() to detect themacallan
2010-12-09Fix DEBUG build.uebayasi
2010-11-15This doesn't use uvm(9) API.uebayasi
2010-11-14Include uvm/uvm_extern.h to access uvmexp. gtmpsc.c doesn't needuebayasi