Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-29 | typo | Miod Vallat | |
2008-12-29 | Shorten "Direct Rendering Manager" to "DRM" in the malloc memory type | Owain Ainsworth | |
string. Prevents messing with vmstat output. from brad a while back. "absolutely ok kettenis@ on that one" kettenis@. | |||
2008-12-29 | properly update RT2860_TX_RTS_CFG | Damien Bergamini | |
2008-12-29 | move the 802.11 header out of the TXWI structure. | Damien Bergamini | |
add some definitions for RT2870/RT3070. | |||
2008-12-29 | regen | Damien Bergamini | |
2008-12-29 | more Ralink RT3070/RT3071/RT3072 based devices. | Damien Bergamini | |
two new vendors: Quantum and AirTies. | |||
2008-12-29 | fix compiling w/o apm(4) | Oleg Safiullin | |
ok deraadt | |||
2008-12-29 | regen | Mark Kettenis | |
2008-12-29 | Fix & unify 3D Labs GLINT & Permedia entries. Prefer chip names over board | Mark Kettenis | |
product names. | |||
2008-12-28 | get output from the first DAC to the line-out on the MacMini1,1 | Jacob Meuser | |
2008-12-28 | Ignore hotploug events while still in autoconf. Fixes problems with some | Mark Kettenis | |
machines that get a spurious hotplug reove event when resetting their onboard re(4). | |||
2008-12-28 | No longer look for RSDP in memory marked as "ACPI Reclaim" in the BIOS memory | Mark Kettenis | |
map. The standard doesn't tell us to look there, Linux and NetBSD don't look there either. It seems that some BIOSes use this memory as a scratch area to build the final ACPI tables which means we can accidentally find what seems like a valid RSDP there. Fixes PR 5847. ok krw@, marco@ | |||
2008-12-28 | Remove confusion between "raw" and "swizzled" interrupt pins. Remove some | Mark Kettenis | |
#ifdef __i386__ code that can go now things have been cleaned up. | |||
2008-12-28 | Use acceleated operations for copycols, too. | Miod Vallat | |
2008-12-28 | Make blitter ``go the other way'' when scrolling down. | Mark Kettenis | |
2008-12-28 | Add ifb(4). | Mark Kettenis | |
2008-12-27 | It turns out that parasites are caused by (some) pixel writes with the | Miod Vallat | |
high bit set; restrict ourselves to 7bpp operation. This brings back text-mode color support. joint work with kettenis@ | |||
2008-12-27 | Use hardware acceleration for scrolling and make sure we only use the low bit | Mark Kettenis | |
of each pixel value. This avoids "overlay artifacts" and turns ifb(4) into a usable console framebuffer. help from miod@ | |||
2008-12-27 | Sync the sparc64 fb* api with the recent changes done on sparc. | Miod Vallat | |
2008-12-27 | Make sure we pick the right PCI BARs on Expert3D cards (which have an extra | Mark Kettenis | |
BAR that we need to skip). ok miod@ | |||
2008-12-27 | expand the ifdef _KERNEL around kernel only function prototypes | Thordur I. Bjornsson | |
since they have no business being export to userland. OK blambert@ | |||
2008-12-26 | Use the `fontbytes' display property as the font stride, instead of | Miod Vallat | |
computing it ourselves. | |||
2008-12-26 | Move the logic responsible from deciding whether a frame buffer needs to be | Miod Vallat | |
cleared on attach, from the individual drivers to the common frame buffer code; the latter will decide based on the prom font metrics and the prom console window position, whenever possible. This removes the need for the console window position to be hardcoded in the p9100 driver, and will no longer require a screen clear on a vigra VS-12 in high resolution mode. | |||
2008-12-26 | implement support for another temperature sensor, DS18B20 | Todd T. Fries | |
from David Fries david(at)fries(dot)net ok grange@ | |||
2008-12-26 | use the exact same policy for choosing apic on all 3 types of kernel. | Theo de Raadt | |
ok kettenis | |||
2008-12-26 | If we have usable acpi, but chose to use amp instead for various reasons, | Theo de Raadt | |
then mpbios should not be used because it is probably full of lies. ok kettenis, though he hates the variable name used. | |||
2008-12-26 | Use nitems() and FBS_xxx symbolic constants in the video timing tables. | Miod Vallat | |
2008-12-26 | Remove unused BT_BLANK() and BT_UNBLANK() macros. | Miod Vallat | |
2008-12-26 | Use constants from bt458reg.h when frobbing ramdac registers. | Miod Vallat | |
2008-12-26 | Print the correct value as the chip revision. | Miod Vallat | |
2008-12-26 | Correctly report unconfigured child devices. | Miod Vallat | |
2008-12-26 | don't try to create mutesets for selectors, they are only for | Jacob Meuser | |
mixers. problem noticed by Tas. thanks! | |||
2008-12-26 | add a function for initializing mixer_devinfo_t off/on enums | Jacob Meuser | |
and use it in 6 places. | |||
2008-12-26 | nuke unused macros. from Alexey Suslikov. | Jacob Meuser | |
2008-12-26 | - recognize a few more realtek codecs | Jacob Meuser | |
- beep and CD support for a few more realtek codecs (ALC268 verified by Alexey Suslikov, the others are quite similar based on datasheets) - "ALC662-GR" is a part number. "ALC662" is a codec identifier. | |||
2008-12-26 | Back out rev 1.14 as it makes machines like the T30 crash on boot. | Jonathan Gray | |
2008-12-26 | Do not attach if not the console, I expect the same problems as for p9100, | Miod Vallat | |
but I don't know what initialization sequence is needed on the p9000... | |||
2008-12-26 | When running on serial console, do not try to pick the prom font (this would | Miod Vallat | |
fail anyway since stdout is not a frame buffer), and force a complete ramdac initialization - access to several of the control registers spin otherwise. | |||
2008-12-25 | Return proper display types to the WSDISPLAYIO_GTYPE ioctl, instead of | Miod Vallat | |
deprecated WSDISPLAY_TYPE_SUN24; X11 knows about them since several releases already. | |||
2008-12-25 | currently azalia only supports one codec. instead of using simply the | Jacob Meuser | |
first codec with an audio function group, use the first codec with an audio function group that can do analog I/O, if there is one. codecs that just do digital I/O aren't quite as useful, yet. | |||
2008-12-25 | add "virtual" mutes if the "virtual" volume amps have mute capability | Jacob Meuser | |
2008-12-25 | don't need #include <sys/queue.h>; ok mbalmer@ | Kevin Steves | |
CVS --------------------------------------------------------------------- | |||
2008-12-25 | remove unused struct member; ok mbalmer@ | Kevin Steves | |
2008-12-25 | spelling in comments; ok mbalmer@ | Kevin Steves | |
2008-12-25 | Correctly display underlined spaces. | Miod Vallat | |
2008-12-25 | before naming a widget after a pin because the widget is the only thing | Jacob Meuser | |
the pin is connected to, make sure the pin is the only device that is connected to the widget. | |||
2008-12-25 | - one "default" direction is enough | Jacob Meuser | |
- be careful not to set a direction that the pin doesn't support - remove a workaround in the generic code which is more or less for a specific device, there are better ways to deal with such situations now | |||
2008-12-24 | No need to invoke fbwscons_setcolormap() twice. | Miod Vallat | |
2008-12-24 | Get rid of all remaining magic numbers but 32. If you need to know why 32 | Miod Vallat | |
is magic on a 32-bit platform, maybe you shouldn't do kernel programming. | |||
2008-12-24 | Provide an accelerated putchar routine for fonts 16 bits wide or less (and | Miod Vallat | |
the code can do up to 32 bit without serious changes, but I'm lazy). |