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. 6f5ed7518623f2739008178


From: Zheng Da
Subject: [SCM] the great next stuff branch, dde, updated. 6f5ed7518623f2739008178a65d025c3a5bf4d63
Date: Wed, 07 Apr 2010 05:59:26 +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  6f5ed7518623f2739008178a65d025c3a5bf4d63 (commit)
       via  79361175ff17c345d17c8badf41dddcbef9372b4 (commit)
       via  ef03357249c5fa4a68bb7113f65f28299f3db4c9 (commit)
       via  c39d6a9f585ce857da824088b9fa3c871810c586 (commit)
       via  dff92a71d83956141a462f308e270686b3276c1c (commit)
      from  77f936bf4bad47b982f3dfb788de339dd0d61236 (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 6f5ed7518623f2739008178a65d025c3a5bf4d63
Author: Zheng Da <address@hidden>
Date:   Tue Apr 6 04:36:51 2010 +0200

    Use pci_set_master in linux.

commit 79361175ff17c345d17c8badf41dddcbef9372b4
Author: Zheng Da <address@hidden>
Date:   Tue Apr 6 04:33:16 2010 +0200

    implement dump_stack in libddekit with backtrace.

commit ef03357249c5fa4a68bb7113f65f28299f3db4c9
Author: Zheng Da <address@hidden>
Date:   Tue Apr 6 04:31:12 2010 +0200

    Use mem device to map memory for MMIO.

commit c39d6a9f585ce857da824088b9fa3c871810c586
Author: Zheng Da <address@hidden>
Date:   Tue Apr 6 04:24:31 2010 +0200

    set memory allocated by ddekit_large_malloc to zero

commit dff92a71d83956141a462f308e270686b3276c1c
Author: Zheng Da <address@hidden>
Date:   Mon Apr 5 06:50:51 2010 +0200

    check in the initial version of dde_e1000

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

Summary of changes:
 .gitignore                               |    2 +
 {dde26_test => dde_e1000}/Makeconf.local |    0
 dde_e1000/Makefile                       |   18 +
 {dde26_test => dde_e1000}/default.ld     |    0
 dde_e1000/e1000.h                        |  354 ++
 dde_e1000/e1000_ethtool.c                | 1989 +++++++
 dde_e1000/e1000_hw.c                     | 8878 ++++++++++++++++++++++++++++++
 dde_e1000/e1000_hw.h                     | 3406 ++++++++++++
 dde_e1000/e1000_main.c                   | 4851 ++++++++++++++++
 dde_e1000/e1000_osdep.h                  |  113 +
 dde_e1000/e1000_param.c                  |  792 +++
 {dde_pcnet32 => dde_e1000}/main.c        |    0
 libdde_linux26/lib/src/arch/l4/kmalloc.c |    5 +-
 libdde_linux26/lib/src/arch/l4/pci.c     |   16 +-
 libdde_linux26/lib/src/arch/l4/process.c |    4 -
 libdde_linux26/lib/src/drivers/pci/pci.c |    2 -
 libddekit/include/ddekit/printf.h        |    2 +
 libddekit/printf.c                       |   12 +
 libddekit/resources.c                    |    2 +-
 19 files changed, 20434 insertions(+), 12 deletions(-)
 copy {dde26_test => dde_e1000}/Makeconf.local (100%)
 create mode 100644 dde_e1000/Makefile
 copy {dde26_test => dde_e1000}/default.ld (100%)
 create mode 100644 dde_e1000/e1000.h
 create mode 100644 dde_e1000/e1000_ethtool.c
 create mode 100644 dde_e1000/e1000_hw.c
 create mode 100644 dde_e1000/e1000_hw.h
 create mode 100644 dde_e1000/e1000_main.c
 create mode 100644 dde_e1000/e1000_osdep.h
 create mode 100644 dde_e1000/e1000_param.c
 copy {dde_pcnet32 => dde_e1000}/main.c (100%)


hooks/post-receive
-- 
the great next stuff




reply via email to

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