diff options
Diffstat (limited to 'sys/dev/atapiscsi')
-rw-r--r-- | sys/dev/atapiscsi/atapiscsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atapiscsi/atapiscsi.c b/sys/dev/atapiscsi/atapiscsi.c index e45ae328365..fb4d0c80c34 100644 --- a/sys/dev/atapiscsi/atapiscsi.c +++ b/sys/dev/atapiscsi/atapiscsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atapiscsi.c,v 1.83 2009/09/05 11:20:24 dlg Exp $ */ +/* $OpenBSD: atapiscsi.c,v 1.84 2009/11/27 09:18:01 sobrado Exp $ */ /* * This code is derived from code with the copyright below. @@ -824,7 +824,7 @@ wdc_atapi_send_packet(chp, xfer, timeout, ret) struct ata_drive_datas *drvp = &chp->ch_drive[xfer->drive]; /* - * Even with WDCS_ERR, the device should accept a command packet + * Even with WDCS_ERR, the device should accept a command packet. * Limit length to what can be stuffed into the cylinder register * (16 bits). Some CD-ROMs seem to interpret '0' as 65536, * but not all devices do that and it's not obvious from the |