diff options
author | uqs <uqs@FreeBSD.org> | 2012-01-15 13:23:43 +0000 |
---|---|---|
committer | uqs <uqs@FreeBSD.org> | 2012-01-15 13:23:43 +0000 |
commit | 8b307c24fc9a5e82fac9f10fbcd5149033faeeca (patch) | |
tree | 6e5c9ea735c2d42010c4106c26a28151492097be /sys/dev/ieee488/upd7210.c | |
parent | bb016fc00aa8080b2b351bea763afa7ba55b29a4 (diff) | |
download | FreeBSD-src-8b307c24fc9a5e82fac9f10fbcd5149033faeeca.zip FreeBSD-src-8b307c24fc9a5e82fac9f10fbcd5149033faeeca.tar.gz |
Convert files to UTF-8
Diffstat (limited to 'sys/dev/ieee488/upd7210.c')
-rw-r--r-- | sys/dev/ieee488/upd7210.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ieee488/upd7210.c b/sys/dev/ieee488/upd7210.c index ed6c64e..0e76c83 100644 --- a/sys/dev/ieee488/upd7210.c +++ b/sys/dev/ieee488/upd7210.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * High-level driver for µPD7210 based GPIB cards. + * High-level driver for µPD7210 based GPIB cards. * */ @@ -252,7 +252,7 @@ gpib_l_open(struct cdev *dev, int oflags, int devtype, struct thread *td) bus_write_1(u->reg_res[0], cmdr, 0x04); /* GO */ bus_write_1(u->reg_res[0], imr3, 0x04); /* NEF IE */ } else { - /* µPD7210/NAT7210, or TNT4882 in non-FIFO mode */ + /* µPD7210/NAT7210, or TNT4882 in non-FIFO mode */ upd7210_wr(u, IMR1, 0x01); /* data in interrupt enable */ } return (0); |