CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2010/02/28 01:30:27
Modified files: sys/arch/loongson/loongson: conf.c sys/arch/loongson/conf: GENERIC files.loongson sys/arch/loongson/dev: kb3310.c mainbus.c Added files: sys/arch/loongson/dev: apm.c sys/arch/loongson/include: apmvar.h conf.h Log message: Basic apm(4), providing battery/power status and events. apm(4) is the generic part, ykbec(4) provides the device specific parts. Other battery/power status drivers can easily hook to adb(4). With help from miod@; ok matthieu@ miod@ jasper@