diff options
author | obrien <obrien@FreeBSD.org> | 2001-12-13 23:48:34 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-12-13 23:48:34 +0000 |
commit | 8f8357505c5520c49f5c099c996b98a053fe78d5 (patch) | |
tree | 4496d33e51b1b0dc07334a42dbd0ec75d4e0acae /sys/dev/asr/i2obscsi.h | |
parent | 3bd06972c4abbd41e4b7f5e898db55e509056daa (diff) | |
download | FreeBSD-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/i2obscsi.h')
-rw-r--r-- | sys/dev/asr/i2obscsi.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/asr/i2obscsi.h b/sys/dev/asr/i2obscsi.h index 7295772..c1e08a2 100644 --- a/sys/dev/asr/i2obscsi.h +++ b/sys/dev/asr/i2obscsi.h @@ -1,4 +1,3 @@ -/* $FreeBSD$ */ /**************************************************************** * Copyright (c) 1996-2000 Distributed Processing Technology Corporation * Copyright (c) 2000 Adaptec Corporation. @@ -76,6 +75,9 @@ * header file at the I2O SIG Web site. Furthermore, to become a Registered * Developer of the I2O SIG, sign up at the Web site or call 415.750.8352 * (United States). + * + * $FreeBSD$ + * ****************************************************************/ #if !defined(I2O_BASE_SCSI_HDR) |