summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-25currently azalia only supports one codec. instead of using simply theJacob Meuser
2008-12-25add "virtual" mutes if the "virtual" volume amps have mute capabilityJacob Meuser
2008-12-25don't need #include <sys/queue.h>; ok mbalmer@Kevin Steves
2008-12-25remove unused struct member; ok mbalmer@Kevin Steves
2008-12-25spelling in comments; ok mbalmer@Kevin Steves
2008-12-25Correctly display underlined spaces.Miod Vallat
2008-12-25before naming a widget after a pin because the widget is the only thingJacob Meuser
2008-12-25- one "default" direction is enoughJacob Meuser
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-24This creates the notion of a non-disk softraid device. The aoe targetMarco Peereboom
2008-12-24Low hanging macro fruit. Inline the nfsm_srvstrsiz macro sinceThordur I. Bjornsson
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-24remove argument names from function prototypes, this way theThordur I. Bjornsson
2008-12-24When switching between 8 bit and 24 bit modes on S24, use the blitterMiod Vallat
2008-12-24EVFILT_WRITE filters should return the amount of space remaining in theMark Kettenis
2008-12-24typo spotted by Alexey SuslikovJacob Meuser
2008-12-24Fix two mbuf leaks in arpresolve. The first one happens on IFF_NOARPClaudio Jeker
2008-12-24cleanup, work around issue with interrupt getting enabled too early.Dale Rahn
2008-12-24report the number of packets that arp resolution is holding onto until itDavid Gwynne
2008-12-24Fix support for earlier i8XX chipsets (specifically the 830 and 840).Owain Ainsworth
2008-12-24fix a typo made in last commit, also slightly better wording forThordur I. Bjornsson
2008-12-24Replace the TRUE/FALSE defines with 1/0 respectively. This doesn'tThordur I. Bjornsson
2008-12-24Basic acceleration code for tcx: solid fills and some simple block copy cases.Miod Vallat
2008-12-23intagp support for Intel 4-series (e.g. GM45) chipsets.Owain Ainsworth
2008-12-23small indent fixThordur I. Bjornsson
2008-12-23Fix up a comment. Flags are for va_vaflags not va_cflagsThordur I. Bjornsson
2008-12-23No need to keep the 32 bit space mapped, since it is only used by userlandMiod Vallat
2008-12-23only a small number of thinkpads need the brightness adjustmentsjoshua stein
2008-12-23azalia_generic_mixer_pin_sense has nothing to do with pin sense anymore.Jacob Meuser
2008-12-23add gpio quirk for Dell e6400Jacob Meuser
2008-12-23enable beep and CD mixer controls on alc88x codecs if appropriateJacob Meuser
2008-12-23add small quirks for certain codecsJacob Meuser
2008-12-23remove static mixer configurations wholesale, to make next commitJacob Meuser
2008-12-23- recognize some more codecsJacob Meuser
2008-12-23gather up most of the code for printing debug info in dmesgs andJacob Meuser
2008-12-23line-in is now "line-in", line-out is still "line". S/PDIF-out isJacob Meuser
2008-12-23i got emptypages and fullpages mixed up in pool_walk. this now shows itemsDavid Gwynne
2008-12-23allow us to completely exhaust the rx ring now that we handle the RXO (rxDavid Gwynne
2008-12-23oops, forgot this when committing to subr_pool.cDavid Gwynne
2008-12-23add pool_walk as debug code.David Gwynne
2008-12-23record the offset into each pool page that item allocations actually beginDavid Gwynne
2008-12-23a) a widget's nid is always it's index in the codec's widget list.Jacob Meuser
2008-12-23The splvm() protection is way outdated, only splnet is needed to protectTheo de Raadt
2008-12-23backout previous. changing the index of valid nids breaks things.Jacob Meuser