DragonFly commits List (threaded) for 2011-01
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: icu: Split out icu/icu.c
commit 1b5059791e18ddddcdcbd8857a6d8ab94c5e0ce1
Author: Sepherosa Ziehau <sephe@dragonflybsd.org>
Date: Sun Jan 30 17:44:26 2011 +0800
icu: Split out icu/icu.c
Summary of changes:
sys/platform/pc32/acpica5/acpi_wakeup.c | 2 +-
sys/platform/pc32/conf/files | 1 +
sys/platform/pc32/i386/ipl_funcs.c | 2 +-
sys/platform/pc32/i386/nexus.c | 1 +
sys/platform/pc32/icu/icu.c | 155 +++++++++++++++++++++++++++++++
sys/platform/pc32/icu/icu_var.h | 46 +++++++++
sys/platform/pc32/isa/clock.c | 1 +
sys/platform/pc32/isa/intr_machdep.c | 118 +----------------------
sys/platform/pc32/isa/intr_machdep.h | 12 +--
sys/platform/pc64/acpica5/acpi_wakeup.c | 2 +-
sys/platform/pc64/conf/files | 1 +
sys/platform/pc64/icu/icu.c | 155 +++++++++++++++++++++++++++++++
sys/platform/pc64/icu/icu_var.h | 46 +++++++++
sys/platform/pc64/isa/clock.c | 1 +
sys/platform/pc64/isa/intr_machdep.c | 118 +----------------------
sys/platform/pc64/isa/intr_machdep.h | 12 +--
sys/platform/pc64/x86_64/nexus.c | 1 +
17 files changed, 431 insertions(+), 243 deletions(-)
create mode 100644 sys/platform/pc32/icu/icu.c
create mode 100644 sys/platform/pc32/icu/icu_var.h
create mode 100644 sys/platform/pc64/icu/icu.c
create mode 100644 sys/platform/pc64/icu/icu_var.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1b5059791e18ddddcdcbd8857a6d8ab94c5e0ce1
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]