diff options
author | George C A Reid <greid@FreeBSD.org> | 2001-05-15 20:05:19 +0000 |
---|---|---|
committer | George C A Reid <greid@FreeBSD.org> | 2001-05-15 20:05:19 +0000 |
commit | 94d79d6deade65eb2395795fc86e58637da2a089 (patch) | |
tree | 4caa8ab610f7e565798b512afff7a7fd5bdf7cf1 | |
parent | 58fb7d8e0b979df3f44025ce69906d417fc82a82 (diff) | |
download | src-94d79d6deade65eb2395795fc86e58637da2a089.tar.gz src-94d79d6deade65eb2395795fc86e58637da2a089.zip |
Notes
-rw-r--r-- | sys/dev/sound/isa/mss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/isa/mss.c b/sys/dev/sound/isa/mss.c index 25ef24d019fa..dea678f1c87c 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); |