diff options
Diffstat (limited to 'sys/dev/asr/asr.c')
-rw-r--r-- | sys/dev/asr/asr.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c index 4ca3a96..37d4a6d 100644 --- a/sys/dev/asr/asr.c +++ b/sys/dev/asr/asr.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996-2000 Distributed Processing Technology Corporation * Copyright (c) 2000-2001 Adaptec Corporation * All rights reserved. @@ -102,10 +102,11 @@ * stopped using fordriver for holding on to the TID * use proprietary packet creation instead of scsi_inquire * CAM layer sends synchronize commands. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #define ASR_VERSION 1 #define ASR_REVISION '0' #define ASR_SUBREVISION '8' |