mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-06 13:09:50 +00:00
Remove some over-
This commit is contained in:
parent
b60884cd68
commit
ee435af1ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=69325
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user