summaryrefslogtreecommitdiff
path: root/sys/dev/sbus
AgeCommit message (Expand)Author
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
2009-09-18- use device_private(), proper types and variables for device_t/softctsutsui
2009-09-17Fix a message format in error path.tsutsui
2009-09-17Split device_t/softc.tsutsui
2009-09-17Include "ioconf.h" instead of extern struct cfdriver foo_cd decls.tsutsui
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-09-16Make cgthree(4) match prior to genfb(4). Required by cgthree(4) on SS1+.tsutsui
2009-09-16Rewrite code which looks for an unallocated lebuffer and pairs ittsutsui
2009-09-08sbus_establish() should take device_t self for the device itself,tsutsui
2009-09-08Fix botch on device_t/softc split caused by awful casts aroundtsutsui
2009-09-07Split device_t/softc.tsutsui
2009-08-26adjust some mmap ranges so X can work, also use FBTYPE_TCXCOLORmacallan
2009-08-20call vcons_replay_msgbuf() if we're the consolemacallan
2009-08-20use vcons_replay_msgbuf()macallan
2009-08-20add support for a hardware cursor via wsdisplaymacallan
2009-08-19clear the screen and initialize it with the right WID to bypass the LUT onmacallan
2009-08-19- more cosmeticsmacallan
2009-08-19- some cosmetic fixesmacallan
2009-08-18device_t-ifymacallan
2009-08-06make the tcx driver do something useful:macallan
2009-08-04Fix small oversight in device_t/softc split. Pointed out by <jdc>.martin
2009-07-27Do a complete device_t/softc split for the PCI attachment. I havedyoung