summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-20 18:08:54 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-06-20 18:08:54 +0000
commit74bc7b9b03196546ade12ad9029ebc125c7599f4 (patch)
tree10f5ac76872b966cb69063682777faf86f1f356c /sys/dev/ic
parent81e8338ae950b49f0c309b85fafe4e1816576eb0 (diff)
fix array filling; alaric@MIT.EDU
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/ac97.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/ac97.c b/sys/dev/ic/ac97.c
index 02975289bd0..a26268af647 100644
--- a/sys/dev/ic/ac97.c
+++ b/sys/dev/ic/ac97.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ac97.c,v 1.20 2001/06/17 21:06:13 mickey Exp $ */
+/* $OpenBSD: ac97.c,v 1.21 2001/06/20 18:08:53 deraadt Exp $ */
/*
* Copyright (c) 1999, 2000 Constantine Sapuntzakis
@@ -366,11 +366,11 @@ const struct ac97_vendorid {
const char * const ac97enhancement[] = {
"No 3D Stereo",
"Analog Devices Phat Stereo",
- "Creative"
+ "Creative",
"National Semi 3D",
"Yamaha Ymersion",
"BBE 3D",
- "Crystal Semi 3D"
+ "Crystal Semi 3D",
"Qsound QXpander",
"Spatializer 3D",
"SRS 3D",
@@ -395,7 +395,7 @@ const char * const ac97enhancement[] = {
"Rockwell 3D",
"Unknown 3D",
"Unknown 3D",
- "Unknown 3D",
+ "Unknown 3D"
};
const char * const ac97feature[] = {