mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove a bogus comment which I forgot to get rid of after testing
This commit is contained in:
parent
58fb7d8e0b
commit
94d79d6dea
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue