From 8f8357505c5520c49f5c099c996b98a053fe78d5 Mon Sep 17 00:00:00 2001 From: obrien Date: Thu, 13 Dec 2001 23:48:34 +0000 Subject: Convert C++ style comments to proper C ones. Clean up C comments just a tad. Fix ID's. --- sys/dev/asr/osd_unix.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/dev/asr/osd_unix.h') 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 #include #include -//#define _KERNEL +/*#define _KERNEL */ #include #include #include -//#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 */ -- cgit v1.1