summaryrefslogtreecommitdiffstats
path: root/sys/dev/asr/osd_unix.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-12-13 23:48:34 +0000
committerobrien <obrien@FreeBSD.org>2001-12-13 23:48:34 +0000
commit8f8357505c5520c49f5c099c996b98a053fe78d5 (patch)
tree4496d33e51b1b0dc07334a42dbd0ec75d4e0acae /sys/dev/asr/osd_unix.h
parent3bd06972c4abbd41e4b7f5e898db55e509056daa (diff)
downloadFreeBSD-src-8f8357505c5520c49f5c099c996b98a053fe78d5.zip
FreeBSD-src-8f8357505c5520c49f5c099c996b98a053fe78d5.tar.gz
Convert C++ style comments to proper C ones.
Clean up C comments just a tad. Fix ID's.
Diffstat (limited to 'sys/dev/asr/osd_unix.h')
-rw-r--r--sys/dev/asr/osd_unix.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/asr/osd_unix.h b/sys/dev/asr/osd_unix.h
index 0a3a760..2ab1c4e 100644
--- a/sys/dev/asr/osd_unix.h
+++ b/sys/dev/asr/osd_unix.h
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/*
* Copyright (c) 1996-1999 Distributed Processing Technology Corporation
* All rights reserved.
@@ -19,6 +18,7 @@
* arising in any way out of the use of this driver software, even if advised
* of the possibility of such damage.
*
+ * $FreeBSD$
*/
#ifndef __OSD_UNIX_H
@@ -141,11 +141,11 @@ typedef struct {
#include <sys/ddidmareq.h>
#include <sys/mutex.h>
#include <sys/scsi/scsi.h>
-//#define _KERNEL
+/*#define _KERNEL */
#include <sys/dditypes.h>
#include <sys/ddi_impldefs.h>
#include <sys/scsi/impl/transport.h>
-//#undef _KERNEL
+/* #undef _KERNEL */
#undef MSG_DISCONNECT
#define MSG_DISCONNECT 0x11L
@@ -157,8 +157,8 @@ typedef struct {
#define DPT_SYSINFO 5
#define DPT_BLINKLED 6
#define I2OUSRCMD 7
-//#define I2ORESCANCMD 8 /* Use DPT_IO_ACCESS instead */
-//#define I2ORESETCMD 9 /* Use DPT_IO_ACCESS instead */
+/* #define I2ORESCANCMD 8 */ /* Use DPT_IO_ACCESS instead */
+/* #define I2ORESETCMD 9 */ /* Use DPT_IO_ACCESS instead */
#define DPT_MAX_DMA_SEGS 32 /* Max used Scatter/Gather seg */
OpenPOWER on IntegriCloud