summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
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
2010-01-02Fix botches in mechanical changes to make this compile:tsutsui
2010-01-02convert to pmfchristos
2009-09-22Remove some more unnecessary casts.tsutsui
2009-09-20u_intNN_t -> uintNN_ttsutsui
2009-09-19u_intNN_t -> uintNN_ttsutsui
2009-09-19Split device_t/softc.tsutsui
2009-09-19Split device_t/softc.tsutsui
2009-09-19Make bwtwo(4) match prior to genfb(4).tsutsui
2009-09-18Split device_t/softc. Tested on SS1+.tsutsui
2009-09-18Use the common ether_crc32_le() function for multicast hash.tsutsui
2009-09-18Misc KNF.tsutsui
2009-09-18Make local functions static.tsutsui
2009-09-18Use uint8_t pointers for TX/RX buffers to avoid extra pointer casts.tsutsui
2009-09-18Adjust attach messages.tsutsui
2009-09-18Split device_t/softc.tsutsui
2009-09-18Make be(4) is properly initialized at the first ifconfig(8) command:tsutsui
2009-09-18- wrap a long linetsutsui