summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2010-05-14don't warn about libsa's exit(); pull in declaration for memcpy()Christian Weisgerber
2010-05-14avoid builtins completely, so avoid possible issues with gcc4.Dale Rahn
2010-05-14Be friendly with gcc4.Dale Rahn
2010-05-14Make sure we initialize sched_lock before we try to use it.Mark Kettenis
2010-05-13If __HAVE_PMAP_DIRECT, do not bother creating special mappings for use inMiod Vallat
2010-05-13Only enable acceleration code if specific device properties exist; this shouldMiod Vallat
2010-05-13Synchronise amd64 more with other PMAP_DIRECT architectures. (step 1,Owain Ainsworth
2010-05-13new iwn(4) ids.Damien Bergamini
2010-05-13new iwn(4) pci idsDamien Bergamini
2010-05-13initialization values for AR9380 2.2.Damien Bergamini
2010-05-12syncOwain Ainsworth
2010-05-12Add ids for the integrated graphics builds into the core i3 and core i5Owain Ainsworth
2010-05-12do not unlink the Tx buffer from our global list until we're sureDamien Bergamini
2010-05-12Add Pineview M to intagp and inteldrm.Owain Ainsworth
2010-05-12syncOwain Ainsworth
2010-05-12add Pineview M dmi bridge and graphics ids.Owain Ainsworth
2010-05-12bzero() the full compressed update struct before setting the values.Claudio Jeker
2010-05-11enable fast PLL clock for 5GHz on AR9280 >=2.0 (unless EEPROM says theDamien Bergamini
2010-05-11always reset the Tx status descriptor before leaving ar9003_tx_process().Damien Bergamini
2010-05-11put code that is meaningful only if HT is enabled underDamien Bergamini
2010-05-11various AR9003 fixes (found during code inspection):Damien Bergamini
2010-05-11update initvals for AR9380 2.0.Damien Bergamini
2010-05-11ip_ether.c makes only sense if the kernel has gif(4) support.Claudio Jeker
2010-05-11Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output()Claudio Jeker
2010-05-11Add IPPROTO_MPLS for MPLS in gif(4) encapsulation.Claudio Jeker
2010-05-11Add support for MPLS in GRE. Fairly trivial and a NOP unless option MPLSClaudio Jeker
2010-05-10unifdef INTELDRM_GEM.Owain Ainsworth
2010-05-10Remove the additional paranoia that I added compared to upstreamOwain Ainsworth
2010-05-10Don't postincrement a casted pointer; split into multiple statements instead.Mark Kettenis
2010-05-10Use the new agp mapping api (introduced in previous commit) to allowOwain Ainsworth
2010-05-10Continue with the horrible habit of using agp_machdep.c for agp related MDOwain Ainsworth
2010-05-10/* XXX - we don't use __COMPILER_INT64__ */ so remove it.Mark Kettenis
2010-05-10additionnal bits and fixes for RT3090.Damien Bergamini
2010-05-10misplaced #endifDamien Bergamini
2010-05-10athn(4) is going to support a new family of Atheros 802.11nDamien Bergamini
2010-05-10Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->Kenneth R Westerback
2010-05-09back out 1.143, it causes data corruption on the mpis in sun v20z boxes,David Gwynne
2010-05-09Rename round() to fpu_round(). This matches the m68k code from which thisMark Kettenis
2010-05-09Fix comments as well.Mark Kettenis
2010-05-09Rename round() to fpu_round(). This matches the m68k code from which thisMark Kettenis
2010-05-09Since libsa/stand.h provides an extern declaration of devsw[], we should makeMark Kettenis
2010-05-09Fix packed use and unbreak with gcc4, same as i386.Nicholas Marriott
2010-05-09Attach pineview graphics in inteldrm.Owain Ainsworth
2010-05-09Support Pineview IGD in intagp.Owain Ainsworth
2010-05-09Proper support for IP35 C-Brick types (i.e. Origin 3000): do not attachMiod Vallat
2010-05-09Program a larger PCI retry hold interval if there is a Lucent USB controllerMiod Vallat
2010-05-09Prevent "taken branch" exceptions from kernel space by clearing the PSL_TMark Kettenis
2010-05-09Make single stepping a system call work. Instead of single stepping throughMark Kettenis
2010-05-09hander -> handlerJasper Lievisse Adriaanse
2010-05-09shuffle an extern around so gcc4 doesn't whinge about incomplete typesJonathan Gray