diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-11-28 20:51:04 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-11-28 20:51:04 +0000 |
| commit | ee435af1aeae7048973678855b7450bbc7039fcf (patch) | |
| tree | 1e8760c7a70fde090558f7a19643ba9aaa4e9a19 /sys/dev/amr/amr.c | |
| parent | b60884cd68a61dea509e16ffa38544d1ae751183 (diff) | |
Notes
Diffstat (limited to 'sys/dev/amr/amr.c')
| -rw-r--r-- | sys/dev/amr/amr.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index a3ca67bb374f..5fe07e28591b 100644 --- a/sys/dev/amr/amr.c +++ b/sys/dev/amr/amr.c @@ -465,10 +465,6 @@ amr_ioctl(dev_t dev, u_long cmd, caddr_t addr, int32_t flag, struct proc *p) ac->ac_flags |= AMR_CMD_DATAIN; if (au->au_direction & AMR_IO_WRITE) ac->ac_flags |= AMR_CMD_DATAOUT; - - /* XXX debugging */ - if ((au->au_direction & AMR_IO_READ) && !(au->au_direction & AMR_IO_WRITE)) - memset(dp, 0xa5, au->au_length); } /* run the command */ |
