From e49f99cd9fb539b5f6a83e08dc56045288488ea4 Mon Sep 17 00:00:00 2001 From: Matt Jacob Date: Thu, 16 Nov 2006 00:31:46 +0000 Subject: [PATCH] minor change to reduce some diff noise --- sys/dev/isp/isp.c | 3 ++- sys/dev/isp/isp_library.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c index d7e811c8fec..f48dcd00388 100644 --- a/sys/dev/isp/isp.c +++ b/sys/dev/isp/isp.c @@ -26,8 +26,9 @@ /* * Machine and OS Independent (well, as best as possible) - * code for the Qlogic ISP SCSI adapters. + * code for the Qlogic ISP SCSI and FC-SCSI adapters. */ + /* * Inspiration and ideas about this driver are from Erik Moe's Linux driver * (qlogicisp.c) and Dave Miller's SBus version of same (qlogicisp.c). Some diff --git a/sys/dev/isp/isp_library.c b/sys/dev/isp/isp_library.c index 9b086f630fb..e2192abdedf 100644 --- a/sys/dev/isp/isp_library.c +++ b/sys/dev/isp/isp_library.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 1999-2006 by Matthew Jacob + * Copyright (c) 2006 by Matthew Jacob * All rights reserved. * * Redistribution and use in source and binary forms, with or without