diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2006-06-02 04:46:02 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2006-06-02 04:46:02 +0000 |
commit | c53624f09449b90dacdd85ac0ca656ec9afc0005 (patch) | |
tree | 2c3e2b53ba8fc9ea7b6ea4d734aa485d3f5dabb1 /sys/arch/sparc64/conf | |
parent | 4453541bc305c35135b0fee487344c52eb729d74 (diff) |
ppm driver. We don't use it for much... except to blink the power switch led. woot!
Diffstat (limited to 'sys/arch/sparc64/conf')
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/files.sparc64 | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index 5d1fa78ed88..a6ac50828bb 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.145 2006/05/30 08:53:26 jason Exp $ +# $OpenBSD: GENERIC,v 1.146 2006/06/02 04:46:00 jason Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -209,6 +209,8 @@ audioce* at ebus? # ebus cs4231 # parallel ports lpt* at ebus? +ppm* at ebus? + # performance counters uperf* at ebus? uperf* at sbus? diff --git a/sys/arch/sparc64/conf/files.sparc64 b/sys/arch/sparc64/conf/files.sparc64 index 6dece96bb17..40848ef63f6 100644 --- a/sys/arch/sparc64/conf/files.sparc64 +++ b/sys/arch/sparc64/conf/files.sparc64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.sparc64,v 1.68 2006/05/28 23:37:42 jason Exp $ +# $OpenBSD: files.sparc64,v 1.69 2006/06/02 04:46:01 jason Exp $ # $NetBSD: files.sparc64,v 1.50 2001/08/10 20:53:50 eeh Exp $ # maxpartitions must be first item in files.${ARCH} @@ -139,6 +139,10 @@ device beep attach beep at ebus file arch/sparc64/dev/beep.c beep +device ppm +attach ppm at ebus +file arch/sparc64/dev/ppm.c ppm + device sab {} attach sab at ebus device sabtty |