summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-11-22 23:06:51 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-11-22 23:06:51 +0000
commit1a2678bd34820ced89830aede7f563ba30b8f048 (patch)
tree603699528bd43b1d4bb8a35c6a5e09969132f9e7 /sys
parent0cb3281b58f5953e2034a92af84a137de14378f5 (diff)
ad1981 does not like init; from fgsch@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/ac97.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c
index eae196db2e6..e06e0a9f34b 100644
--- a/sys/dev/ic/ac97.c
+++ b/sys/dev/ic/ac97.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ac97.c,v 1.47 2004/11/18 16:24:30 mickey Exp $ */
+/* $OpenBSD: ac97.c,v 1.48 2004/11/22 23:06:50 mickey Exp $ */
/*
* Copyright (c) 1999, 2000 Constantine Sapuntzakis
@@ -321,7 +321,7 @@ const struct ac97_codecid {
{ 0x61, 0xff, 0, 0, "AD1886" },
{ 0x63, 0xff, 0, 0, "AD1886A" },
{ 0x68, 0xff, 0, 0, "AD1888", ac97_ad198x_init },
- { 0x70, 0xff, 0, 0, "AD1981", ac97_ad198x_init },
+ { 0x70, 0xff, 0, 0, "AD1981" },
{ 0x72, 0xff, 0, 0, "AD1981A" },
{ 0x74, 0xff, 0, 0, "AD1981B" },
{ 0x75, 0xff, 0, 0, "AD1985", ac97_ad198x_init },