diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-03 21:29:24 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-03-03 21:29:24 +0000 |
commit | fced855dab97d1b8e9df3ec448cbb4ccdf5a60d7 (patch) | |
tree | 499c438e69ee781e1daf49cae0f1469ff0f05b58 /sys | |
parent | a7df380cafb148d822f25f6ea8fac752987d7520 (diff) |
use AC97_HOST_DONT_READANY since some machines are unreliable
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/neo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/neo.c b/sys/dev/pci/neo.c index 4d9b6309570..4dbf2daad59 100644 --- a/sys/dev/pci/neo.c +++ b/sys/dev/pci/neo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: neo.c,v 1.4 2000/07/19 09:04:37 csapuntz Exp $ */ +/* $OpenBSD: neo.c,v 1.5 2001/03/03 21:29:23 deraadt Exp $ */ /* * Copyright (c) 1999 Cameron Grant <gandalf@vilnya.demon.co.uk> @@ -724,7 +724,7 @@ enum ac97_host_flags neo_flags_codec(sc) void *sc; { - return (AC97_HOST_DONT_READ); + return (AC97_HOST_DONT_READANY); } int |