summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-26If we have usable acpi, but chose to use amp instead for various reasons,Theo de Raadt
2008-12-26Use nitems() and FBS_xxx symbolic constants in the video timing tables.Miod Vallat
2008-12-26Remove unused BT_BLANK() and BT_UNBLANK() macros.Miod Vallat
2008-12-26Use constants from bt458reg.h when frobbing ramdac registers.Miod Vallat
2008-12-26Print the correct value as the chip revision.Miod Vallat
2008-12-26Correctly report unconfigured child devices.Miod Vallat
2008-12-26synchronize synopsis and usage.Igor Sobrado
2008-12-26*** empty log message ***Alexandre Ratchov
2008-12-26parse.y doesn't allow listen backlog configuration, so "bzero default" is used.Jacek Masiulaniec
2008-12-26don't try to create mutesets for selectors, they are only forJacob Meuser
2008-12-26add a function for initializing mixer_devinfo_t off/on enumsJacob Meuser
2008-12-26nuke unused macros. from Alexey Suslikov.Jacob Meuser
2008-12-26- recognize a few more realtek codecsJacob Meuser
2008-12-26Back out rev 1.14 as it makes machines like the T30 crash on boot.Jonathan Gray
2008-12-26Do not attach if not the console, I expect the same problems as for p9100,Miod Vallat
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-24Kill a race condition which occurs when listing a directory containingOtto Moerbeek
2008-12-24fox format string; ok tedu@Otto Moerbeek
2008-12-24This creates the notion of a non-disk softraid device. The aoe targetMarco Peereboom
2008-12-24All System 900 are supported now, not only the MVME187 based ones.Miod Vallat
2008-12-24Add quotes around DEBUG value, otherwise config doesn't like it.Ray Lai
2008-12-24Plug a couple of memory leaks noticed by deraadt.David Hill
2008-12-24Low hanging macro fruit. Inline the nfsm_srvstrsiz macro sinceThordur I. Bjornsson
2008-12-24Document video modes, and how to change them (which is tricky on the SS4,Miod Vallat
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-24add -S and -s options, similar to man(1), for restrictingJason McIntyre
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