diff options
author | 2012-01-02 17:10:56 +0000 | |
---|---|---|
committer | 2012-01-02 17:10:56 +0000 | |
commit | 433fa2af49ccdc1aa728a78e7bb5c39d43dae3df (patch) | |
tree | 19946f3c497ae73e471bc8776e660c19c07d9ccd /sys/dev/ic/arcofi.c | |
parent | Use the correct multiplier for older SUNIX 406x 8-serial cards. Problem (diff) | |
download | wireguard-openbsd-433fa2af49ccdc1aa728a78e7bb5c39d43dae3df.tar.xz wireguard-openbsd-433fa2af49ccdc1aa728a78e7bb5c39d43dae3df.zip |
Do not advertize this device as full-duplex. While I believe the Siemens chip
itself is, the FIFO engine around doesn't seem to be.
Diffstat (limited to 'sys/dev/ic/arcofi.c')
-rw-r--r-- | sys/dev/ic/arcofi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/arcofi.c b/sys/dev/ic/arcofi.c index 435535b8eec..67c8559cc20 100644 --- a/sys/dev/ic/arcofi.c +++ b/sys/dev/ic/arcofi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arcofi.c,v 1.4 2011/12/25 00:07:27 miod Exp $ */ +/* $OpenBSD: arcofi.c,v 1.5 2012/01/02 17:10:56 miod Exp $ */ /* * Copyright (c) 2011 Miodrag Vallat. @@ -1050,7 +1050,7 @@ mute: int arcofi_get_props(void *v) { - return AUDIO_PROP_FULLDUPLEX; + return 0; } int |