Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/scsipi fix comment - scsipi_rw_big was renamed to sc...
details: https://anonhg.NetBSD.org/src/rev/b0315d6f1e1a
branches: trunk
changeset: 827604:b0315d6f1e1a
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sat Nov 04 21:02:37 2017 +0000
description:
fix comment - scsipi_rw_big was renamed to scsipi_rw_10 a while ago
diffstat:
sys/dev/scsipi/scsipi_disk.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 485b1da56a57 -r b0315d6f1e1a sys/dev/scsipi/scsipi_disk.h
--- a/sys/dev/scsipi/scsipi_disk.h Sat Nov 04 17:09:55 2017 +0000
+++ b/sys/dev/scsipi/scsipi_disk.h Sat Nov 04 21:02:37 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: scsipi_disk.h,v 1.22 2017/04/05 20:15:49 jdolecek Exp $ */
+/* $NetBSD: scsipi_disk.h,v 1.23 2017/11/04 21:02:37 jdolecek Exp $ */
/*
* SCSI and SCSI-like interfaces description
@@ -77,7 +77,7 @@
#define WRITE_12 0xaa
struct scsipi_rw_12 {
u_int8_t opcode;
- u_int8_t byte2; /* see scsipi_rw_big bits */
+ u_int8_t byte2; /* see scsipi_rw_10 bits */
u_int8_t addr[4];
u_int8_t length[4];
u_int8_t byte11;
@@ -88,7 +88,7 @@
#define WRITE_16 0x8a
struct scsipi_rw_16 {
u_int8_t opcode;
- u_int8_t byte2; /* see scsipi_rw_big bits */
+ u_int8_t byte2; /* see scsipi_rw_10 bits */
u_int8_t addr[8];
u_int8_t length[4];
u_int8_t byte15;
Home |
Main Index |
Thread Index |
Old Index