commit-hurd
[Top][All Lists]
Advanced

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

[SCM] the great next stuff branch, dde, updated. 456ae624cd65997a44d1f18


From: Zheng Da
Subject: [SCM] the great next stuff branch, dde, updated. 456ae624cd65997a44d1f1814907374aecb46691
Date: Mon, 10 May 2010 16:35:02 +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 "the great next stuff".

The branch, dde has been updated
       via  456ae624cd65997a44d1f1814907374aecb46691 (commit)
       via  2d6c84c6990851f01d55001162f90c77e1243cfe (commit)
      from  1c5442e1fc9d4dfc71c7ce20900436897afcabf8 (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 456ae624cd65997a44d1f1814907374aecb46691
Author: Zheng Da <address@hidden>
Date:   Tue May 11 04:33:47 2010 +0000

    block intloop thread when irq is disabled.

commit 2d6c84c6990851f01d55001162f90c77e1243cfe
Author: Zheng Da <address@hidden>
Date:   Tue May 11 04:15:09 2010 +0000

    Add ne2k-pci driver.

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

Summary of changes:
 dde_ne2k_pci/.gitignore                     |    1 +
 dde_ne2k_pci/8390.c                         |  109 +++
 dde_ne2k_pci/8390.h                         |  231 ++++++
 {dde26_test => dde_ne2k_pci}/Makeconf.local |    0
 dde_ne2k_pci/Makefile                       |   18 +
 {dde26_test => dde_ne2k_pci}/default.ld     |    0
 dde_ne2k_pci/lib8390.c                      | 1126 +++++++++++++++++++++++++++
 {dde_e1000 => dde_ne2k_pci}/main.c          |    0
 dde_ne2k_pci/ne2k-pci.c                     |  728 +++++++++++++++++
 libddekit/interrupt.c                       |   13 +-
 10 files changed, 2224 insertions(+), 2 deletions(-)
 create mode 100644 dde_ne2k_pci/.gitignore
 create mode 100644 dde_ne2k_pci/8390.c
 create mode 100644 dde_ne2k_pci/8390.h
 copy {dde26_test => dde_ne2k_pci}/Makeconf.local (100%)
 create mode 100644 dde_ne2k_pci/Makefile
 copy {dde26_test => dde_ne2k_pci}/default.ld (100%)
 create mode 100644 dde_ne2k_pci/lib8390.c
 copy {dde_e1000 => dde_ne2k_pci}/main.c (100%)
 create mode 100644 dde_ne2k_pci/ne2k-pci.c


hooks/post-receive
-- 
the great next stuff



reply via email to

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