diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-09-19 19:37:43 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-09-19 19:37:43 +0000 |
commit | dc3a8ded80720d43840f949cc2140741d4bf734c (patch) | |
tree | 794574da2ab59fff26ecac7cd83b2a81094113cb /sys/arch/sparc64/conf | |
parent | 742ccd187ed5f1294119f82a23a55e640d3e42e1 (diff) |
Initial stab at a driver for LOMlite2 as found on the Sun Fire V100, Sun Fire
V120 and Sun Netra X1. For now this only provides a temperature sensor, but
more stuff will follow.
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index dfead45fc6d..d597bd042ee 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.243 2009/09/01 19:15:42 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.244 2009/09/19 19:37:42 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -312,6 +312,7 @@ lpt* at ebus? bbc* at ebus? led* at ebus? +lom* at ebus? pmc* at ebus? ppm* at ebus? diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index ac70dfdf778..3ff06f05cc6 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.126 2009/07/05 17:13:25 kettenis Exp $ +# $OpenBSD: files.sparc64,v 1.127 2009/09/19 19:37:42 kettenis Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -217,6 +217,10 @@ device led attach led at ebus file arch/sparc64/dev/led.c led +device lom +attach lom at ebus +file arch/sparc64/dev/lom.c lom + device pmc attach pmc at ebus file arch/sparc64/dev/pmc.c pmc |