summaryrefslogtreecommitdiffstats
path: root/sys/dev/isp
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>2006-11-16 00:31:46 +0000
committermjacob <mjacob@FreeBSD.org>2006-11-16 00:31:46 +0000
commit59460eb5d083061fece984f695a9d958fc9f2cbd (patch)
tree3f86c52556bfa296ef66f60d51b954f90bb928f6 /sys/dev/isp
parent8f64003501b83d3d5ca319c1fbdf2bc9ae5b89da (diff)
downloadFreeBSD-src-59460eb5d083061fece984f695a9d958fc9f2cbd.zip
FreeBSD-src-59460eb5d083061fece984f695a9d958fc9f2cbd.tar.gz
minor change to reduce some diff noise
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp.c3
-rw-r--r--sys/dev/isp/isp_library.c2
2 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c
index d7e811c..f48dcd0 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 9b086f6..e2192ab 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
OpenPOWER on IntegriCloud