summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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