diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-01-02 17:11:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-01-02 17:11:58 +0000 |
commit | dae44749145c17a6a9f82a9eed5969a87b162936 (patch) | |
tree | 4d4bf36311a39fe475655fea38f41d8ebf400dd4 /sys/arch/hppa | |
parent | f14e9085ad3b4a743426c74d6f74d73127c3a0cc (diff) |
Enable arcofi(4), tested on 705 by Tobias Ulmer.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 1108ed082ba..0e751fff74f 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.147 2011/12/23 05:38:29 miod Exp $ +# $OpenBSD: GENERIC,v 1.148 2012/01/02 17:11:57 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -234,7 +234,7 @@ ie0 at gsc0 irq 8 # 82C596DX/CA ether osiop* at gsc? irq 9 # NCR 53C710 (Narrow SE) #osiop* at eisa? oosiop* at gsc? irq 9 # NCR 53C700 (Narrow SE) -arcofi* at gsc? disable irq 13 # Audio Type 1 (PSB2160) +arcofi* at gsc? irq 13 # Audio Type 1 (PSB2160) audio* at arcofi? harmony* at gsc? irq 13 # Audio Type 2 (CS4215/AD1849) audio* at harmony? |