summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
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
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-10-07finish device_t-ificationmacallan
2010-09-14always make sure we can access the framebuffer - having more than one wsdisplaymacallan
2010-08-18- add support for running the console in 8 bit colourmacallan
2010-05-04use box drawing font if neededmacallan
2010-04-14add the missing bits to allow X to run in 24bit with the wsfb drivermacallan
2010-04-08use a shadow framebuffermacallan
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-03-26Synchronize with other platforms:mjacob
2010-03-24first stab at a driver for the cg12 / matrox cg3macallan
2010-03-01make latching optional.macallan
2010-03-01fix ancient typo, noticed by mouse@macallan
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-18Abort setup when we find no audio codec to avoid crashing later on withmacallan
2010-01-29avoid using PAGE_SIZE directly so sparc/GENERIC builds againmacallan
2010-01-27round the space we bus_space_map() up to PAGE_SIZE alignmentmacallan
2010-01-27tcx doesn't use bt_dacmacallan
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2010-01-14set a delta value for the master channel so volume control via PMF worksmacallan
2010-01-08Expand PMF_FN_* macros.dyoung
2010-01-05fix off by one in zx_copyrect()macallan
2010-01-05fix off by one error in zx_fillrect()macallan