ChangeSet@1.1557, 2004-12-02 17:16:08-02:00, kronos@people.it
  [PATCH] Add new PCI id to radeonfb
  
  Hi Marcelo,
  this is a trivial patch for 2.4.29-pre1.
  
  Add support for the following radeon board (thanks to Jurriaan):
  
  lspci:
  0000:01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AQ [Radeon 9600]
  0000:01:00.1 Display controller: ATI Technologies Inc RV350 AQ [Radeon 9600] (Secondary)
  
  lspci -n:
  0000:01:00.0 Class 0300: 1002:4151
  0000:01:00.1 Class 0380: 1002:4171
  
  Signed-off-by: Luca Tettamanti <kronos@people.it>

ChangeSet@1.1556, 2004-12-02 10:42:28-02:00, kronos@people.it
  [PATCH] radeonfb: don't try to ioreamp the entire VRAM
  
  Make fb layer aware of the difference between the ioremap()'ed VRAM and
  total available VRAM.
  smem_len in struct fb_fix_screeninfo contains the amount of physical
  VRAM (reported to userspace via FBIOGET_FSCREENINFO ioctl) while the new
  field mapped_vram in struct fb_info contains the amount of VRAM actually
  ioremap()'ed by drivers (used in read/write/mmap operations).
  If mapped_vram is not set it's assumed that the entire framebuffer is
  mapped, thus other drivers are unaffected by this patch.
  
  Signed-off-by: Luca Tettamanti <kronos@people.it>

ChangeSet@1.1555, 2004-12-01 08:59:24-02:00, marcelo@dmt.cyclades
  Cset exclude: vince@arm.linux.org.uk|ChangeSet|20041125151649|65331

ChangeSet@1.1554, 2004-11-30 15:04:16-02:00, chrisw@osdl.org
  [PATCH] proc_tty.c warning fix
  
  > The /proc/tty/driver/serial vulnerability fix in 2.4.29-pre1
  > calls a function without a prototype in scope, resulting in:
  >
  > proc_tty.c: In function `proc_tty_init':
  > proc_tty.c:183: warning: implicit declaration of function `proc_mkdir_mode'
  > proc_tty.c:183: warning: assignment makes pointer from integer without a cast
  
  Yes, oversight, please apply.  Well, here's an insignificant variation
  which comes straight from 2.6 to minimize divergence.
  
  ===== include/linux/proc_fs.h 1.10 vs edited =====

ChangeSet@1.1553, 2004-11-30 15:01:31-02:00, bunk@stusta.de
  [PATCH]  add missing SCSI_SATA_AHCI Configure.help entry
  
  Could you introduce a penalty for people forgetting the Configure.help
  entry when adding a new option?  ;-)
  
  Signed-off-by: Adrian Bunk <bunk@stusta.de>

ChangeSet@1.1552, 2004-11-30 14:48:35-02:00, cp@absolutedigital.net
  [PATCH] remove obsolete PIIX config help
  
  Hi Marcelo,
  
  The patch below removes some obsolete config help for the Intel PIIX
  chipsets.
  
  Signed-off-by: Cal Peake <cp@absolutedigital.net>

ChangeSet@1.1551, 2004-11-30 12:39:13-02:00, bunk@stusta.de
  [PATCH] remove bouncing email address of Deanna Bonds
  
  On Mon, Nov 29, 2004 at 08:27:39AM -0500, Salyzyn, Mark wrote:
  
  > That address should instead become aacraid@adaptec.com to capture
  > engineers at Adaptec.
  
  Sounds reasonable.
  Updated patch below.
  
  > Sincerely -- Mark Salyzyn
  
  
  diffstat output:
   drivers/scsi/aacraid/README   |    2 +-
   drivers/scsi/dpt/dpti_ioctl.h |    2 +-
   drivers/scsi/dpt_i2o.c        |    2 +-
   drivers/scsi/dpti.h           |    2 +-
   4 files changed, 4 insertions(+), 4 deletions(-)
  
  
  
  Signed-off-by: Adrian Bunk <bunk@stusta.de>

ChangeSet@1.1550, 2004-11-30 12:33:21-02:00, tv@lio96.de
  [PATCH] VM documentation fix: vm_anon_lru default is 0
  
  >   o Marc-Christian Petersen: VM documentation update
  
  Here is a typo.
  /proc/sys/vm/vm_anon_lru is default 0

ChangeSet@1.1549, 2004-11-25 17:46:49-02:00, marcelo@logos.cnet
    fix get_user_pages() change typo
  TAG: v2.4.29-pre1