diff options
author | 2012-01-02 17:11:57 +0000 | |
---|---|---|
committer | 2012-01-02 17:11:57 +0000 | |
commit | 23de4f07ca20b10af54b4b55fe58f82fed884ebd (patch) | |
tree | 5a470b2a68c73ef99e30b57223d2ef88db6bcf6d | |
parent | Do not advertize this device as full-duplex. While I believe the Siemens chip (diff) | |
download | wireguard-openbsd-23de4f07ca20b10af54b4b55fe58f82fed884ebd.tar.xz wireguard-openbsd-23de4f07ca20b10af54b4b55fe58f82fed884ebd.zip |
Enable arcofi(4), tested on 705 by Tobias Ulmer.
-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? |