From 94d79d6deade65eb2395795fc86e58637da2a089 Mon Sep 17 00:00:00 2001 From: George C A Reid Date: Tue, 15 May 2001 20:05:19 +0000 Subject: [PATCH] Remove a bogus comment which I forgot to get rid of after testing --- sys/dev/sound/isa/mss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index 25ef24d019f..dea678f1c87 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);