diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-01-26 06:34:55 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-01-26 06:34:55 +0000 |
commit | 8d5992f42a303bf7855b57d7aa3a24fba59ffeee (patch) | |
tree | cf9833405207add16097ea76404d2dc202411a68 /sys/arch/zaurus/conf/files.zaurus | |
parent | bdcf45340fd9d4ef44a2ace40aae2f9d2a636631 (diff) |
New device for the dedicated SSP unit, automatic battery charging, and
reporting the remaining battery life to apmd(8).
ok drahn@
Diffstat (limited to 'sys/arch/zaurus/conf/files.zaurus')
-rw-r--r-- | sys/arch/zaurus/conf/files.zaurus | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/zaurus/conf/files.zaurus b/sys/arch/zaurus/conf/files.zaurus index defaaf6e15b..ea706f82b13 100644 --- a/sys/arch/zaurus/conf/files.zaurus +++ b/sys/arch/zaurus/conf/files.zaurus @@ -1,4 +1,4 @@ -# $OpenBSD: files.zaurus,v 1.13 2005/01/20 23:34:36 uwe Exp $ +# $OpenBSD: files.zaurus,v 1.14 2005/01/26 06:34:53 uwe Exp $ # # First try for arm-specific configuration info # @@ -38,9 +38,14 @@ device scoop attach scoop at pxaip with scoop_pxaip file arch/zaurus/dev/zaurus_scoop.c scoop +# Dedicated SSP unit for ADC, touch screen, and backlight +device zssp +attach zssp at pxaip +file arch/zaurus/dev/zaurus_ssp.c zssp + # Power manager and APM emulation attach apm at pxaip with apm_pxaip -file arch/zaurus/zaurus/zaurus_apm.c apm_pxaip +file arch/zaurus/dev/zaurus_apm.c apm_pxaip # # Machine-independent ATA drivers |