summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgreid <greid@FreeBSD.org>2001-05-15 20:05:19 +0000
committergreid <greid@FreeBSD.org>2001-05-15 20:05:19 +0000
commitddc2812fcb99900c195d873b90b1d3d5fefab632 (patch)
treeece5887432a221964616d0a687a837fc49acb522 /sys
parentdb9a4ae14e67b6defa9a9159f35da6c7e85d5ae9 (diff)
downloadFreeBSD-src-ddc2812fcb99900c195d873b90b1d3d5fefab632.zip
FreeBSD-src-ddc2812fcb99900c195d873b90b1d3d5fefab632.tar.gz
Remove a bogus comment which I forgot to get rid of after testing
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/sound/isa/mss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c
index 25ef24d..dea678f 100644
--- a/sys/dev/sound/isa/mss.c
+++ b/sys/dev/sound/isa/mss.c
@@ -2077,7 +2077,7 @@ opti_write(struct mss_info *mss, u_char reg, u_char val)
port_wr(mss->conf_base, reg, val);
break;
- case MD_OPTI930: /* XXX should use proper bus calls */
+ case MD_OPTI930:
port_wr(mss->indir, 0, reg);
port_wr(mss->conf_base, mss->passwdreg, mss->password);
port_wr(mss->indir, 1, val);
OpenPOWER on IntegriCloud