Age | Commit message (Expand) | Author |
2010-05-15 | Repair identification of P4 bwtwo on 4/330 and 4/370 models, which got broken | Miod Vallat |
2010-05-15 | Make fb_pfour_id() take a volatile pointer as argument. | Miod Vallat |
2010-05-15 | Always check the tiling mode alignment on pin, even if we don't need a | Owain Ainsworth |
2010-05-14 | don't warn about libsa's exit(); pull in declaration for memcpy() | Christian Weisgerber |
2010-05-14 | avoid builtins completely, so avoid possible issues with gcc4. | Dale Rahn |
2010-05-14 | Be friendly with gcc4. | Dale Rahn |
2010-05-14 | Make sure we initialize sched_lock before we try to use it. | Mark Kettenis |
2010-05-13 | If __HAVE_PMAP_DIRECT, do not bother creating special mappings for use in | Miod Vallat |
2010-05-13 | Only enable acceleration code if specific device properties exist; this should | Miod Vallat |
2010-05-13 | Synchronise amd64 more with other PMAP_DIRECT architectures. (step 1, | Owain Ainsworth |
2010-05-13 | new iwn(4) ids. | Damien Bergamini |
2010-05-13 | new iwn(4) pci ids | Damien Bergamini |
2010-05-13 | initialization values for AR9380 2.2. | Damien Bergamini |
2010-05-12 | sync | Owain Ainsworth |
2010-05-12 | Add ids for the integrated graphics builds into the core i3 and core i5 | Owain Ainsworth |
2010-05-12 | do not unlink the Tx buffer from our global list until we're sure | Damien Bergamini |
2010-05-12 | Add Pineview M to intagp and inteldrm. | Owain Ainsworth |
2010-05-12 | sync | Owain Ainsworth |
2010-05-12 | add Pineview M dmi bridge and graphics ids. | Owain Ainsworth |
2010-05-12 | bzero() the full compressed update struct before setting the values. | Claudio Jeker |
2010-05-11 | enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says the | Damien Bergamini |
2010-05-11 | always reset the Tx status descriptor before leaving ar9003_tx_process(). | Damien Bergamini |
2010-05-11 | put code that is meaningful only if HT is enabled under | Damien Bergamini |
2010-05-11 | various AR9003 fixes (found during code inspection): | Damien Bergamini |
2010-05-11 | update initvals for AR9380 2.0. | Damien Bergamini |
2010-05-11 | ip_ether.c makes only sense if the kernel has gif(4) support. | Claudio Jeker |
2010-05-11 | Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() | Claudio Jeker |
2010-05-11 | Add IPPROTO_MPLS for MPLS in gif(4) encapsulation. | Claudio Jeker |
2010-05-11 | Add support for MPLS in GRE. Fairly trivial and a NOP unless option MPLS | Claudio Jeker |
2010-05-10 | unifdef INTELDRM_GEM. | Owain Ainsworth |
2010-05-10 | Remove the additional paranoia that I added compared to upstream | Owain Ainsworth |
2010-05-10 | Don't postincrement a casted pointer; split into multiple statements instead. | Mark Kettenis |
2010-05-10 | Use the new agp mapping api (introduced in previous commit) to allow | Owain Ainsworth |
2010-05-10 | Continue with the horrible habit of using agp_machdep.c for agp related MD | Owain Ainsworth |
2010-05-10 | /* XXX - we don't use __COMPILER_INT64__ */ so remove it. | Mark Kettenis |
2010-05-10 | additionnal bits and fixes for RT3090. | Damien Bergamini |
2010-05-10 | misplaced #endif | Damien Bergamini |
2010-05-10 | athn(4) is going to support a new family of Atheros 802.11n | Damien Bergamini |
2010-05-10 | Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' -> | Kenneth R Westerback |
2010-05-09 | back out 1.143, it causes data corruption on the mpis in sun v20z boxes, | David Gwynne |
2010-05-09 | Rename round() to fpu_round(). This matches the m68k code from which this | Mark Kettenis |
2010-05-09 | Fix comments as well. | Mark Kettenis |
2010-05-09 | Rename round() to fpu_round(). This matches the m68k code from which this | Mark Kettenis |
2010-05-09 | Since libsa/stand.h provides an extern declaration of devsw[], we should make | Mark Kettenis |
2010-05-09 | Fix packed use and unbreak with gcc4, same as i386. | Nicholas Marriott |
2010-05-09 | Attach pineview graphics in inteldrm. | Owain Ainsworth |
2010-05-09 | Support Pineview IGD in intagp. | Owain Ainsworth |
2010-05-09 | Proper support for IP35 C-Brick types (i.e. Origin 3000): do not attach | Miod Vallat |
2010-05-09 | Program a larger PCI retry hold interval if there is a Lucent USB controller | Miod Vallat |
2010-05-09 | Prevent "taken branch" exceptions from kernel space by clearing the PSL_T | Mark Kettenis |