mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Fixed comments.
This commit is contained in:
parent
fe596e6795
commit
c8b18017ac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=781
@ -14,7 +14,7 @@
|
||||
*
|
||||
* Ported to run under 386BSD by Julian Elischer (julian@tfs.com) Sept 1992
|
||||
*
|
||||
* $Id: cd.c,v 1.9 1993/09/20 06:27:02 rgrimes Exp $
|
||||
* $Id: cd.c,v 1.10 1993/09/21 05:30:35 rgrimes Exp $
|
||||
*/
|
||||
|
||||
#define SPLCD splbio
|
||||
@ -1223,7 +1223,7 @@ struct cd_mode_data *data;
|
||||
scsi_cmd.byte2 |= SMS_PF;
|
||||
scsi_cmd.length = sizeof(*data) & 0xff;
|
||||
data->header.data_length = 0;
|
||||
/*show_mem(data,sizeof(*data));/**/
|
||||
/*show_mem(data,sizeof(*data));*/
|
||||
return (cd_scsi_cmd(unit,
|
||||
&scsi_cmd,
|
||||
sizeof(scsi_cmd),
|
||||
|
Loading…
Reference in New Issue
Block a user