aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isp/isp.c
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2006-11-16 00:31:46 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2006-11-16 00:31:46 +0000
commite49f99cd9fb539b5f6a83e08dc56045288488ea4 (patch)
tree3f86c52556bfa296ef66f60d51b954f90bb928f6 /sys/dev/isp/isp.c
parent3f970273b1188a0104f93318091b2916bb9fb346 (diff)
Notes
Diffstat (limited to 'sys/dev/isp/isp.c')
-rw-r--r--sys/dev/isp/isp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/isp/isp.c b/sys/dev/isp/isp.c
index d7e811c8fecf9..f48dcd0038857 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