diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-23 20:53:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-07-23 20:53:53 +0000 |
commit | b155ddcf158fee38f74937a2a24448d7a3b2eab0 (patch) | |
tree | cd30cd5bb18b65d02476579f487df9b31fea18e7 /sys/dev | |
parent | 9f501e7c93b66a710df227294b2c1499e47ef871 (diff) |
VT1612A; matthew.gream@pobox.com
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/ic/ac97.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index 96490df1f14..c02ea84410b 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.37 2003/07/15 13:20:31 couderc Exp $ */ +/* $OpenBSD: ac97.c,v 1.38 2003/07/23 20:53:52 deraadt Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis @@ -366,6 +366,8 @@ const struct ac97_codecid { { 0x56, 0xff, 0, 0, "STAC9756/57" }, { 0x66, 0xff, 0, 0, "STAC9766/67" }, { 0x84, 0xff, 0, 0, "STAC9784/85" }, +}, ac97_vi[] = { + { 0x61, 0xff, 0, 0, "VT1612A" }, }, ac97_tt[] = { { 0x02, 0xff, 0, 0, "TR28022" }, { 0x03, 0xff, 0, 0, "TR28023" }, @@ -395,6 +397,7 @@ const struct ac97_vendorid { { 0x414B4D00, "Asahi Kasei", cl(ac97_ak) }, { 0x414c4700, "Avance Logic", cl(ac97_av) }, { 0x414c4300, "Realtek", cl(ac97_rl) }, + { 0x56494100, "VIA Technologies", cl(ac97_vi) }, { 0x43525900, "Cirrus Logic", cl(ac97_cs) }, { 0x45838300, "ESS Technology", cl(ac97_es) }, { 0x48525300, "Intersil", cl(ac97_is) }, |