Remove some over-

This commit is contained in:
Mike Smith 2000-11-28 20:51:04 +00:00
parent b60884cd68
commit ee435af1ae

View File

@ -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 */