diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-28 06:27:08 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-28 06:27:08 +0000 |
commit | 2d4eb555f1190557425d02d8129cca1c2ca38d60 (patch) | |
tree | 539067c877bd52bb872fa1d0e567077ba5828a2f /sys/dev/ic/ac97.c | |
parent | fc8e3b990067e8d92afa98086e2b44cdd4e79365 (diff) |
minor things from ac97 rev 2.3; mickey@ ok
Diffstat (limited to 'sys/dev/ic/ac97.c')
-rw-r--r-- | sys/dev/ic/ac97.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c index f41ac66b268..9af1bc37272 100644 --- a/sys/dev/ic/ac97.c +++ b/sys/dev/ic/ac97.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ac97.c,v 1.30 2002/04/08 01:43:13 frantzen Exp $ */ +/* $OpenBSD: ac97.c,v 1.31 2002/07/28 06:27:07 fgsch Exp $ */ /* * Copyright (c) 1999, 2000 Constantine Sapuntzakis @@ -429,7 +429,7 @@ const char * const ac97enhancement[] = { "Wolfson Microelectronics 3D", "Delta Integration 3D", "SigmaTel 3D", - "Unknown 3D", + "KS Waves 3D", "Rockwell 3D", "Unknown 3D", "Unknown 3D", |