commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mach branch, master, updated. 564f10917b933c2bd8ea0292d538b9bf


From: Samuel Thibault
Subject: [SCM] GNU Mach branch, master, updated. 564f10917b933c2bd8ea0292d538b9bfd63d3597
Date: Sat, 08 Oct 2011 20:11:05 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Mach".

The branch, master has been updated
       via  564f10917b933c2bd8ea0292d538b9bfd63d3597 (commit)
      from  f0108a7c6131daa0dc2d898b05d9012f1ea3f945 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 564f10917b933c2bd8ea0292d538b9bfd63d3597
Author: Samuel Thibault <address@hidden>
Date:   Sat Oct 8 22:07:08 2011 +0200

    Add sym53c8xx driver from linux 2.2
    
    This driver supports qemu's SCSI host device.
    Unfortunately it seems to be breaking the network device, so test with care.
    
    * linux/Makefrag.am (liblinux_a_SOURCES): Add
    linux/src/drivers/scsi/sym53c8xx{.c,_comm.h,.h,_defs.h}
    * linux/configfrag.ac: Add AC_Linux_DRIVER([sym53c8xx] to enable
    CONFIG_SCSI_SYM53C8XX.
    * linux/dev/glue/kmem.c (MEM_CHUNKS): Increase to 16.
    * linux/src/drivers/scsi/hosts.c [CONFIG_SCSI_SYM53C8XX]: Include 
"sym53c8xx.h".
    (builtin_scsi_hosts): include SYM53C8XX.

-----------------------------------------------------------------------

Summary of changes:
 linux/Makefrag.am                       |    8 +
 linux/configfrag.ac                     |    4 +
 linux/dev/glue/kmem.c                   |    2 +-
 linux/src/drivers/scsi/hosts.c          |    7 +
 linux/src/drivers/scsi/ncr53c8xx.h      |    2 +-
 linux/src/drivers/scsi/sym53c8xx.c      |14695 +++++++++++++++++++++++++++++++
 linux/src/drivers/scsi/sym53c8xx.h      |  116 +
 linux/src/drivers/scsi/sym53c8xx_comm.h | 2717 ++++++
 linux/src/drivers/scsi/sym53c8xx_defs.h | 1767 ++++
 9 files changed, 19316 insertions(+), 2 deletions(-)
 create mode 100644 linux/src/drivers/scsi/sym53c8xx.c
 create mode 100644 linux/src/drivers/scsi/sym53c8xx.h
 create mode 100644 linux/src/drivers/scsi/sym53c8xx_comm.h
 create mode 100644 linux/src/drivers/scsi/sym53c8xx_defs.h


hooks/post-receive
-- 
GNU Mach



reply via email to

[Prev in Thread] Current Thread [Next in Thread]