git: intr: Add ELCR support
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Tue Feb 1 05:19:04 PST 2011
commit e24dd6e0f6064a28f489461da8bef411fe8f5f85
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Tue Feb 1 20:58:26 2011 +0800
intr: Add ELCR support
This device controls/shows ICU pin's trigger mode (level/edge).
Currently, it is not enabled by default.
Obtained-from: FreeBSD (jhb at freebsd.org)
Summary of changes:
sys/platform/pc32/conf/files | 1 +
sys/platform/pc32/i386/machdep.c | 5 +
sys/platform/pc32/isa/elcr.c | 147 ++++++++++++++++++++++++++++++++++++
sys/platform/pc32/isa/elcr_var.h | 48 ++++++++++++
sys/platform/pc64/conf/files | 1 +
sys/platform/pc64/isa/elcr.c | 147 ++++++++++++++++++++++++++++++++++++
sys/platform/pc64/isa/elcr_var.h | 48 ++++++++++++
sys/platform/pc64/x86_64/machdep.c | 5 +
8 files changed, 402 insertions(+), 0 deletions(-)
create mode 100644 sys/platform/pc32/isa/elcr.c
create mode 100644 sys/platform/pc32/isa/elcr_var.h
create mode 100644 sys/platform/pc64/isa/elcr.c
create mode 100644 sys/platform/pc64/isa/elcr_var.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e24dd6e0f6064a28f489461da8bef411fe8f5f85
--
DragonFly BSD source repository
More information about the Commits
mailing list