diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-01-31 02:22:18 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2005-01-31 02:22:18 +0000 |
commit | 25d39b7ce2f8a7864a91df29ee4ffdddb501ad56 (patch) | |
tree | 8dd93f5edd38597cf6f7062f6d9fc560e3071f2c /sys/arch/zaurus/dev/zaurus_sspvar.h | |
parent | 18a4fcade25027af54b5266f5c78c806b17d3f91 (diff) |
Make LCD brightness adjustable by wsconsctl(1), and fix the base address
of scoop1 to make it work.
ok drahn@
Diffstat (limited to 'sys/arch/zaurus/dev/zaurus_sspvar.h')
-rw-r--r-- | sys/arch/zaurus/dev/zaurus_sspvar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/zaurus/dev/zaurus_sspvar.h b/sys/arch/zaurus/dev/zaurus_sspvar.h index 18b7f1399c2..2bf27b5f2e9 100644 --- a/sys/arch/zaurus/dev/zaurus_sspvar.h +++ b/sys/arch/zaurus/dev/zaurus_sspvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: zaurus_sspvar.h,v 1.1 2005/01/26 06:34:54 uwe Exp $ */ +/* $OpenBSD: zaurus_sspvar.h,v 1.2 2005/01/31 02:22:17 uwe Exp $ */ /* * Copyright (c) 2005 Uwe Stuehler <uwe@bsdx.de> @@ -17,3 +17,4 @@ */ int zssp_read_max1111(u_int32_t); +void zssp_write_lz9jg18(u_int32_t); |